Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add x402agent/solana-clawd --skill sponge-walletgit clone --depth 1 https://github.com/x402agent/solana-clawdWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/x402agent/solana-clawd/sponge-wallet)<a href="https://agentmods.dev/skills/x402agent/solana-clawd/sponge-wallet"><img src="https://agentmods.dev/badge/skills/x402agent/solana-clawd/sponge-wallet/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/x402agent/solana-clawd/sponge-wallet"><img src="https://agentmods.dev/badge/skills/x402agent/solana-clawd/sponge-wallet.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.02472 |
| Opus 5 | $0.00019 | $0.01236 |
| Sonnet 5 | $0.00008 | $0.00494 |
| Haiku 4.5 | $0.00004 | $0.00247 |
Grade A, and why
sponge-wallet scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sS -X POST "https://api.wallet.paysponge.com/api/agents/register" \ How it starts
The opening of the file, as written. The whole thing — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sponge Wallet API — Agent Skills Guide (OpenClawd Edition)
This skill gives Clawd access to the Sponge Wallet REST API — a full crypto wallet with swaps, bridges, trading, payments, banking, and paid external services.
Quick Start
# Base URL
SPONGE_API_URL="https://api.wallet.paysponge.com"
SPONGE_API_KEY="sponge_live_..." # set in .env or export
# Required header on every request
# Sponge-Version: 0.2.2
# Authorization: Bearer $SPONGE_API_KEY
# Content-Type: application/json
What You Can Do
- Manage crypto — check balances, transfer tokens (EVM/Solana/Tempo), swap on Solana/Base/Ethereum/Polygon/Arbitrum/Tempo, bridge cross-chain
- Create payment links — generate reusable x402 payment URLs
- Access paid external services — search, image gen, web scraping, AI, data enrichment
- Banking — KYC onboarding, virtual bank accounts (receive USD as USDC), off-ramp to bank
- Trade — Polymarket prediction markets, Hyperliquid perpetuals
- Checkout — shop from online stores via URL checkout
- Store cards — encrypted card data for checkout, virtual cards, Sponge Card
- Fiat onramp — buy crypto with card/bank via Stripe or Coinbase
Top-Level API Reference
Base: https://api.wallet.paysponge.com
Auth: Authorization: Bearer <SPONGE_API_KEY>
Ver: Sponge-Version: 0.2.2 (REQUIRED on every request)
Paid services (search, image gen, scraping, AI, data, etc.):
GET /api/discover -> find services by query/category
GET /api/discover/:serviceId -> get endpoints, params, pricing
POST /api/paid/fetch -> call service (auto-selects x402 or MPP)
POST /api/x402/fetch -> call service (x402 USDC only)
POST /api/mpp/fetch -> call service (MPP on Tempo)
Wallet & tokens:
GET /api/balances -> get all balances
POST /api/transfers/evm -> EVM transfer (ETH/USDC)
POST /api/transfers/solana -> Solana transfer (SOL/USDC)
POST /api/transfers/tempo -> Tempo transfer (pathUSD etc.)
POST /api/transactions/swap -> Solana/EVM swap
POST /api/transactions/base-swap -> Base swap
POST /api/transactions/tempo-swap -> Tempo swap
POST /api/transactions/bridge -> cross-chain bridge
GET /api/solana/tokens -> list SPL tokens
GET /api/solana/tokens/search -> search Jupiter token list
GET /api/transactions/status/:txHash -> transaction status
GET /api/transactions/history -> transaction history
Trading:
POST /api/polymarket -> Polymarket prediction markets
POST /api/hyperliquid -> Hyperliquid perps/spot
Banking:
POST /api/bank/onboard -> start KYC
GET /api/bank/status -> KYC status
POST /api/bank/virtual-account -> create virtual bank account
GET /api/bank/external-accounts -> list linked bank accounts
POST /api/bank/external-accounts -> link bank account
POST /api/bank/send -> off-ramp USD to bank
Cards & checkout:
POST /api/cards -> fetch user's card
POST /api/virtual-cards -> issue per-transaction virtual card
POST /api/checkout -> URL checkout from online stores
GET /api/checkout/:sessionId -> checkout status
POST /api/credit-cards -> store encrypted card data
POST /api/onramp/crypto -> fiat-to-crypto onramp link
Planning:
POST /api/plans/submit -> submit multi-step plan
POST /api/plans/approve -> approve and execute plan
POST /api/trades/propose -> propose single swap
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 243 lines · 39 tokens per session scan A 69ba7addcfc6
sponge-wallet is a skill published in the GitHub repository x402agent/solana-clawd (24 stars, last pushed 3mo ago), licensed MIT. It adds 39 tokens to every session and 2,472 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
bridge
Cross-chain token transfers using Wormhole and CCTP.
hyperliquid
Hyperliquid L1 perps DEX (69% market share).
mpp-agent
Pay HTTP 402 APIs via Machine Payments Protocol (MPP).
marginfi
MarginFi — Solana lending and borrowing.
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…