# Send Scout Commerce 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": "scout-commerce",
    "name": "Scout Commerce",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Xasus1/scout-commerce",
    "canonicalUrl": "https://clawhub.ai/Xasus1/scout-commerce",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/scout-commerce",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout-commerce",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      ".gitignore",
      "SKILL.md",
      "scripts/balance.py",
      "scripts/buy.py",
      "scripts/config.py",
      "scripts/get_api_key.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "scout-commerce",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-08T12:17:32.431Z",
      "expiresAt": "2026-05-15T12:17:32.431Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout-commerce",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout-commerce",
        "contentDisposition": "attachment; filename=\"scout-commerce-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "scout-commerce"
      },
      "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/scout-commerce"
    },
    "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/scout-commerce",
    "downloadUrl": "https://openagent3.xyz/downloads/scout-commerce",
    "agentUrl": "https://openagent3.xyz/skills/scout-commerce/agent",
    "manifestUrl": "https://openagent3.xyz/skills/scout-commerce/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/scout-commerce/agent.md"
  }
}
```
## Documentation

### Scout 🛒

Buy from Amazon & Shopify with USDC. Swap tokens via Jupiter. US shipping only.

### Presenting Products (Important!)

Search results: For each recommended product, send the image as actual media (not markdown links) with the product details as the caption. One product per message so images render properly.

Product details: When showing details, send images as media attachments alongside the text. The API returns images in the same response — use them immediately, don't make the user ask.

Why: Markdown image links (![](url)) don't render on Telegram/messaging platforms. Always send images as actual media using the message tool with media parameter, or via inline if supported.

### Quick Reference

Setup (once) → python get_api_key.py --email ... --address "..."

Find products → python search.py "gaming mouse under $50"

Get Product details → python product.py amazon:B07GBZ4Q68

Check Wallet balance → python balance.py (shows all tokens)

Buy product → python buy.py amazon:B07GBZ4Q68

Check order → python order_status.py ord_abc123

List orders → python order_status.py --list

Swap tokens → python swap.py SOL USDC 5 (min $5)

Get swap quote → python swap.py --quote SOL USDC 5

List wallet tokens → python swap.py --list

All commands run from scripts/ folder. API key loads automatically from credentials.json.

### Setup (one-time)

python get_api_key.py --email <EMAIL> --address "<NAME>,<STREET>,<CITY>,<STATE>,<ZIP>,<COUNTRY>"

Creates a Crossmint wallet + API key and stores them in credentials.json. Fund the wallet with USDC to buy.

Keep API key secure - it authorizes transactions from your wallet.

### Commands

CommandUsageSearchpython search.py "query"Detailspython product.py amazon:B07GBZ4Q68Balancepython balance.py (all tokens) or balance.py --usdcBuypython buy.py amazon:B07GBZ4Q68Orderspython order_status.py --list or order_status.py <orderId>Swappython swap.py SOL USDC 5 (min $5 for gasless)Quotepython swap.py --quote SOL USDC 5Tokenspython swap.py --list

Supported tokens: SOL, USDC, USDT, BONK, TRUST — or use any mint address directly.

### Workflow

No credentials? → get_api_key.py (creates wallet + API key)
No balance? → Fund wallet address shown by balance.py
Ready to buy → buy.py <locator>

### Errors

ErrorFixINSUFFICIENT_BALANCEFund wallet (balance.py shows address)No API key foundRun get_api_key.pyOUT_OF_STOCKSearch for alternativesOVER_LIMITMax $1,500 per order

### Credentials (credentials.json)

{
  "api_key": "scout_sk_...",
  "wallet_address": "FtbC9x5...",
  "shipping_profile": { "email": "...", "address": "..." }
}

Never share the API key.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Xasus1
- Version: 1.1.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-08T12:17:32.431Z
- Expires at: 2026-05-15T12:17:32.431Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/scout-commerce)
- [Send to Agent page](https://openagent3.xyz/skills/scout-commerce/agent)
- [JSON manifest](https://openagent3.xyz/skills/scout-commerce/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/scout-commerce/agent.md)
- [Download page](https://openagent3.xyz/downloads/scout-commerce)