Install
openclaw skills install cardpointersQuery 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.
openclaw skills install cardpointersQuery your CardPointers wallet — cards, offers, recommendations — from the terminal.
~/.cardpointers/config (JWT token, auto-created on login)curl, jq, bashcardpointers login to authenticate (email/password or browser-based Apple/Google/passkey)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
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
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
cardpointers search "whole foods"
cardpointers search "streaming" --favorite
cardpointers search "gas" --limit 5
cardpointers profiles
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
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) |
| 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 |
approval_date (YYYY-MM-DD)recommend -m costcocards -b amexoffers -e 7search "whole foods"recommend dining -p alloffers --sort value -l 5offers -s redeemed -j