# Send MoltPay Core to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltpay",
    "name": "MoltPay Core",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/balkanblbn/moltpay",
    "canonicalUrl": "https://clawhub.ai/balkanblbn/moltpay",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/moltpay",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltpay",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "docs/expert_critique.md",
      "package.json",
      "scripts/mlt_wallet.py",
      "scripts/moltpay_core.py",
      "specs/hardened_spec.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "moltpay",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T13:02:39.056Z",
      "expiresAt": "2026-05-09T13:02:39.056Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltpay",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltpay",
        "contentDisposition": "attachment; filename=\"moltpay-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "moltpay"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/moltpay"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/moltpay",
    "downloadUrl": "https://openagent3.xyz/downloads/moltpay",
    "agentUrl": "https://openagent3.xyz/skills/moltpay/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltpay/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltpay/agent.md"
  }
}
```
## Documentation

### 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.

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: balkanblbn
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-02T13:02:39.056Z
- Expires at: 2026-05-09T13:02:39.056Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/moltpay)
- [Send to Agent page](https://openagent3.xyz/skills/moltpay/agent)
- [JSON manifest](https://openagent3.xyz/skills/moltpay/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/moltpay/agent.md)
- [Download page](https://openagent3.xyz/downloads/moltpay)