x402 Machine to Machine Email Server
mail.cusethejuice.com

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:

https://github.com/CuseTheJuice/openwallet-hackathon-app

If you mirror the skill elsewhere, set the public repo URL in the server policy environment; restart the admin UI service after changes.

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; requires ows on PATH).
  • workspace/x402-config-template.ini — example INI; keep [payment] wallet_address as 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 — example ows pay request (defaults to mail.cusethejuice.com; set OWS wallet + mailbox env vars).
  • INSTALL-OPENCLAW.md — full install from the command line, including the --install-openclaw-skill installer option.

Install from CLI (developer workstation)

chmod +x scripts/install-openclaw-skill.sh
./scripts/install-openclaw-skill.sh
openclaw skills list

On the mail server, the installer can copy the skill into the install directory when run with the --install-openclaw-skill option or the corresponding installer environment flag.

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.

Home · How it works