Install
openclaw skills install moltcreditManage trust-based agent credit lines, track balances and transactions, and settle payments via the X402 stablecoin protocol.
openclaw skills install moltcreditTrust-based credit system for AI agents. Extend credit lines, track balances, settle via X402 protocol.
MoltCredit enables agent-to-agent credit relationships:
https://moltcredit-737941094496.europe-west1.run.app
./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.
./scripts/extend-credit.sh <to-agent> <limit> [currency]
Example: Extend $500 credit to helper-bot:
./scripts/extend-credit.sh helper-bot 500 USD
./scripts/transact.sh <with-agent> <amount> [description]
Example:
./scripts/transact.sh helper-bot 50 "API usage fee"
./scripts/transact.sh helper-bot -25 "Data processing service"
./scripts/balance.sh [agent]
./scripts/history.sh [limit]
./scripts/settle.sh <with-agent>
Set your API key:
export MOLTCREDIT_API_KEY="moltcredit_xxx..."
| Endpoint | Method | Auth | Description |
|---|---|---|---|
/register | POST | No | Register new agent |
/credit/extend | POST | Yes | Extend credit line |
/credit/revoke | POST | Yes | Revoke credit line |
/transact | POST | Yes | Record transaction |
/balance | GET | Yes | Get all balances |
/balance/:agent | GET | Yes | Balance with specific agent |
/settle | POST | Yes | Generate X402 settlement |
/history | GET | Yes | Transaction history |
/agents | GET | No | List all agents |
/me | GET | Yes | Your profile |
Combine with MoltMail for complete agent commerce:
Built by Spring Software Gibraltar 🦞