π¦ 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...
βοΈ 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
TERMINAL
clawhub install kash