cheshire-terminal-agents
v1.48.3
Published
♾️ Clawd Agents — 137 dual-chain agent definitions (Solana SVM + Robinhood Chain EVM), 53 agent JSON defs, 11 characters, 31 deployable skills, on-chain identity forge, Metaplex Core minting, LayerZero zk-omni, and a full REST + MCP catalog API. One-shot
Maintainers
Readme
Clawd Agents
Catalog + forge. One package for agent prompts and on-chain identity.
Ship Clawd / Cheshire-schema agents, then register them on Robinhood Chain (EVM / ERC-8004), Solana (SVM / Metaplex Core), or both rails with optional LayerZero zk-omni through the Cheshire Terminal hub.
██████╗██╗ █████╗ ██╗ ██╗██████╗ █████╗ ██████╗ ███████╗███╗ ██╗████████╗███████╗
██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗ ██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔════╝
██║ ██║ ███████║██║ █╗ ██║██║ ██║ ███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ███████╗
██║ ██║ ██╔══██║██║███╗██║██║ ██║ ██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ╚════██║
╚██████╗███████╗██║ ██║╚███╔███╔╝██████╔╝ ██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ███████║
╚═════╝╚══════╝╚═╝ ╚═╝ ╚══╝╚══╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚══════╝
✦ dual-chain agent forge · [email protected] ✦Clawd Agents ships as cheshire-terminal-agents on npm — the open catalog + forge package for:
- Agent catalog — 137 dual-chain agent definitions, character personas, locales, and schema validation
- Identity forge — dual-rail registration (Robinhood Chain EVM + Solana SVM) with fail-closed safety
Hosted surfaces: agent hub · agent forge · catalog API
⎧ ONE-SHOT INSTALL ⎫
# zero config — boot the forge
npx cheshire-terminal-agents
# install globally (bins: cheshire-terminal-agents · ct-agents)
npm i -g cheshire-terminal-agents
ct-agents catalog
ct-agents serve
# add to any project
npm i cheshire-terminal-agentsRequires Node.js >=18.18 (ESM).
CLI
| Command | Effect |
|---------|--------|
| ct-agents / cheshire-terminal-agents | Interactive forge boot |
| ct-agents catalog | Print catalog stats (agents, categories, hub) |
| ct-agents skills | List deployable skill directories |
| ct-agents registry | Print on-chain registry index |
| ct-agents schema | Show clawdAgentSchema info |
| ct-agents serve [--port] | Local static API from public/ |
| ct-agents --help | Usage + live endpoint map |
npx cheshire-terminal-agents catalog
npx cheshire-terminal-agents skills
npx cheshire-terminal-agents serve --port 8080⎧ WHAT YOU GET ⎫
| Surface | Included | Boundary |
|---------|----------|----------|
| Agent catalog | 137 agents in agents-catalog.json, 53 JSON defs under agents/, 11 characters, locales, schema | Prompts + metadata — not a custody runtime |
| CLI | cheshire-terminal-agents · ct-agents → bin/ct-agents.js | No silent wallet broadcast |
| Skills | 31 deployable skill modules under skills/ | Instruction content — pin like code |
| REST / discovery | public/api/agents/*, .well-known/acp.json, ai-plugin.json | Hosted hub is source of truth for live chain config |
| Nested packages | Source under packages/* (TUI, headless, LZ, trust) | Private / unpublished — not on npm |
| Optional companion | clawdbot-go Zero Clawd runtime | Separate package — not a hard dependency |
catalog prompts ──► agents-catalog.json ──► hub / MCP / chat
metadata + image ──► choose rails
├─ Robinhood Chain (4663) → ERC-8004 identity
├─ Solana mainnet → Metaplex Core + Agent Identity
└─ both + zk-omni → dual_identity_link (LayerZero)⎧ LIVE ENDPOINTS ⎫
AGENT HUB https://cheshireterminal.ai/agents
CATALOG API GET /api/agents/catalog → 137 agents
REGISTRY GET /api/agents/registry → on-chain docs
TEMPLATES GET /api/agents/templates → scaffolds
ACP DISCOVERY GET /.well-known/acp.json → protocol
AI PLUGIN GET /.well-known/ai-plugin.json → chat-gpt
ASSETS /assets/*.svg → forge artcurl -fsS https://cheshireterminal.ai/api/agents/catalog | jq '.stats'⎧ CATALOG STATS ⎫
Facts from agents-catalog.json (rebuild with npm run build):
| Metric | Count |
|--------|------:|
| Agents | 137 |
| One-shots | 1 |
| Featured | 5 |
| Categories | 15 |
| Character profiles (characters/) | 11 |
| Agent JSON defs (agents/) | 53 |
| Deployable skills | 31 |
| Locale files | ~759 |
Category breakdown
| Category | Agents | |----------|-------:| | defi | 64 | | payments | 25 | | trading | 13 | | security | 6 | | infrastructure | 5 | | platform | 4 | | tools | 4 | | dev-tools | 3 | | voice-council | 3 | | crypto | 2 | | governance | 2 | | education | 2 | | nft | 2 | | programming | 1 | | research | 1 |
Featured agents
| Agent | Category | Type |
|-------|----------|------|
| Clawd Perps Runtime | trading | featured |
| CLAWD LiveKit Voice | platform | featured |
| Mechaplex · Mech Builder | platform | featured |
| Solana PumpFun/PumpSwap Copy Trading Bot | trading | one-shot · featured |
| Vulcan CLAWD Autonomous Perps | trading | featured |
⎧ NPM SURFACE ⎫
| Package | npm | Status |
|---------|-----|--------|
| Clawd Agents / forge | [email protected] | Published · bins cheshire-terminal-agents, ct-agents |
| Zero Clawd runtime | clawdbot-go | Optional companion |
| @cheshire/clawd-agent-tui | — | Private (source only in packages/clawd-agent-tui) |
| @cheshire/headless-agent | — | Private (source only in packages/headless-agent) |
| @cheshire/layerzero-omnichain | — | Private |
| @cheshire/solana-agent-trust | — | Private |
# published package only
npm view cheshire-terminal-agents name version bin
# name = cheshire-terminal-agents
# version = 1.48.3
# bin.cheshire-terminal-agents = bin/ct-agents.js
# bin.ct-agents = bin/ct-agents.js⎧ REPO TOPOLOGY ⎫
clawd-agents / cheshire-terminal-agents
├── agents/ # 53 agent definition JSON files
├── characters/ # 11 character profiles
├── bin/ct-agents.js # CLI entry (npm bins)
├── docs/ # documentation
├── examples/ # robinhood + solana templates
├── locales/ # i18n overlays (~759 files)
├── packages/ # private nested packages (not published)
│ ├── clawd-agent-tui/
│ ├── headless-agent/
│ ├── layerzero-omnichain/
│ └── solana-agent-trust/
├── public/
│ ├── .well-known/ # acp.json · ai-plugin.json
│ ├── api/agents/ # catalog · registry · templates
│ └── assets/ # animated SVG banners
├── robinhood-src/ # catalog loaders + bridge
├── schema/ # clawdAgentSchema
├── scripts/ # build + validate
├── skills/ # 31 deployable skills
├── agents-catalog.json # built catalog (137 agents)
└── package.json # name: cheshire-terminal-agents @ 1.48.3⎧ QUICK START ⎫
# 1. Install
npm i -g cheshire-terminal-agents
# 2. Browse the catalog
ct-agents catalog
# 3. List skills
ct-agents skills
# 4. Schema info
ct-agents schema
# 5. Serve the local API
ct-agents serve --port 8080From any project (after npm i cheshire-terminal-agents):
import catalog from 'cheshire-terminal-agents/catalog'
// or load agents-catalog.json via package exports
console.log('Clawd Agents ready')Root agent scaffolds: agent-template.json · agent-template-full.json · agent-template-attested.json.
⎧ DEPLOYMENT PATHS ⎫
┌─── PR into repo ──────────────────────────────────────────────┐
│ static agent prompt · auto-cdn · locales │
└───────────────────────────────────────────────────────────────┘
┌─── Self-host + A2A ───────────────────────────────────────────┐
│ custom logic · streaming · discoverable via hub │
└───────────────────────────────────────────────────────────────┘
┌─── Mint as MPL Core ──────────────────────────────────────────┐
│ on-chain identity · solana:mainnet · transferable ownership │
└───────────────────────────────────────────────────────────────┘
┌─── MCP server only ───────────────────────────────────────────┐
│ tool provider · clawd desktop · cursor │
└───────────────────────────────────────────────────────────────┘⎧ SECURITY MODEL ⎫
- Never request, store, print, or transmit private keys or seed phrases.
- Hosted forge APIs prepare unsigned intents — they do not custody wallets.
- Re-fetch live registry / health endpoints before any chain write.
- Catalog prompts are instruction content — not automatic execution.
- Agent identity assets are not investment promises.
⎧ DEVELOP & VERIFY ⎫
npm run build # rebuild agents-catalog.json + validate
npm run validate # schema / catalog checks
npm test # same as validate
npm run catalog # print compact stats JSON
node bin/ct-agents.js catalog
node bin/ct-agents.js --helpSmoke script (README + package + CLI consistency):
node scripts/smoke-readme-npm.cjs⎧ VERSION ⎫
| Field | Value |
|-------|-------|
| Product | Clawd Agents |
| npm name | cheshire-terminal-agents |
| Version | 1.48.3 |
| Bins | cheshire-terminal-agents, ct-agents |
| License | MIT |
| Hub | https://cheshireterminal.ai/agents |
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
██ ██
██ CLAWD AGENTS ██
██ [email protected] ██
██ 137 agents · 1 one-shot · 5 featured ██
██ cheshireterminal.ai/agents ██
██ ██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀License
MIT © Cheshire Terminal / Clawd Agents contributors.
