clawcard

Manage Privacy.com virtual cards — create, list, freeze, unfreeze, close cards and check login status. Use this skill when the user asks about virtual cards, payment cards, or ClawCard operations.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawcard" with this command: npx skills add kknd0/clawcard/kknd0-clawcard-clawcard

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

CommandUsage
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> --failFreeze + 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 categoriesList merchant categories
clawcard transactions [--card ID] [--since 7d] [--limit 20] [--status approved] [--merchant name]Show transaction history

Instructions

Based on the user's request, execute the appropriate ClawCard command(s) using the Bash tool. Key rules:

  1. Always check login status first — if not logged in, tell the user to run clawcard login
  2. Burner amounts round up — $25.01 becomes $26
  3. Card IDs are UUIDs — copy them exactly from clawcard list output
  4. close is permanent — confirm with the user before closing
  5. Categories support prefix matchdin matches dining, ent matches entertainment
  6. spendLimit is in dollars — no conversion needed
  7. All output must be in English

If the user asks to see their cards, run clawcard list. If the user asks about transactions or spending history, run clawcard transactions.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

clawcard

No summary provided by upstream source.

Repository SourceNeeds Review
General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated