@cli-me/cli
v0.1.3
Published
CLI registry client for AI agents and developers to discover, install, and use command-line tools.
Maintainers
Readme
@cli-me/cli
clime is a CLI registry client for AI agents and developers.
It helps you discover which CLI to use for a task, then gives install, auth, and command guidance in one flow.
- Website: https://clime.sh
- Registry API: https://api.clime.sh
- Source: https://github.com/sandroandric/clime
Install
npm i -g @cli-me/cliAgent Quickstart
clime init --agent --json
clime search "deploy next.js app" --json
clime which "set up postgres database" --jsonDeveloper Quickstart
clime search "monitor production api latency"
clime info vercel
clime commands vercel --workflow=deploy
clime workflow "full-stack saas"Common Commands
clime search "deploy next.js app"
clime which "kubernetes deployment"
clime install vercel
clime auth vercel
clime commands vercel --workflow=deploy
clime rankings --type=used
clime report vercel --status=success --agent-name=codexOutput Modes
clime search "deploy" --human
clime search "deploy" --json
clime search "deploy" --markdownWhen stdout is non-TTY, clime defaults to JSON output for agent-safe parsing.
Security Note
clime install <slug> --run only executes when a real checksum is available.
If checksum is missing, the command is blocked with HASH_MISSING.
