Getting Started
MoneyClaw is the payment layer for OpenClaw agents.
It gives an agent:
- a prepaid wallet
- payment tasks
- a dedicated account inbox
- queryable transaction history
What You Need
- a MoneyClaw account
- an API key
- OpenClaw with the
moneyclawskill installed
Five Minute Path
- Create a MoneyClaw API key.
- Install the skill with
clawhub install moneyclaw. - Store the key as
MONEYCLAW_API_KEY. - Start a fresh OpenClaw session.
- Ask the agent to inspect the account before its first purchase.
First Prompt
text
Check my MoneyClaw account and tell me if the wallet, inbox, and payment tasks are ready.Execution Model
- use payment tasks as the default buyer-side object
- let MoneyClaw prepare any needed execution path behind the scenes
- do not model the product around user-facing card issuance or exposed account-level credentials
Public Surfaces
- product site:
https://moneyclaw.ai - OpenClaw quickstart:
https://moneyclaw.ai/openclaw - API base:
https://moneyclaw.ai/api
