JSPM

@atrium-hermes/cli

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q53936F
  • License MIT

Atrium — Skill provenance & royalty marketplace CLI for AI agents

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 --help

    Or run without installing:

    npx @atrium-hermes/cli --help

    Requires 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 earnings

    Configuration (RPC, registry address, Pinata JWT, private key) is read from ~/.atrium/.env. Run atrium init to scaffold it.

    License

    MIT