zbdw wallet skill end to end.
Prerequisites
- A working OpenClaw instance
npxavailable on your machine- ZBD API key for wallet initialization
- Agent workspace with a
skills/folder (or permission to create one)
1) Install the skill into your OpenClaw workspace
From the root of your OpenClaw workspace:zbdw into your local workspace skills so OpenClaw can discover it.
2) Confirm OpenClaw can see the skill
zbdw is missing from --eligible, run:
3) Ensure zbdw binary is available
The skill is eligible when OpenClaw can find one of the required binaries (zbdw or npx).
zbdw is not installed globally yet:
4) Initialize wallet identity
5) Validate the skill in an agent session
Start a new OpenClaw session and ask for a wallet action, for example:- “Use zbdw to show my wallet balance”
- “Use zbdw to create a 1000 sat receive invoice”
- “Use zbdw fetch on this paid endpoint with max 100 sats”
OpenClaw snapshots eligible skills at session start. If you just installed the skill, start a new session to pick it up.
Shared install for multiple agents (optional)
If you want all local agents to reuse the same skill set, install/copy the skill under:Troubleshooting
zbdwnot eligible: runopenclaw skills checkand install@zbdpay/agent-walletglobally.- Skill installed but not used: start a new session so OpenClaw refreshes the skill snapshot.
- API key errors: re-run
zbdw init --key <your_api_key>and verify withzbdw info. - Command not found in sandboxed runs: ensure required binaries are also available in the sandbox image.