Skip to content
Skill

agent-fuel

by openclaw

AI Summary

Keep your agent running by automatically managing wallet balances, topping up via MoonPay, and paying for x402-enabled APIs. 1. MoonPay CLI installed and authenticated: 2. A funded wallet (can be created via )

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "agent-fuel" skill in my project.

Please run this command in my terminal:
# Install skill into your project (7 files)
mkdir -p .claude/skills/agent-fuel && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/SKILL.md "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/README.md "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/README.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/_meta.json "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/_meta.json" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/package.json "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/package.json" && mkdir -p .claude/skills/agent-fuel/src && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/src/agent-fuel.sh "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/src/agent-fuel.sh" && mkdir -p .claude/skills/agent-fuel/src && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/src/monitor.ts "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/src/monitor.ts" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/agent-fuel/tsconfig.json "https://raw.githubusercontent.com/openclaw/skills/main/skills/zedit42/agent-fuel/tsconfig.json"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Autonomous agent wallet management with MoonPay auto top-up, x402 payments, and OpenWallet Standard. Agents never run out of gas.

Prerequisites

• MoonPay CLI installed and authenticated: `bash npm install -g @moonpay/cli mp login ` • A funded wallet (can be created via mp wallet create)

Agent Fuel — Autonomous Payment & Gas Management

Keep your agent running by automatically managing wallet balances, topping up via MoonPay, and paying for x402-enabled APIs.

Check Balance

`bash mp wallet balance `

Auto Top-Up When Low

When the agent detects low balance (configurable threshold), trigger: `bash mp buy --amount 20 --currency USDC --chain base `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted Today
Active
Adoption1K+ stars on GitHub
4.2k ★ · Popular
DocsREADME + description
Well-documented

GitHub Signals

Stars4.2k
Forks1.2k
Issues7
UpdatedToday
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code