postagent
v0.1.0
Published
CLI collection tool for agents
Readme
postagent
CLI collection tool for AI agents. Discover and browse OpenAPI documentation for various services without WebSearch.
Install
npm install -g postagentUsage
# Search for services by keyword
postagent search "code hosting"
# List resources of a project
postagent get github
# List actions of a resource
postagent get github repo
# Get OpenAPI doc for a specific action
postagent get github repo list
# Output as JSON
postagent get github repo list --format jsonConfiguration
postagent config set apiUrl https://api.postagent.dev
postagent config set apiKey pa_xxxxxxxxxxxxOr via environment variables:
export POSTAGENT_API_URL=https://api.postagent.dev
export POSTAGENT_API_KEY=pa_xxxxxxxxxxxxDevelopment
npm install
npm run dev # Run with tsx
npm run build # Build with tsup
npm run typecheck # Type checkLicense
ISC
