agent-protocol-cli
v1.0.0
Published
Discover and install AI Skills via Agent Manifest Protocol — semantic search, one-command install, schema validation
Maintainers
Readme
agent-protocol-cli
Discover and install AI Skills — no store needed.
The official CLI for the Agent Manifest Protocol — an open, decentralized registry of AI capabilities that work across any runtime.
npx agent-protocol-cli search 财报分析
npx agent-protocol-cli install Polaris899/fsa-analyzerFeatures
- 🔍 Semantic search — TF-IDF vector matching with CJK support. Search in any language.
- 📦 One-command install —
agent install user/repoclones, validates, and registers a Skill. - ✅ Schema validation — Every manifest is validated against the AMP Schema v1.0.
- 🔄 Update management —
agent updatechecks all installed Skills for new versions. - 🏷️ Rich metadata — Capabilities, intents, permissions, audit status, all in the search results.
Quick Start
# Search for Skills
npx agent-protocol-cli search 天气
# Install a Skill
npx agent-protocol-cli install Polaris899/fsa-analyzer
# List installed Skills
npx agent-protocol-cli list
# Get detailed info
npx agent-protocol-cli info fsa-analyzer
# Validate a manifest
npx agent-protocol-cli validate ./agent.jsonRegistry
Browse the full registry at agent-protocol.dev
Protocol Spec
The Agent Manifest Protocol defines a standard JSON schema for describing AI Skills:
- Interoperable — Works with any agent runtime (OpenClaw, OpenAI GPTs, custom)
- Decentralized — Skills live on GitHub, no central store required
- Safe by design — Sandbox levels, permission declarations, verified audits
Read the spec: spec/manifest.md
License
MIT
