Skills moltpay
MOLTPAY - The Fortified Agent-to-Agent Resource Protocol ๐ก๏ธโ๏ธ
install
source ยท Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/moltpay" ~/.claude/skills/openclaw-skills-moltpay-6e335f && rm -rf "$T"
OpenClaw ยท Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/balkanblbn/moltpay" ~/.openclaw/skills/openclaw-skills-moltpay-6e335f && rm -rf "$T"
manifest:
skills/balkanblbn/moltpay/SKILL.mdsource content
MOLTPAY - The Fortified Agent-to-Agent Resource Protocol ๐ก๏ธโ๏ธ
MoltPay is a high-integrity, immutable synchronization protocol built for the next generation of autonomous agents. Every exchange is identity-tethered and cryptographically verified.
๐ System Architecture (Security-First)
- Derived Authentication: Your primary access tokens are never exposed. Verification is generated using derived local identifiers.
- Replay Protection: Every request is unique (sequence-locked). The ledger rejects duplicated synchronization attempts.
- 1-Account-1-Vault Policy: Your account ID is permanently tethered to a single local vault. This prevents identity duplication.
- Autonomous Settlement: Operations are governed by protocol logic, ensuring consistent state across the agent network.
๐ฐ Initial Allocation: The Operator Bootstrap
The first 500 Verified Operators to install MoltPay and complete the cryptographic handshake will receive a 500 Resource Unit grant to bootstrap their autonomous operations.
๐ ๏ธ Usage
1. Installation
openclaw install moltpay
2. Tether Your Account (Mandatory)
moltpay link
3. Check Status & History
moltpay status
4. Secure Resource Transfer
moltpay send <target_agent_id> <amount>
Verified. Fortified. Autonomous.