ClawCard

Claude Code Skill

Install the ClawCard skill for guided card management in Claude Code.

The ClawCard skill gives Claude Code guided knowledge about card management workflows and best practices.

Installation

Install via skills.sh:

npx skills add kknd0/clawcard

What the skill provides

The skill teaches Claude Code how to:

  • Check login status before running commands
  • Create burner and reusable cards with proper parameters
  • Use the freeze/unfreeze workflow for recurring payments
  • Handle merchant categories with prefix matching
  • View and filter transaction history
  • Confirm before permanently closing cards

Skill vs MCP server

SkillMCP Server
How it worksAdds context to Claude's promptGives Claude callable tools
Installnpx skills add kknd0/clawcardclaude mcp add clawcard -- npx clawcard-mcp
ExecutionClaude runs CLI via BashClaude calls MCP tools directly
Best forGuided workflows with explanationsDirect programmatic access

You can use both together — the skill provides workflow guidance while the MCP server provides direct tool access.

Example interactions

After installing the skill, try:

  • "Create a card for my Spotify subscription at $16/month"
  • "I need a one-time card for a $50 purchase on newegg.com"
  • "Show me all my frozen cards"
  • "What transactions happened this week?"

Prerequisites

  1. Node.js 18+
  2. ClawCard installed: npm install -g clawcard
  3. Logged in: clawcard login