Agent skills for MultiClaw — self-custodial x402 payment authorization by Primer Systems.
npx skills add primer-systems/multiclaw-skillsThis installs three skills into your AI agent (Claude Code, Cursor, Codex, etc.):
| Skill | Purpose |
|---|---|
install-multiclaw |
Install MultiClaw and guide you through wallet, policy, and agent setup |
multiclaw-payment |
Handle x402 payments through MultiClaw (points to full docs on localhost) |
discover-services |
Find x402 services on Agentic.Market |
MultiClaw is a portable desktop app that lets AI agents make x402 micropayments without ever touching your private keys. You set spend policies — daily limits, per-request caps, domain restrictions — and agents request payment authorization through a local server.
- Self-custodial: your keys stay on your machine (AES-256-GCM encrypted)
- Works with any x402 service, including those listed on agentic.market
- GUI, CLI, and headless modes
- Available on PyPI and GitHub