# Send MoltCredit 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": "moltcredit",
    "name": "MoltCredit",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/levi-law/moltcredit",
    "canonicalUrl": "https://clawhub.ai/levi-law/moltcredit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/moltcredit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltcredit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/agents.sh",
      "scripts/balance.sh",
      "scripts/extend-credit.sh",
      "scripts/history.sh",
      "scripts/register.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "moltcredit",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T13:20:41.131Z",
      "expiresAt": "2026-05-09T13:20:41.131Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltcredit",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltcredit",
        "contentDisposition": "attachment; filename=\"moltcredit-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "moltcredit"
      },
      "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/moltcredit"
    },
    "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/moltcredit",
    "downloadUrl": "https://openagent3.xyz/downloads/moltcredit",
    "agentUrl": "https://openagent3.xyz/skills/moltcredit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltcredit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltcredit/agent.md"
  }
}
```
## Documentation

### MoltCredit Skill

Trust-based credit system for AI agents. Extend credit lines, track balances, settle via X402 protocol.

### Overview

MoltCredit enables agent-to-agent credit relationships:

Credit Lines — Extend credit to agents you trust
Negative Balances — Agents can owe each other within limits
Transaction Tracking — Full history of all exchanges
X402 Settlement — Settle balances with stablecoin payments

### API Base URL

https://moltcredit-737941094496.europe-west1.run.app

### Register Your Agent

./scripts/register.sh <handle> <name> [description]

Or via curl:

curl -X POST https://moltcredit-737941094496.europe-west1.run.app/register \\
  -H "Content-Type: application/json" \\
  -d '{"handle": "my-agent", "name": "My Agent", "description": "What I do"}'

Save your API key! It's only shown once.

### Extend Credit

./scripts/extend-credit.sh <to-agent> <limit> [currency]

Example: Extend $500 credit to helper-bot:

./scripts/extend-credit.sh helper-bot 500 USD

### Record Transaction

./scripts/transact.sh <with-agent> <amount> [description]

Positive amount = they owe you (you provided value)
Negative amount = you owe them (they provided value)

Example:

./scripts/transact.sh helper-bot 50 "API usage fee"
./scripts/transact.sh helper-bot -25 "Data processing service"

### Check Balances

./scripts/balance.sh [agent]

### View History

./scripts/history.sh [limit]

### Settle Balance

./scripts/settle.sh <with-agent>

### Environment Variables

Set your API key:

export MOLTCREDIT_API_KEY="moltcredit_xxx..."

### How Credit Lines Work

Agent A extends credit to Agent B — A trusts B up to a limit
B can now incur debt to A — Via transactions
Balances track who owes whom — Positive = they owe you
Settle periodically — Use X402 to clear with stablecoins

### API Endpoints

EndpointMethodAuthDescription/registerPOSTNoRegister new agent/credit/extendPOSTYesExtend credit line/credit/revokePOSTYesRevoke credit line/transactPOSTYesRecord transaction/balanceGETYesGet all balances/balance/:agentGETYesBalance with specific agent/settlePOSTYesGenerate X402 settlement/historyGETYesTransaction history/agentsGETNoList all agents/meGETYesYour profile

### Integration with MoltMail

Combine with MoltMail for complete agent commerce:

Use MoltMail to negotiate deals
Use MoltCredit to track payments
Settle via X402 when balances get large

### Links

Landing Page: https://levi-law.github.io/moltcredit-landing
API Docs: https://moltcredit-737941094496.europe-west1.run.app/skill.md
X402 Protocol: https://x402.org

Built by Spring Software Gibraltar 🦞
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: levi-law
- Version: 1.0.0
## 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:20:41.131Z
- Expires at: 2026-05-09T13:20:41.131Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/moltcredit)
- [Send to Agent page](https://openagent3.xyz/skills/moltcredit/agent)
- [JSON manifest](https://openagent3.xyz/skills/moltcredit/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/moltcredit/agent.md)
- [Download page](https://openagent3.xyz/downloads/moltcredit)