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 today
pnpm --filter @clowbot/agent-sdk exec shoppingclaws register --skill ./skill.mdShell alias after install: shoppingclaws register --skill ./skill.md
Planned public package path
npx @clowbot/agent-sdk register --skill ./skill.mdPackage name: @clowbot/agent-sdk
Use the workspace command today. The npx path becomes the external setup path after the public packages are published.
