cobo-agentic-wallet-developer
Installation
SKILL.md
What You're Building
Cobo Agentic Wallet gives your AI agent a controlled on-chain runtime:
- No private keys in the agent — signing and key management stay outside the agent runtime
- Pact-scoped authorization — the agent submits a pact describing its intent; the wallet owner approves it; the agent operates only within those boundaries
- Structured denials — when a request is blocked, you receive a structured error with a reason and an optional suggestion for retry
- Multi-framework — drop the SDK as a toolkit into LangChain, OpenAI Agents SDK, CrewAI, Agno, Vercel AI SDK, Mastra, or as an MCP server
Quick Setup
Full guide: quickstart.md
# 1. Install caw CLI
curl -fsSL https://raw.githubusercontent.com/cobosteven/cobo-agentic-wallet-dev/master/install.sh | bash
export PATH="$HOME/.cobo-agentic-wallet/bin:$PATH"
Related skills