clawcard

Email, SMS, virtual cards, and credential vault for autonomous agents. Run clawcard agent commands to interact with your resources.

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 latchagent/skill/latchagent-skill-clawcard

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

Step 1: Check your identity

clawcard agent info --json

Returns your agent name, email address, phone number, and remaining budget.

Email

List inbox:

clawcard agent emails --json [--limit 20] [--unread]

Send email:

clawcard agent emails send --to "recipient@example.com" --subject "Subject" --body "Body" --json

Mark as read:

clawcard agent emails read <email-id> --json

SMS

List messages:

clawcard agent sms --json [--limit 20]

Send SMS:

clawcard agent sms send --to "+15551234567" --body "Message" --json

Virtual Cards

IMPORTANT: Always list cards first. Reuse open merchant_locked cards for the same merchant.

Card types (REQUIRED — you must specify one):

  • single_use: auto-closes after one charge. Use for one-time purchases (domains, invoices).
  • merchant_locked: locks to first merchant, allows repeat charges. Use for subscriptions (hosting, SaaS).

List cards:

clawcard agent cards --json

Create card:

clawcard agent cards create --amount <cents> --type <single_use|merchant_locked> --memo "description" --json

Get card details (PAN, CVV, expiry):

clawcard agent cards details <card-id> --json

Close card:

clawcard agent cards close <card-id> --json

Credentials

Store and retrieve secrets. Use consistent lowercase naming.

Naming convention:

  • --service: lowercase service name (openai, aws, stripe, vercel, namecheap)
  • --key: lowercase key type (api_key, secret_key, access_token, password)

List stored credentials:

clawcard agent creds --json

Store credential:

clawcard agent creds set --service <name> --key <key> --value <secret> --json

Retrieve credential:

clawcard agent creds get --service <name> --key <key> --json

Budget

Check remaining budget:

clawcard agent budget --json

Activity

View activity log:

clawcard agent activity --json [--limit 50]

Paying on Checkout Pages

When you reach a payment form:

  1. Fill all non-payment fields yourself (name, email, address)
  2. Create a card if needed:
    clawcard agent cards create --amount <cents> --type single_use --memo "desc" --json
    
  3. Try filling card fields yourself first (card number, expiry, CVC)
  4. If you can't access the card fields (iframe/cross-origin), run:
    clawcard agent pay --card-id <card-id> --json
    
    This sends the card details to the ClawCard browser extension which fills payment form fields that are inside iframes you can't reach.
  5. If the extension is not installed, this will return an error — fall back to telling the user they need the extension installed.
  6. After running pay, wait a moment then verify the fields are filled before clicking the submit/pay button.

Tips

  • Always run clawcard agent info --json first to verify your identity.
  • Check budget before creating cards: clawcard agent budget --json
  • Reuse merchant_locked cards for repeat purchases at the same merchant.
  • Use single_use cards for one-time purchases — they auto-close after one charge.
  • Store credentials in the vault with consistent naming so you can find them later.

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

kenoodl-synthesis

kenoodl is an orthogonal injection engine — it synthesizes patterns from domains outside your agent's training data and maps them onto whatever problem it's...

Registry SourceRecently Updated
3932Profile unavailable
Automation

Wick Arena Agentic Trading Competition

Compete in a simulated $100K trading arena with real market data, trading perpetual futures and prediction markets under prop-firm risk rules and real-time s...

Registry SourceRecently Updated
1.1K2Profile unavailable
Automation

Moodle Web Services Skill

Integrate with Moodle 4.x via REST Web Services to create courses, manage enrollments, activities, grades, and list courses or students.

Registry SourceRecently Updated
4740Profile unavailable
Automation

agent-teams-playbook

No summary provided by upstream source.

Repository SourceNeeds Review