← Back to Skills Marketplace
bernardtai

CAI: fund-agent-wallet-for-task

by Bernardtai · GitHub ↗ · v1.0.15 · MIT-0
cross-platform ✓ Security Clean
30
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fund-agent-wallet-for-task
Description
Fund your CAI custodial wallet so your agent can continue a paid task. Uses create_deposit_link and wallet_balances. No transfer until user is ready. Powered...
README (SKILL.md)

Fund your agent wallet for the next task

Before book flight, buy license, or pay OpenRouter, the agent may detect insufficient balance. This skill routes funding through CAI hosted deposit — not external wallet hand-holding.

When to Use

  • "Fund my agent wallet so it can continue"
  • "I need to top up before the agent pays"
  • "Give me a deposit link for my CAI account"
  • "Add USDC so my agent can finish the purchase"

Task flow (agent-native)

  1. wallet_balances on required chain/token.
  2. If short → create_deposit_link (action_type: deposit) with optional constraints (chain, payment_method, asset hints).
  3. Return Hosted action URL (url) to user; wait for funding.
  4. Re-check wallet_balances before any transfer.
  5. Continue parent task skill (payment, license, etc.).

Honesty: Deposit indexing may be partial_live — use wallet_deposit_confirm if user supplies tx hash.

Quick Setup

openclaw secrets set CAI_API_KEY "your_dashboard_api_key"

Canonical Reference

Usage Guidance
Install only if you intend to use CAI hosted deposits and are comfortable storing a CAI API key in OpenClaw secrets. Before funding, verify the hosted CAI URL, chain, asset, and payment method, and treat any later wallet transfer or purchase as a separate user-approved action.
Capability Tags
cryptorequires-walletrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is to fund a CAI custodial wallet for paid agent tasks, and the described capabilities fit that purpose: checking wallet balances, creating a hosted deposit link, and optionally confirming a user-supplied deposit transaction hash.
Instruction Scope
The skill touches crypto funding and later parent-task payments, but it explicitly says to return the hosted URL to the user, wait for funding, re-check balances, and avoid transfer until the user is ready.
Install Mechanism
The artifact contains only a markdown SKILL.md with no executable scripts, package dependencies, symlinks, or install-time code.
Credentials
The requested CAI API key and wallet access are sensitive but proportionate to a wallet funding workflow and are disclosed in the setup and metadata.
Persistence & Privilege
It asks the user to store CAI_API_KEY with OpenClaw secrets, which is expected for this integration; no background workers, persistence beyond the configured secret, privilege escalation, or local data indexing are present.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fund-agent-wallet-for-task
  3. After installation, invoke the skill by name or use /fund-agent-wallet-for-task
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.15
Use-case wrapper → https://cai.com/skill.md
Metadata
Slug fund-agent-wallet-for-task
Version 1.0.15
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CAI: fund-agent-wallet-for-task?

Fund your CAI custodial wallet so your agent can continue a paid task. Uses create_deposit_link and wallet_balances. No transfer until user is ready. Powered... It is an AI Agent Skill for Claude Code / OpenClaw, with 30 downloads so far.

How do I install CAI: fund-agent-wallet-for-task?

Run "/install fund-agent-wallet-for-task" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CAI: fund-agent-wallet-for-task free?

Yes, CAI: fund-agent-wallet-for-task is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CAI: fund-agent-wallet-for-task support?

CAI: fund-agent-wallet-for-task is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CAI: fund-agent-wallet-for-task?

It is built and maintained by Bernardtai (@bernardtai); the current version is v1.0.15.

💬 Comments