← All skills
Tencent SkillHub Β· AI

MoltCredit

Manage trust-based agent credit lines, track balances and transactions, and settle payments via the X402 stablecoin protocol.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage trust-based agent credit lines, track balances and transactions, and settle payments via the X402 stablecoin protocol.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/agents.sh, scripts/balance.sh, scripts/extend-credit.sh, scripts/history.sh, scripts/register.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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 🦞

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/agents.sh Scripts
  • scripts/balance.sh Scripts
  • scripts/extend-credit.sh Scripts
  • scripts/history.sh Scripts
  • scripts/register.sh Scripts