ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

fluxa-agent-wallet

FluxA Agent Wallet integration via CLI. Enables agents to make x402 payments for paid APIs, send USDC payouts to any wallet, and create payment links to receive payments. Use when the user asks about crypto payments, x402, USDC transfers, payment links, or interacting with the FluxA Agent Wallet.

Why use this skill?

Install the FluxA Agent Wallet to enable your AI to perform onchain USDC payouts, manage x402 payments, and generate payment links via a secure, automated CLI integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cpppppp7/fluxa-agent-wallet
Or

What This Skill Does

The FluxA Agent Wallet skill enables your OpenClaw AI agent to act as a financial participant on the blockchain. By leveraging the fluxa-cli.bundle.js tool, the agent manages onchain operations including x402 protocol payments, USDC transfers, and the generation of payment links. This skill eliminates the need for manual private key management, allowing the agent to handle sophisticated financial workflows autonomously while maintaining user control through an intuitive authorization UX pattern.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/cpppppp7/fluxa-agent-wallet

Ensure you have Node.js v18 or higher installed. Upon installation, initialize your agent profile using node scripts/fluxa-cli.bundle.js init --email "..." --name "..." to set up your Agent ID and credentials. Verify your identity with the status command.

Use Cases

  • Automated API Access: Pay for restricted API resources automatically when an HTTP 402 challenge is detected.
  • USDC Payouts: Execute trustless payments to contractors or service providers directly from the agent interface.
  • Monetization: Generate payment links to sell digital assets, subscription services, or specialized AI outputs.
  • Wallet Interaction: Act as a middleman for users who need to perform financial transactions without manually interacting with wallet software.

Example Prompts

  1. "I need to pay for this premium API access; can you handle the x402 payment using my FluxA wallet?"
  2. "Please send 50 USDC to this address [insert address] for the services provided yesterday."
  3. "I want to sell my generated report; create a payment link for $10 so my clients can pay me directly."

Tips & Limitations

  • Authorization: Always prioritize the user's intent. When the CLI returns an authorization URL, use the AskUserQuestion tool to confirm if the user wants to open it automatically. Never process a mandate or payout without explicit, documented user consent.
  • Safety: Always verify wallet addresses before initiating a transfer. Because blockchain transactions are irreversible, double-check all destination addresses.
  • Persistence: Ensure your AGENT_JWT is stored securely if not using the default config environment variables. The CLI handles refresh logic, but local environment variables should be kept private to prevent unauthorized fund access.

Metadata

Author@cpppppp7
Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cpppppp7-fluxa-agent-wallet": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#payments#usdc#blockchain#finance
Safety Score: 3/5

Flags: external-api, code-execution