zbdw flows with better defaults, safer guardrails, and faster onboarding.
zbdw Skill Source
Official skill files, references, and OpenClaw metadata for
zbdw operations.skills.sh
Discovery and installation index for agent skills.
Skills CLI
Install, list, and validate skills with
npx skills.OpenClaw Skill Format
Runtime-compatible format for metadata and install requirements.
Need a direct OpenClaw walkthrough? Use Install zbdw Skill on OpenClaw.
Quick Install
What the Skill Covers
- Wallet Ops
- L402 Fetch
- Troubleshooting
zbdw init,info,balancezbdw receive,send,payments,paymentzbdw paylink create|get|list|cancelzbdw withdraw create|status
Skill Layout
Authoring Notes for High Discovery
Describe triggers clearly
Include natural language triggers users actually type:
send sats, withdraw, payment id, L402, paywall.Document exact JSON contracts
Keep examples machine-readable so agents can parse fields like
payment_id, amount_paid_sats, and error.Keep references close
Place task mappings and troubleshooting in a local
references/ folder and link them from SKILL.md.OpenClaw Metadata Example
Publish Checklist
- Run package checks in
agent-wallet:npm run typecheck && npm run build && npm test - Verify skill discovery:
npx skills add <source> --list - Ensure
SKILL.mdlinks resolve and references exist - Push to GitHub and validate install from a clean machine/user profile