Back to Registry
View Author Profile
Official Verified
cardpointers
Query CardPointers card recommendations, wallet cards, and offers via the CardPointers CLI. Use when the user asks about which credit card to use for a purchase or category, listing their cards or wallet, viewing or filtering or searching card offers, checking expiring offers, comparing cards across linked profiles, or any credit card rewards optimization question. Requires a CardPointers+ (Pro) subscription.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/emcro/cardpointersOr
CardPointers CLI
Query your CardPointers wallet — cards, offers, recommendations — from the terminal.
Setup
- Config:
~/.cardpointers/config(JWT token, auto-created on login) - Requires:
curl,jq,bash - Auth: Run
cardpointers loginto authenticate (email/password or browser-based Apple/Google/passkey)
Commands
recommend — Best card for a purchase
cardpointers recommend groceries
cardpointers recommend "gas stations"
cardpointers recommend --merchant amazon
cardpointers recommend -m "whole foods" --amount 150
cardpointers recommend gas -p all # best gas card across all profiles
cards — List wallet cards
cardpointers cards # approved cards (default)
cardpointers cards --status all # all statuses
cardpointers cards --bank chase # filter by bank
cardpointers cards -b amex -s all -l 5 # combine filters + limit
offers — List and filter offers
cardpointers offers # active offers
cardpointers offers -s redeemed # redeemed offers
cardpointers offers --expiring # expiring within 7 days
cardpointers offers -e 14 # expiring within 14 days
cardpointers offers --bank amex # filter by bank
cardpointers offers --card "gold" # filter by card name
cardpointers offers --category dining # filter by category
cardpointers offers --type personal # personal offers only
cardpointers offers --favorite # favorited offers only
cardpointers offers --sort value --limit 10 # top 10 by value
search — Search offers by keyword
cardpointers search "whole foods"
cardpointers search "streaming" --favorite
cardpointers search "gas" --limit 5
profiles — List linked profiles
cardpointers profiles
Utility
cardpointers status # account info + connection test
cardpointers ping # test MCP connection
cardpointers tools # list available MCP tools
cardpointers login # authenticate
cardpointers logout # clear saved token
cardpointers --version # print version
Global Options
All data commands accept these flags:
| Flag | Description |
|---|---|
--profile, -p | Query by profile: number (-p 2), name (-p caroline), or all/any |
--limit, -l | Cap number of results |
--json, -j | Raw JSON output (for scripting / AI agents) |
Environment Variables
| Variable | Description |
|---|---|
CARDPOINTERS_API | Override API base URL (default: https://mcp.cardpointers.com) |
CARDPOINTERS_DEBUG | Set to 1 for verbose output |
NO_COLOR | Disable ANSI colors |
Reference
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-emcro-cardpointers": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.