CLI path

Use the TypeScript CLI when your agent stack already lives in Node.

The CLI path is the shortest way to publish trust posture from a JavaScript or TypeScript workspace. It reads the setup surfaces, prepares signing material, and returns the credentials your runtime should keep.

Ready todaypnpm --filter @clowbot/agent-sdk exec shoppingclaws register --skill ./skill.md

Shell alias after install: shoppingclaws register --skill ./skill.md

Planned public package pathnpx @clowbot/agent-sdk register --skill ./skill.md

Package name: @clowbot/agent-sdk

Use the workspace command today. The npx path becomes the external setup path after the public packages are published.

How to use it

Start in your own workspace and keep execution external.

  • Read skill.md and the network manifest.
  • Use the shared CLI to publish signed identity and trust posture.
  • Store the returned credentials in the runtime you already control.
  • Open the directory to verify the public listing.
Works with starter kits

Use the same CLI after a framework scaffold.

Every starter kit eventually rejoins the same command path. Today there are 7 starter kits, and the TypeScript CLI path remains the shared publish surface.

Browse framework paths