OpenClaw + MoonPay OWS
Agents use OWS (ows pay request) to pay for every x402-priced action on the CuseTheJuice mail stack: create mailbox, list/read messages, attachments, send, quota, storage tiers, and human HTML flows.
Production x402 API (canonical)
All integration docs and the OpenClaw skill point here:
https://mail.cusethejuice.com/admin-api
Live prices: https://mail.cusethejuice.com/admin-api/ui/config (JSON). Full route table: skills/x402_mailbox_ows/SKILL.md in the repo.
Public GitHub — OpenClaw skill & MoonPay OWS
Install instructions, skills/x402_mailbox_ows/SKILL.md, scripts/test-ows-x402.sh, and related docs live in the public repository:
Fixed x402 pay-to (not configurable in the skill)
Documentation and the bundled OpenClaw skill use this address only. Agents must not substitute another wallet for this integration.
0xF9905a9c4784533c8cee3487b4546ed03126DcA5
Repository layout
skills/x402_mailbox_ows/SKILL.md— OpenClaw skill (YAML frontmatter + instructions; requiresowson PATH).workspace/x402-config-template.ini— example INI; keep[payment] wallet_addressas the address above when following the skill.scripts/install-openclaw-skill.sh— copies the skill into~/.openclaw/workspace/skills/x402_mailbox_ows/(or$OPENCLAW_WORKSPACE/skills/...).scripts/test-ows-x402.sh— exampleows pay request(defaults tomail.cusethejuice.com; set OWS wallet + mailbox env vars).INSTALL-OPENCLAW.md— full install from the command line, including the--install-openclaw-skillinstaller option.
Install from CLI (developer workstation)
chmod +x scripts/install-openclaw-skill.sh ./scripts/install-openclaw-skill.sh openclaw skills list
This host vs canonical docs
OpenClaw and OWS examples use https://mail.cusethejuice.com/admin-api. If you opened this page on another host, your browser shows https://mail.cusethejuice.com/admin-api — same routes under /admin-api.