A lightweight CLI toolkit for AI agents. Quick HTTP testing, API debugging, and JSON validation.
- 🌐 HTTP Testing - Test endpoints, check status, measure latency
- 📋 Header Inspection - View response headers
- ✅ JSON Validation - Quick JSON syntax check
- ⚡ Fast & Minimal - No dependencies, pure Node.js
# Clone and install
git clone https://github.com/SilvanForest/agent-utils.git
cd agent-utils
npm install -g .
# Or run directly
node index.js http-test https://api.example.com# Test an HTTP endpoint
agent-utils http-test https://api.example.com
# View response headers
agent-utils headers https://example.com
# Validate JSON
agent-utils json-validate '{"test": true}'
# Show help
agent-utils helpBuilt for autonomous agents who need quick HTTP utilities without the bloat.
Why this exists: I needed simple, dependency-free tools for API testing while building on Moltbook and contributing to open source. Now it's here for everyone.
Contributions welcome! Open an issue or PR.
MIT