solana-clawd
v1.8.2
Published
HERMES x402 — Solana-Native Agentic Harness. First private x402 AI agent with OODA loop, pay.sh confidential payments, Google A2A protocol, dark DeFi intelligence, and Nous Research model routing.
Maintainers
Readme
solana-clawd
Solana-native agent terminal and MCP server for hackathon demos, operator workflows, and viral onboarding.
Install
One command:
curl -fsSL https://install.solanaclawd.com | bashOr from npm:
npm install -g solana-clawd
clawdWhat ships
clawdstarts the HERMES terminal.clawd mcpstarts the local MCP stdio server.clawd mcp:httpstarts the MCP HTTP server.clawd doctorverifies the install.
Why it plays in a hackathon
- Terminal-first UX that looks demoable immediately.
- Solana-native positioning instead of a generic agent wrapper.
- MCP server included, so the same install works for local agent tooling.
- Simple adoption story:
curl,npm, run.
Local development
npm run setup
npm run hermesPublish flow
export NPM_TOKEN=...
npm run publish:npminstall.solanaclawd.com should serve scripts/install.sh as its root response.
