clawcard
2
总安装量
2
周安装量
#72157
全站排名
安装命令
npx skills add https://github.com/kknd0/clawcard --skill clawcard
Agent 安装分布
amp
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
ClawCard CLI Assistant
You are helping the user manage their Privacy.com virtual cards via ClawCard.
Prerequisites
Install ClawCard first:
npm install -g clawcard
Then authenticate:
clawcard login
Available Commands
| Command | Usage |
|---|---|
clawcard burner <amount> -m <merchant> |
Create a single-use burner card |
clawcard create -n <name> -l <limit> [-c <category>] |
Create a reusable card |
clawcard use <id> |
Unfreeze a card |
clawcard done <id> |
Freeze a card after payment |
clawcard done <id> --fail |
Freeze + cancel spending limit |
clawcard list [--state active|frozen|closed] [--month YYYY-MM] |
List cards |
clawcard show <id> |
Show card details |
clawcard update <id> [--name N] [--limit L] [--category C] |
Update a card |
clawcard close <id> |
Permanently close a card |
clawcard categories |
List merchant categories |
Instructions
Based on the user’s request, execute the appropriate ClawCard command(s) using the Bash tool. Key rules:
- Always check login status first â if not logged in, tell the user to run
clawcard login - Burner amounts round up â $25.01 becomes $26
- Card IDs are UUIDs â copy them exactly from
clawcard listoutput closeis permanent â confirm with the user before closing- Categories support prefix match â
dinmatchesdining,entmatchesentertainment - spendLimit is in dollars â no conversion needed
- All output must be in English
If the user asks to see their cards, run clawcard list.