Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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 purch...
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 purch...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Query your CardPointers wallet โ cards, offers, recommendations โ from the terminal.
Config: ~/.cardpointers/config (JWT token, auto-created on login) Requires: curl, jq, bash Auth: Run cardpointers 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: FlagDescription--profile, -pQuery by profile: number (-p 2), name (-p caroline), or all/any--limit, -lCap number of results--json, -jRaw JSON output (for scripting / AI agents)
VariableDescriptionCARDPOINTERS_APIOverride API base URL (default: https://mcp.cardpointers.com)CARDPOINTERS_DEBUGSet to 1 for verbose outputNO_COLORDisable ANSI colors
Card statuses: approved, applied, denied, closed, all Offer statuses: active, snoozed, redeemed, expired, expiring_soon, all Offer bank filter (enum): amex, chase, citi, boa, usbank, wellsfargo Card bank filter: freeform text (partial match) Offer sort options: expiring, value, card Cards include approval_date (YYYY-MM-DD)
"What card should I use at Costco?" โ recommend -m costco "Show my Amex cards" โ cards -b amex "Offers expiring this week?" โ offers -e 7 "Any Whole Foods offers?" โ search "whole foods" "Best dining card across all profiles?" โ recommend dining -p all "Top 5 offers by value" โ offers --sort value -l 5 "Show redeemed offers as JSON" โ offers -s redeemed -j
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.