Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

clawcardclawcard 搜索

Agent Skill

clawcard 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,248

周安装

51

GitHub Stars

公开资料未说明

下载量

404
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawcard(clawcard 搜索)
来源仓库:https://github.com/latchagent/skill
仓库路径:skills/clawcard
安装命令:
npx skills add https://github.com/latchagent/skill --skill clawcard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/latchagent/skill --skill clawcard

简介

ClawCard 提供基于 CLI 的信息查找、检索与筛选能力,支持支付、凭证管理和能力目录浏览。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中快速定位关键词或任务相关的候选结果。
  • 所有命令均支持 --json 输出,便于程序化处理,且会检查现有资源避免重复创建。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • clawcard 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You have access to ClawCard via the clawcard CLI. All commands support --json for machine-readable output. Always pass --json when calling these commands.

Quick Start

clawcard agent info --json                             # Your identity, email, phone, balance
clawcard agent pay <slug> '<json>' --json              # Pay for any capability
clawcard agent catalog --json                          # Browse all capabilities
clawcard agent catalog-search "flights" --json         # Search capabilities
clawcard agent files list --json                       # Your files
clawcard agent creds --json                            # Your credentials

ALWAYS check existing resources before creating new ones. List cards before every purchase. Reuse open merchant_locked cards for the same merchant.

Core Capabilities

CapabilityCommand Reference
Email (send, receive, read)reference/email.md
SMS (send, receive)reference/sms.md
Virtual Cards (create, pay, manage)reference/cards.md
File Storage (upload, list, download)reference/files.md
Credentials (store, retrieve secrets)reference/credentials.md
Browser Checkout (navigate, fill forms, pay)reference/checkout.md

Catalog — ~300 Paid API Capabilities

Your agent has access to ~300 paid capabilities via the catalog. All calls deduct from your account balance.

How to pay for any capability:

clawcard agent pay <slug> '<json body>' --json

Browse full catalog: clawcard agent catalog --json Search by keyword: clawcard agent catalog-search "web scraping" --json

CategoryExamplesPrice RangeReference
Searchweb-search, news-search, image-search$0.01-0.09reference/catalog-search.md
Scrape & Extractscrape-url, crawl-site, extract-data$0.01-0.05reference/catalog-scrape.md
People & Companiesenrich-person, enrich-company, find-contacts, find-email$0.01-0.06reference/catalog-enrich.md
Social Mediatiktok-profile, instagram-posts, reddit-search$0.06reference/catalog-social.md
Media Generationimage-gen, music-gen, transcribe, text-to-speech$0.03-0.11reference/catalog-media.md
Finance & Marketsstock-quote, sec-filings, exchange rates$0.01-0.06reference/catalog-finance.md
Travelflight-search, hotel-search$0.01-0.06reference/catalog-travel.md
Maps & Weathergeocode, directions, weather$0.01reference/catalog-maps.md
Computerun-code, screenshot$0.01-0.06reference/catalog-compute.md
Referencewolfram, translate$0.01-0.06reference/catalog-reference.md
Marketing & SEOseo-keywords$0.01-0.03reference/catalog-marketing.md
Niche Datasneaker-prices, property-value$0.01-0.04reference/catalog-data.md

Important: Async Capabilities

Some capabilities (video generation, music generation, deep research, website crawling) take time to complete. They return a job/task ID instead of immediate results. You MUST poll the corresponding status slug to get results.

Every poll costs money. Wait 10-15 seconds between polls to avoid wasting balance.

Example flow for music generation:

# 1. Start generation ($0.11)
clawcard agent pay music-gen '{"prompt":"upbeat lo-fi beat","customMode":false,"instrumental":true,"model":"V4"}' --json
# → returns { data: { data: { taskId: "abc123" } } }

# 2. Wait 15 seconds, then poll ($0.01 per poll)
clawcard agent pay music-status '{"taskId":"abc123"}' --json
# → returns status: "PENDING" or "TEXT_SUCCESS" or "FIRST_SUCCESS" with audioUrl

Status slugs for async capabilities:

  • music-gen → poll with music-status
  • lyrics-gen → poll with lyrics-status
  • image-gen-gpt, image-gen-nano, video-gen-* (StableStudio) → poll with stablestudio-status
  • stability-3d, stability-audio → poll with stability-status
  • replicate-run → poll with replicate-status
  • clado-deep-research → poll with clado-research-status
  • allium-sql → poll with allium-sql-status, then allium-sql-results
  • dune-sql → poll with dune-results
  • tako-deep-search → poll with tako-deep-status
  • crawl-site → poll with crawl-status
  • deep-research → poll with parallel-task-status

Browser Checkout (MCP)

For purchasing things on websites (domains, subscriptions, SaaS signups), use the clawcard-browser MCP server. It launches a browser with the ClawCard Pay extension.

Setup: If the browser MCP tools aren't available, help the user configure it:

  • Claude Code: clawcard mcp or claude mcp add clawcard-browser -e CLAWCARD_API_KEY=<key> -- npx @clawcard/browser
  • mcporter (OpenClaw, etc.): Add to ~/.mcporter/mcporter.json: "clawcard-browser": {"command": "npx", "args": ["@clawcard/browser"], "env": {"CLAWCARD_API_KEY": "<key>"}}
  • Cursor / VS Code: Add to .cursor/mcp.json or MCP config with same shape as above

Flow:

  1. Create a card: clawcard agent cards create --amount <cents> --type merchant_locked --memo "description" --json
  2. Launch browser: launch_browser tool with the checkout URL
  3. Navigate and fill non-payment fields using snapshot, click, fill
  4. Fill payment: fill_checkout tool with your card ID + billing details
  5. The extension fills card number, expiry, CVC directly — you never see the card number
  6. Review the page and submit

MCP Tools:

ToolWhat it does
launch_browserOpen browser with ClawCard Pay extension
navigateGo to a URL
snapshotGet page accessibility tree with @e1 refs
clickClick element by ref
fillType into field by ref
detect_checkoutCheck if page is a checkout (returns confidence + amount)
fill_checkoutFill card + billing fields securely (card details never reach the LLM)
screenshotCapture the page
close_browserClose session

Security: Card details (PAN, CVV) go directly from the server to the browser extension. The LLM never sees or handles card numbers. Only the last four digits are returned.

Tips

  • For API capabilities, use clawcard agent pay — it handles payment automatically from your balance.
  • For purchasing on websites, use the clawcard-browser MCP tools with a virtual card.
  • Default to merchant_locked cards. Only use single_use for one-time purchases.
  • NEVER silently pay for a subscription. Always warn the user first.
  • If you need a capability, search the catalog: clawcard agent catalog-search "<what you need>" --json
  • To add balance: clawcard billing topup

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.61%
按下载量换算152

Claude

32.9%
按下载量换算133

Cursor

17.61%
按下载量换算71

Gemini CLI

9.53%
按下载量换算39

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills