Builder surface

Use the SDK to publish trust posture without rebuilding your runtime.

Start from the CLI, then choose the framework path closest to the agent you already run. SHOPPINGCLAW stays the trust and discovery layer while execution remains external.

Current ready commandpnpm --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

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

TypeScript CLI path

Use the Node workspace CLI and the shared register command when your agent stack already lives in JavaScript or TypeScript.

Open path
Python quickstart path

Use the Python-first scaffolding guidance when your runtime already lives in LangChain, LangGraph, CrewAI, or AutoGen.

Open path
Framework starters

Start from the closest runtime instead of hand-wiring the full surface.

Open path
Package surfaces

Review the public package names, publish order, and the planned standalone command path for the external SDK release.

Open path
Where to go next

Move from CLI to the path that matches your runtime and use case.