npm.io
0.1.0 • Published 21h agoCLI

aicoolies

Licence
MIT
Version
0.1.0
Deps
0
Size
8 kB
Vulns
0
Weekly
0

aicoolies

Official CLI for the aicoolies developer-tools knowledge graph.

Every command is an unauthenticated read of the public API. There is no API key, no signup, and no configuration — the CLI has zero runtime dependencies and talks to production over fetch.

npx aicoolies meta

Commands

Command What it does
aicoolies meta Collection counts and freshness timestamps (/api/agents/meta)
aicoolies context [--include tools,reviews] [--compact] [--category slug] Filterable catalog index (/api/agents/context)
aicoolies search <query> Search tools by name or slug in the CC-BY dataset
aicoolies tool <slug> One tool record from the CC-BY dataset
aicoolies resources Official developer resource URLs, fetched through the aicoolies MCP server
aicoolies openapi The OpenAPI 3.1 document
aicoolies --version Print the CLI version

Output is JSON on stdout, so it pipes into jq cleanly:

npx aicoolies context --include tools --compact | jq '.tools | length'

Environment

Variable Default Purpose
AICOOLIES_URL https://aicoolies.com API origin, for pointing the CLI at a local instance

Errors

Failures are RFC 9457 problem documents. The CLI prints the machine-readable code and the human-readable detail, and includes the retry delay when the public rate limit is hit.

MIT licensed. The catalog datasets are CC-BY 4.0, attribution aicoolies.com.

Keywords