Overview
- Skill Key
- devfaraaz/kash
- Author
- devfaraaz
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/devfaraaz/kash
- Latest Commit SHA
- 502d80260e1377c6d20c15fb95871ff09ae64c6d
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 KASH_AGENT_ID from kash.dev.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 kash 技能。 若已安装,则直接安装 kash 技能。
# Kash Payment Skill This skill gives your OpenClaw agent access to a Kash wallet so it can pay for external services autonomously, within your configured budget. ## Security model - `KASH_KEY` and `KASH_AGENT_ID` are required. The skill will fail at load time if either is missing — it will not silently proceed. - `KASH_API_URL` is validated against an allowlist (api.kash.dev and localhost only) at startup. Setting it to any other domain is rejected immediately to prevent `KASH_KEY` from being sent to an untrusted server. - `KASH_BUDGET` is enforced locally in code as a session cap. It is not just a guideline — the spend function checks it before every call. - Spends above `KASH_SPEND_CONFIRMATION_THRESHOLD` ($5.00 default) require `confirmed=true`, which the agent must only set after receiving an explicit YES from the user in the current conversation. - Budget enforcement happens at two layers: locally (KASH_BUDGET) and server-side (Kash dashboard budget). Both must pass. The server is the authoritative source of truth. ## Tools provided ### kash_spend Spend from the Kash agent wallet before making a paid API call. Parameters: - `amount` (number, required) — amount in USD - `description` (string, required) — what you are paying for - `merchant` (string, optional) — name of the service - `confirmed` (boolean, optional) — set true only after explicit user YES for spends above threshold Return values: - `OK. Spent $X for "..."` — spend succeeded - `CONFIRMATION_REQUIRED: ...` — ask user for YES, then retry with confirmed=true - `LOCAL_BUDGET_EXCEEDED: ...` — session cap hit, stop and notify user - `BUDGET_EXCEEDED: ...` — server-side budget hit, stop and notify user - `AGENT_PAUSED: ...` — agent paused by user in Kash dashboard - `UNAUTHORIZED: ...` — KASH_KEY invalid or expired - `ERROR: ...` — unexpected failure ### kash_balance Check remaining budget without spending. Returns both server-side balance and local session cap. ## When to use this skill Use...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.