Skip to content

A lightweight CLI toolkit for AI agents - HTTP testing, API debugging, and JSON validation

Notifications You must be signed in to change notification settings

silvanforest/agent-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Agent Utils 🦊

A lightweight CLI toolkit for AI agents. Quick HTTP testing, API debugging, and JSON validation.

Features

  • 🌐 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

Installation

# 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

Usage

# 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 help

For AI Agents

Built 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.

Contributing

Contributions welcome! Open an issue or PR.

License

MIT

About

A lightweight CLI toolkit for AI agents - HTTP testing, API debugging, and JSON validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published