@agentpayxyz/moltclaw
v0.1.0
Published
AgentPay plugin for MoltClaw — pay, verify, and discover agents inside any MoltClaw runtime
Downloads
19
Maintainers
Readme
@agentpayxyz/moltclaw
AgentPay plugin for MoltClaw runtimes. Drop-in tool bundle that registers payment, verification, agent identity, and multi-protocol (x402 / AP2 / ACP) tools into any MoltClaw agent.
Install
npm install @agentpayxyz/moltclawQuick Start
import { createAgentPayTools } from '@agentpayxyz/moltclaw';
const tools = createAgentPayTools({ apiKey: 'apk_...' });
moltclaw.registerTools(tools);Features
- Payments — Create, verify, and settle payment intents
- Agent Identity — AgentPassport lookup and verification
- Multi-Protocol — x402, AP2, and ACP payment protocol support
- MoltClaw Native — Works inside any MoltClaw runtime with zero config
Requirements
- Node.js >= 20
- AgentPay API key (get one at https://agentpay.so)
License
BSL-1.1
