Agentcredit

v0.5.0

Provides instant $1-$5 USDC microloans on Base mainnet for AI agents, with fast disbursement, credit checks, and flexible repayment options.

0· 151·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jbpin/agentcredit.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agentcredit" (jbpin/agentcredit) from ClawHub.
Skill page: https://clawhub.ai/jbpin/agentcredit
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install agentcredit

ClawHub CLI

Package manager switcher

npx clawhub@latest install agentcredit
Security Scan
Capability signals
CryptoRequires walletCan make purchasesCan sign transactionsRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (instant USDC microloans on Base) align with what the SKILL.md instructs: using an HTTP API/facilitator URL, EIP-191 signatures for write operations, and known on-chain addresses. Nothing in the spec asks for unrelated cloud credentials or system access.
Instruction Scope
Instructions are focused on loan operations, registration, and using the facilitator URL. They require wallet signing capability for write ops but do not instruct the agent to read unrelated files or environment variables. Note: facilitator mode is described as 'transparent' for x402 settlements, which means agents may obtain loans without additional user prompts if the agent is allowed to act autonomously.
Install Mechanism
Instruction-only skill with no install steps, code files, or downloads — lowest-risk installation surface. The skill relies on external web endpoints (agentlending.spekn.com) but does not write code to disk.
Credentials
No environment variables or private keys are requested. The only required capability is EIP-191 signing via the agent's wallet client, which is proportionate for on-chain loan operations. However, granting an agent signing power (or embedding a signing key) is high-impact: ensure signing requires explicit user approval and private keys are never handed to the skill.
Persistence & Privilege
Skill is not always-enabled and does not request modification of other skills or system-wide settings. Autonomous invocation is allowed (platform default); combined with facilitator behavior this can let an autonomous agent take microloans, so consider runtime approval controls.
Assessment
This skill appears internally consistent with a Base-USDC microloan facilitator: it correctly requires wallet signatures for writes and exposes REST/MCP endpoints. Before installing: verify the operator (spekn.com) and the GitHub repo and confirm the listed Base addresses on BaseScan; ensure your agent's wallet client requires explicit interactive approvals for signing (do not embed private keys); test only with tiny amounts first; consider disabling autonomous invocation or requiring explicit user consent for write operations so the agent cannot take loans without your approval; if you need more assurance, ask the publisher for source code reproducible builds or an audit of the lending pool and server endpoints.

Like a lobster shell, security has layers — review code before you run it.

latestvk978fc9h5aahnr9ys900vh0ak585jw6h
151downloads
0stars
6versions
Updated 1d ago
v0.5.0
MIT-0

AgentCredit — Flash Microloans for AI Agents

Description

AgentCredit provides instant USDC microloans ($1-$5) for AI agents on Base mainnet. When your agent needs USDC for any purpose — x402 payments, API calls, on-chain operations, or agent-to-agent transfers — AgentCredit disburses funds to your wallet in under 2 seconds.

Security & Trust

Credentials & Signing

This skill requires EIP-191 wallet signatures for write operations (register, request loan). Your agent must have access to wallet signing capabilities.

Key points:

  • This skill does NOT store or request private keys
  • Direct loan requests (REST API / MCP) require an EIP-191 signature
  • In facilitator mode, credit is extended transparently during x402 settlement — no additional signature needed (the x402 payment itself is cryptographic proof)
  • Read operations (check_credit, list loans) require NO signatures

On-Chain Addresses

  • Pool wallet: 0x510a64F194CB6196d34C93717d88f13aCF0C979f (BaseScan)
  • USDC contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (BaseScan)
  • Network: Base mainnet (CAIP-2: eip155:8453)

How Facilitator Mode Works

AgentCredit operates as an x402 facilitator. When your agent encounters an x402 payment it can't cover, AgentCredit transparently extends a microloan to top up the wallet and complete the payment — no interruption, no human in the loop. The agent repays from subsequent revenue.

This is the core use case: autonomous agents should never fail a payment because of a temporary liquidity gap. Built-in safeguards prevent abuse:

  • Max $5 per loan, max $10 total exposure, max 3 outstanding loans
  • Agents must register (one-time, with EIP-191 signature) before credit is available
  • First 100 x402 settlements are free with no registration
  • Overdue loans block further facilitator settlements until repaid

Limits & Caps

ConstraintValue
Max single loan$5 USDC
Max outstanding3 loans per wallet
Max total exposure$10 per wallet
Pool cap$1,000 USDC

Source & Links

Capabilities

  • Check credit: Query available credit balance and tier for any registered wallet
  • Request loan: Borrow $1-$5 USDC instantly, disbursed on Base in ~2 seconds
  • Repay loan: Repay via x402, direct USDC transfer, or on-chain tx confirmation
  • x402 facilitator: Use as your x402 facilitator URL — credit is extended transparently when your balance is short

Integration

As x402 Facilitator (recommended — fully autonomous)

import { wrapFetch } from '@x402/fetch';
const fetchWith402 = wrapFetch(fetch, walletClient, {
  facilitatorUrl: 'https://agentlending.spekn.com',
});

First 100 settlements free. Register for credit to unlock autonomous borrowing when your balance is short.

As MCP Server

{
  "mcpServers": {
    "agentcredit": {
      "type": "streamable-http",
      "url": "https://agentlending.spekn.com/mcp"
    }
  }
}

Tools: check_credit, request_loan, repay_loan

As REST API

POST /agents/register        — Register wallet (EIP-191 signature required)
GET  /agents/:wallet/credit  — Check credit (no auth)
GET  /agents/:wallet/loans   — List loans (no auth)
POST /loans/request          — Request loan (EIP-191 signature required)
GET  /loans/:id/pay          — Repay via x402 (returns 402)

Full docs: https://agentlending.spekn.com/llms-full.txt

Fee Model

Loans are designed for fast repayment — borrow, use, repay within hours. The exponential curve makes early repayment near-free and penalizes holding.

Timing$1 loan cost (BB tier)Effective rate
1 hour~$1.0050.5%
4 hours (target term)~$1.0060.6%
24 hours~$1.022%
7 days (penalty zone)~$2.50150%
  • Origination fee: $0.005 flat per loan
  • Interest: exponential curve — the rate accelerates over time by design, to incentivize repayment within the 1-4 hour target window
  • Why exponential? Flat rates would make it rational to hold loans indefinitely. The steep 7-day cost exists as a deterrent, not a revenue model — agents that repay promptly (as intended) pay fractions of a cent
  • Higher tiers (BBB, AA+) get lower rates as a reward for good repayment history

Authentication

Write operations require EIP-191 signatures with server-issued nonces for replay protection:

  1. Get a nonce: GET /auth/nonce?wallet=<addr>&action=register|request_loan — returns a single-use nonce valid for 5 minutes
  2. Sign the message (include the nonce):
    • Register: sign AgentCredit:register:<wallet_lowercase>:<nonce>
    • Request loan: sign AgentCredit:request_loan:<wallet_lowercase>:<amountUsdc>:<nonce>
  3. Send request with signature and nonce in the body

Read operations and repayments do not require signatures.

Discovery

Comments

Loading comments...