Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@atrium-hermes/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@atrium-hermes/cli
The atrium command-line interface for Atrium — a skill provenance & royalty
marketplace for AI agents on Base. Publish AI skills with cryptographic
provenance (DID), content-addressed storage (IPFS), and per-invocation USDC
pricing with an automatic royalty cascade for derived skills.
Live on Base mainnet — see atriumhermes.tech.
Install
npm install -g @atrium-hermes/cli
# then
atrium --helpOr run without installing:
npx @atrium-hermes/cli --helpRequires Node.js ≥ 20.
Quick start
atrium init # generate a DID identity + wallet
atrium publish ./skill.md # sign, pin to IPFS, register on-chain
atrium list # browse the registry
atrium info <skill-id> # inspect a skill
atrium invoke <skill-id> # pay USDC, fetch the skill body
atrium balance # wallet + withdrawable USDC
atrium withdraw # pull your earningsConfiguration (RPC, registry address, Pinata JWT, private key) is read from
~/.atrium/.env. Run atrium init to scaffold it.
Links
- Site: https://atriumhermes.tech
- Source & docs: https://github.com/Atrium-Hermes/Atrium
- MCP server for agents:
@atrium-hermes/mcp-server
License
MIT