← All skills
Tencent SkillHub · Developer Tools

Agentcash Wallet

Manage your agentcash wallet and call any x402-protected API with automatic payment. No API keys, no subscriptions — just a funded wallet (USDC on Base). USE...

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

Manage your agentcash wallet and call any x402-protected API with automatic payment. No API keys, no subscriptions — just a funded wallet (USDC on Base). USE...

⬇ 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, rules/getting-started.md

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
0.1.0

Documentation

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

agentcash Wallet & Paid APIs

Call any x402-protected API with automatic payment. Payment is the authentication — no API keys or subscriptions needed.

Setup

If the agentcash CLI is not yet installed, see rules/getting-started.md for installation and wallet setup.

Wallet Management

Your wallet is auto-created on first use and stored at ~/.agentcash/wallet.json.

Check Balance

npx agentcash wallet info Returns wallet address, USDC balance, and deposit link. Always check before expensive operations.

Redeem Invite Code

npx agentcash wallet redeem YOUR_CODE One-time use per code. Credits added instantly. Run npx agentcash wallet info after to verify.

Deposit USDC

Get your wallet address via npx agentcash wallet info Send USDC on Base network (eip155:8453) to that address Or use the deposit UI: https://x402scan.com/mcp/deposit/<wallet-address> Important: Only Base network USDC. Other networks or tokens will be lost.

1. Discover endpoints

npx agentcash discover https://stableenrich.dev Returns all endpoints, pricing, and usage instructions. Read the instructions field — it has critical endpoint-specific guidance.

2. Check schema (optional)

npx agentcash check https://stableenrich.dev/api/apollo/people-search Returns full request/response JSON schemas and pricing for a specific endpoint.

3. Make a paid request

npx agentcash fetch https://stableenrich.dev/api/apollo/people-search -m POST -b '{"person_titles": ["CEO"], "person_locations": ["San Francisco"]}' Payment is automatic: sends request, gets 402 challenge, signs USDC payment, retries with credential, returns result. Payments settle only on success (2xx) — failed requests cost nothing.

Available Services

OriginServiceWhat it doeshttps://stableenrich.devStableEnrichResearch APIs: Apollo (people/org), Exa (web search), Firecrawl (scraping), Grok (X/Twitter), Google Maps, Clado (LinkedIn), Serper (news/shopping), WhitePages, Reddit, Hunter (email verification), Influencer enrichmenthttps://stableupload.devStableUploadPay-per-upload file hosting. 10MB/$0.02, 100MB/$0.20, 1GB/$2.00. 6-month TTLhttps://stablestudio.devStableStudioAI image/video generation: GPT Image, Flux, Grok, Nano Banana, Sora, Veo, Seedance, Wanhttps://stablesocial.devStableSocialSocial media data: TikTok, Instagram, X/Twitter, Facebook, Reddit, LinkedIn. $0.06/call, async two-stephttps://stableemail.devStableEmailSend emails ($0.02), forwarding inboxes ($1/mo), custom subdomains ($5)https://stablephone.devStablePhoneAI phone calls ($0.54), phone numbers ($20), top-ups ($15)https://stablejobs.devStableJobsJob search via Coresignal Run npx agentcash discover <origin> on any origin to see its full endpoint catalog.

Quick Reference

TaskCommandCheck balancenpx agentcash wallet infoRedeem codenpx agentcash wallet redeem <code>Discover endpointsnpx agentcash discover <url>Check pricing/schemanpx agentcash check <url>Paid POST requestnpx agentcash fetch <url> -m POST -b '{...}'Paid GET requestnpx agentcash fetch <url>

Tips

Always discover first — the instructions field has critical endpoint-specific patterns and required parameters. Payments settle only on success (2xx) — failed requests cost nothing. Use npx agentcash check <url> when unsure about request/response format. Add --format json for machine-readable output, --format pretty for human-readable. Add -v for verbose output to see payment details. Network: Base (eip155:8453), Currency: USDC.

Troubleshooting

IssueSolution"Command not found"Run npm install -g agentcash"Insufficient balance"Check balance, deposit USDC or redeem invite code"Payment failed"Transient error — retry the request"Invalid invite code"Code already used or doesn't existBalance not updatingWait for Base network confirmation (~2 sec)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • rules/getting-started.md Docs