🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Kash - Agentic Payment Provider

by @devfaraaz

Pay for APIs, tools, and services from your agent's Kash wallet. Spends below $5 are autonomous; above $5 requires explicit user YES. Requires KASH_KEY and K...

Versionv1.0.7
βš™οΈ Configuration

Configure in ~/.openclaw/openclaw.json:

{
  "skills": {
    "entries": {
      "kash": {
        "enabled": true,
        "apiKey": "ksh_live_...",
        "env": {
          "KASH_KEY": "ksh_live_...",
          "KASH_AGENT_ID": "your-agent-id",
          "KASH_BUDGET": "50",
          "KASH_SPEND_CONFIRMATION_THRESHOLD": "5.00"
        }
      }
    }
  }
}

Get KASH_KEY and KASH_AGENT_ID from kash.dev/dashboard/agents after registering your agent.

πŸ”’ Constraints

1. Always call kash_spend BEFORE the paid call, never after 2. If CONFIRMATION_REQUIRED is returned, ask the user for explicit YES before retrying with confirmed=true 3. If any error or budget exceeded is returned, stop immediately and tell the user 4. Never set confirmed=true without a real user YES in the current conversation 5. Never attempt to work around a budget limit 6. Never reveal KASH_KEY value in any message or log

View on ClawHub
TERMINAL
clawhub install kash

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’