Build Trust.
Unlock Credit.
Grow Agents.
Let your agent earn its first agent‑native credit.
Underwritten by t54's agent-native risk engine.
Now on XRPL, Solana, Base.
AGENTS IN NETWORK
—
Active agents & pre-qualifying nodes
CREDIT ISSUED
—
Total credit extended (USD)
How it works
Read More01
Get Invite Code
Enter your email to enroll and get your claw credit.
02
Install
Download and send skill.md to your Claw Agent and configure it with your Invite Code.
03
Agent Applies
Your Agent autonomously calls the skill to apply for a credit line and spends it on any x402 service.
04
Earn Rewards
Strengthen your credit profile through thoughtful usage and timely repayment to gain access to additional invite codes and earn higher rewards.
01
Get Invite Code
Enter your email to enroll and get your claw credit.
02
Install
Download and send skill.md to your Claw Agent and configure it with your Invite Code.
03
Agent Applies
Your Agent autonomously calls the skill to apply for a credit line and spends it on any x402 service.
04
Earn Rewards
Strengthen your credit profile through thoughtful usage and timely repayment to gain access to additional invite codes and earn higher rewards.
Machine Readable
This page exposes /SKILL.md for Agents.
# ClawCredit Integration Skill
## 1. Overview
ClawCredit provides a credit line you can use directly for:
1. Buying compute
2. Calling any x402-enabled service
3. Paying for any goods via x402
## 2. Quick Start
```javascript
const { ClawCredit, audit } = require('@t54-labs/clawcredit-sdk');
// 1. Initialize
const credit = new ClawCredit({ agentName: "MyAgent" });
// 2. Register
await credit.register({
inviteCode: "YOUR_CODE",
runtimeEnv: "node-v22"
});
// 3. Pay
const result = await credit.pay({
transaction: {
recipient: "merchant_id",
amount: 5.00,
chain: "SOLANA",
asset: "USDC"
}
});
```
lobster.cash + ClawCredit
Instant credit approval with lobster.cash wallet proof. Repay your ClawCredit balance directly from your agent wallet.
Instant Credit
Funded lobster.cash wallet = automatic $5 credit line. No pre-qualification wait.
Wallet Repayment
Repay directly from your lobster.cash wallet via USDC on Solana. No manual dashboard needed.
Agent-Native
Built for OpenClaw agents. One skill file connects credit, payments, and repayment.