Overview
- Skill Key
- akshatgada/llm-wallet
- Author
- akshatgada
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/akshatgada/llm-wallet
- Latest Commit SHA
- 58cbebb3efae103a33fed8ceb4cf61fcf5c6ab6b
Manage crypto wallets and make x402 micropayments with USDC stablecoins on Polygon
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 llm_wallet 技能。 若已安装,则直接安装 llm_wallet 技能。
# LLM Wallet - Crypto Wallet & x402 Micropayments Use `llm-wallet` commands to manage crypto wallets and make micropayments to paid APIs using USDC stablecoins on Polygon blockchain. **Default Network**: Polygon Testnet (polygon-amoy) - safe for testing **Facilitator**: https://x402-amoy.polygon.technology ## Quick Start ```bash # Create wallet llm-wallet create # Check balance llm-wallet balance # Set spending limits (recommended) llm-wallet set-limit --per-tx 0.10 --daily 5.00 # View transaction history llm-wallet history ``` ## Wallet Management ### Create Wallet ```bash llm-wallet create [--label <name>] ``` Creates a new HD wallet with encryption. Returns wallet address. **Example:** ```bash llm-wallet create --label "agent-wallet" ``` ### Import Wallet ```bash llm-wallet import --private-key <key> [--label <name>] ``` Import existing wallet from private key. ### Check Balance ```bash llm-wallet balance ``` Shows USDC balance and native token balance on current network. ### Transaction History ```bash llm-wallet history ``` View all transactions and payments made from this wallet. ## Spending Limits ### Set Limits ```bash llm-wallet set-limit --per-tx <amount> --daily <amount> ``` Set per-transaction and daily spending caps in USDC. **Example:** ```bash llm-wallet set-limit --per-tx 0.10 --daily 5.00 ``` ### Check Limits ```bash llm-wallet get-limits ``` View current spending limits and daily usage. ## x402 Payments ### Make Payment ```bash llm-wallet pay <url> [--method GET|POST] [--body <json>] ``` Make x402 micropayment to a paid API endpoint. **⚠️ IMPORTANT: Always ask user for approval before making payments!** **Example:** ```bash # Ask user: "I need to make a payment to https://api.example.com/weather. Cost: $0.001 USDC. Approve?" llm-wallet pay "https://api.example.com/weather?location=London" ``` **Workflow:** 1. Check if payment is needed: `llm-wallet check-payment <url>` 2. Show user: URL, estimated cost, current limits 3. Wait...
# LLM Wallet Skill for OpenClaw Enable OpenClaw agents to own crypto wallets and make x402 micropayments with USDC stablecoins. ## What This Skill Does - **Wallet Management**: Create, import, and manage HD wallets with encryption - **Check Balance**: View USDC and native token balances - **Spending Limits**: Set per-transaction and daily spending caps - **x402 Payments**: Make micropayments to paid APIs using USDC - **Dynamic APIs**: Register paid APIs as reusable tools - **Transaction History**: Track all payments and transactions ## Installation ### Prerequisites - Node.js 20+ - OpenClaw installed ### Install Skill **Option 1: Via ClawHub (Recommended)** ```bash clawhub install llm-wallet ``` **Option 2: Manual Installation** ```bash # Clone or copy this skill directory to your workspace cp -r skills/llm-wallet ~/.openclaw/workspace/skills/ # Install MCP server npm install -g llm-wallet-mcp ``` ### Add to PATH ```bash # Add to your shell profile (~/.bashrc, ~/.zshrc) export PATH="/Users/agada/openclaw/skills/llm-wallet/bin:$PATH" ``` ## Quick Start ### 1. Create Wallet ```bash llm-wallet create --label "my-agent-wallet" ``` ### 2. Set Spending Limits ```bash llm-wallet set-limit --per-tx 0.10 --daily 5.00 ``` ### 3. Fund Wallet (Testnet) Visit: https://faucet.polygon.technology/ - Select "USDC" token - Select "Polygon Amoy" network - Paste your wallet address - Request testnet USDC (free) ### 4. Check Balance ```bash llm-wallet balance ``` ### 5. Make Payment (with Agent) ``` User: "What's the weather in London?" Agent: "I'll check the weather API. Cost: $0.001 USDC. Approve?" User: "Yes" Agent executes: llm-wallet pay "https://api.weather.com/current?location=London" ``` ## Usage in OpenClaw ### Agent Workflow The agent will automatically: 1. Detect when paid APIs are needed 2. Check cost via `llm-wallet check-payment` 3. Ask user for approval 4. Execute payment via `llm-wallet pay` 5. Return API response with transaction confirmation ###...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
caoyumin97
Structured problem analysis and communication using system mapping and hierarchical logic. Use when a request involves messy, multi-factor problems, root-cause analysis, intervention design, feedback loops or delays, or when a clear top-line recommendation with logically grouped support is required.
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.