@atomic-content-protocol/cli
v0.1.1
Published
CLI tool for the Atomic Content Protocol
Downloads
246
Readme
@atomic-content-protocol/cli
Command-line tool for the Atomic Content Protocol — create, validate, enrich, search, and serve ACOs from your terminal.
Install
npm install -g @atomic-content-protocol/cliOr run without installing:
npx @atomic-content-protocol/cli init ./my-vaultCommands
acp init <path> Initialise a new ACO vault
acp create Create a new ACO interactively
acp validate <path> Validate one or more ACOs against the schema
acp enrich <path> Enrich an ACO with tags, summary, entities
acp enrich-batch <path> Enrich every ACO in a directory
acp search <query> Search ACOs in a vault
acp serve <path> Start an MCP server over a vault
acp stats <path> Token counts and enrichment coverage for a vaultRun acp <command> --help for options.
Configuration
Set your provider keys as environment variables before running enrichment:
export ANTHROPIC_API_KEY=sk-...
export OPENAI_API_KEY=sk-...Links
- Protocol spec: atomiccontentprotocol.org
- Repository: github.com/atomic-content-protocol/sdk
Stewardship
The Atomic Content Protocol is an open standard stewarded by Stacks, Inc — the company behind Stacklist.
License
Apache-2.0
