# Send CardPointers to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cardpointers",
    "name": "CardPointers",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/emcro/cardpointers",
    "canonicalUrl": "https://clawhub.ai/emcro/cardpointers",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cardpointers",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cardpointers",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cardpointers",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T06:54:03.173Z",
      "expiresAt": "2026-05-08T06:54:03.173Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cardpointers",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cardpointers",
        "contentDisposition": "attachment; filename=\"cardpointers-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cardpointers"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cardpointers"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cardpointers",
    "downloadUrl": "https://openagent3.xyz/downloads/cardpointers",
    "agentUrl": "https://openagent3.xyz/skills/cardpointers/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cardpointers/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cardpointers/agent.md"
  }
}
```
## Documentation

### 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 login to authenticate (email/password or browser-based Apple/Google/passkey)

### 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:

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)

### Environment Variables

VariableDescriptionCARDPOINTERS_APIOverride API base URL (default: https://mcp.cardpointers.com)CARDPOINTERS_DEBUGSet to 1 for verbose outputNO_COLORDisable ANSI colors

### Reference

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)

### Common Use Cases

"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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: emcro
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T06:54:03.173Z
- Expires at: 2026-05-08T06:54:03.173Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cardpointers)
- [Send to Agent page](https://openagent3.xyz/skills/cardpointers/agent)
- [JSON manifest](https://openagent3.xyz/skills/cardpointers/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cardpointers/agent.md)
- [Download page](https://openagent3.xyz/downloads/cardpointers)