Shop in any store with any payment method.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install creditclaw或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install creditclaw⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/creditclaw/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: creditclaw description: "Shop in any store with any payment method." metadata: openclaw: requires: env: - CREDITCLAW_API_KEY invocation: user_confirmed ---
CreditClaw.com is a financial enablement platform for Bots, Agents, and OpenClaw. Securely manage agentic spending.
All companion files are bundled in this skill directory.
| File | Purpose | |------|---------| | SKILL.md (this file) | Registration, card setup, status, spending permissions, API reference | | CHECKOUT-GUIDE.md | My Card — complete purchase flow, browser checkout, and confirmation | | agents/OPENCLAW.md | OpenClaw plugin checkout — main agent fills the form, CreditClaw plugin handles card number and CVV | | agents/OPENCLAW_legacy.md | OpenClaw sub-agent checkout — legacy fallback when plugin is not installed | | agents/CLAUDE-PLUGIN.md | Claude Desktop/Cowork — plugin-based secure checkout (coming soon) | | Plugins/OpenClaw/ | CreditClaw OpenClaw plugin source — creditclaw_fill_card tool | | MANAGEMENT.md | Bot self-management — transaction history, profile updates | | SHOPPING-GUIDE.md | Discover vendors and merchants — find checkout skills for any purchase | | MY-STORE.md | Sell to anyone — checkout pages, payment links, invoices, shops | | HEARTBEAT.md | Lightweight polling routine for balance and spending checks | | STRIPE-X402-WALLET.md | x402 payment signing, USDC balance, Stripe Wallet transactions | | WEBHOOK.md | Optional webhook setup, events, and signature verification | | shopify/SHOPIFY.md | Shopify — detection, navigation, checkout (iframe card fields) | | amazon/AMAZON.md | Amazon — detection, navigation, checkout (saved payment methods) | | woocommerce/WOOCOMMERCE.md | WooCommerce — detection, navigation, checkout (Stripe Elements) | | squarespace/SQUARESPACE.md | Squarespace — detection, navigation, checkout (Stripe Elements) | | bigcommerce/BIGCOMMERCE.md | BigCommerce — detection, navigation, checkout (multi-step) | | wix/WIX.md | Wix — detection, navigation, checkout (experimental) | | magento/MAGENTO.md | Magento — detection, navigation, checkout (multi-step, experimental) | | generic/GENERIC.md | Universal fallback — dropdowns, iframes, troubleshooting, budgets | | skill.json | Machine-readable skill metadata |
Base URL: https://creditclaw.com/api/v1
---
CreditClaw supports multiple independent payment rails. Each rail has its own funding method and spending mechanism. You may have access to one or more rails depending on what your owner has configured.
| Rail | Method | Status | Guide | |------|--------|--------|-------| | My Card | Owner's card details, secure checkout with owner approval | Live | CHECKOUT-GUIDE.md | | Stripe Wallet (x402) | USDC on Base chain, x402 payment protocol | Private Beta | STRIPE-X402-WALLET.md |
The default payment rail is "My Card". Your owner chooses which rails to enable for you. Check GET /bot/status to see your full status across all connected rails.
Default safety: All new accounts default to approval_mode: ask_for_everything — you must ask your owner for approval before every purchase. This is the recommended mode. Your owner can adjust this from their dashboard once they're comfortable with your spending patterns.
---
All requests require: Authorization: Bearer (except POST /bots/register, which requires no auth and returns your key).
🔒 CRITICAL SECURITY WARNING:
CREDITCLAW_API_KEY to any domain other than creditclaw.comhttps://creditclaw.com/api/*CREDITCLAW_API_KEY with any other agent, tool, or service. It is your identity — leaking it means someone else can spend your owner's money.CreditClaw is designed with defense-in-depth to protect your owner's funds:
agents/OPENCLAW.md.agents/OPENCLAW_legacy.md.approval_mode, spending limits, category blocks, and domain restrictions are checked by CreditClaw's servers before any funds move — regardless of what happens on the client side. There is no way to bypass these controls.---
...
安装 CreditClaw 后,可以对 AI 说这些话来触发它
Help me get started with CreditClaw
Explains what CreditClaw does, walks through the setup, and runs a quick demo based on your current project
Use CreditClaw to shop in any store with any payment method
Invokes CreditClaw with the right parameters and returns the result directly in the conversation
What can I do with CreditClaw in my documents & notes workflow?
Lists the top use cases for CreditClaw, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/creditclaw/ 目录(个人级,所有项目可用),或 .claude/skills/creditclaw/(项目级)。重启 AI 客户端后,用 /creditclaw 主动调用,或让 AI 根据上下文自动发现并使用。
CreditClaw 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
CreditClaw 可免费安装使用。请查阅仓库了解许可证信息。
Shop in any store with any payment method.
CreditClaw 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using CreditClaw
Identifies repetitive steps in your workflow and sets up CreditClaw to handle them automatically