{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/scout-commerce",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=scout-commerce",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      ".gitignore",
      "SKILL.md",
      "scripts/balance.py",
      "scripts/buy.py",
      "scripts/config.py",
      "scripts/get_api_key.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/scout-commerce",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Scout 🛒",
        "body": "Buy from Amazon & Shopify with USDC. Swap tokens via Jupiter. US shipping only."
      },
      {
        "title": "Presenting Products (Important!)",
        "body": "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.\n\nProduct 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.\n\nWhy: 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."
      },
      {
        "title": "Quick Reference",
        "body": "Setup (once) → python get_api_key.py --email ... --address \"...\"\n\nFind products → python search.py \"gaming mouse under $50\"\n\nGet Product details → python product.py amazon:B07GBZ4Q68\n\nCheck Wallet balance → python balance.py (shows all tokens)\n\nBuy product → python buy.py amazon:B07GBZ4Q68\n\nCheck order → python order_status.py ord_abc123\n\nList orders → python order_status.py --list\n\nSwap tokens → python swap.py SOL USDC 5 (min $5)\n\nGet swap quote → python swap.py --quote SOL USDC 5\n\nList wallet tokens → python swap.py --list\n\nAll commands run from scripts/ folder. API key loads automatically from credentials.json."
      },
      {
        "title": "Setup (one-time)",
        "body": "python get_api_key.py --email <EMAIL> --address \"<NAME>,<STREET>,<CITY>,<STATE>,<ZIP>,<COUNTRY>\"\n\nCreates a Crossmint wallet + API key and stores them in credentials.json. Fund the wallet with USDC to buy.\n\nKeep API key secure - it authorizes transactions from your wallet."
      },
      {
        "title": "Commands",
        "body": "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\n\nSupported tokens: SOL, USDC, USDT, BONK, TRUST — or use any mint address directly."
      },
      {
        "title": "Workflow",
        "body": "No credentials? → get_api_key.py (creates wallet + API key)\nNo balance? → Fund wallet address shown by balance.py\nReady to buy → buy.py <locator>"
      },
      {
        "title": "Errors",
        "body": "ErrorFixINSUFFICIENT_BALANCEFund wallet (balance.py shows address)No API key foundRun get_api_key.pyOUT_OF_STOCKSearch for alternativesOVER_LIMITMax $1,500 per order"
      },
      {
        "title": "Credentials (credentials.json)",
        "body": "{\n  \"api_key\": \"scout_sk_...\",\n  \"wallet_address\": \"FtbC9x5...\",\n  \"shipping_profile\": { \"email\": \"...\", \"address\": \"...\" }\n}\n\nNever share the API key."
      }
    ],
    "body": "Scout 🛒\n\nBuy from Amazon & Shopify with USDC. Swap tokens via Jupiter. US shipping only.\n\nPresenting Products (Important!)\n\nSearch 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.\n\nProduct 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.\n\nWhy: 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.\n\nQuick Reference\n\nSetup (once) → python get_api_key.py --email ... --address \"...\"\n\nFind products → python search.py \"gaming mouse under $50\"\n\nGet Product details → python product.py amazon:B07GBZ4Q68\n\nCheck Wallet balance → python balance.py (shows all tokens)\n\nBuy product → python buy.py amazon:B07GBZ4Q68\n\nCheck order → python order_status.py ord_abc123\n\nList orders → python order_status.py --list\n\nSwap tokens → python swap.py SOL USDC 5 (min $5)\n\nGet swap quote → python swap.py --quote SOL USDC 5\n\nList wallet tokens → python swap.py --list\n\nAll commands run from scripts/ folder. API key loads automatically from credentials.json.\n\nSetup (one-time)\npython get_api_key.py --email <EMAIL> --address \"<NAME>,<STREET>,<CITY>,<STATE>,<ZIP>,<COUNTRY>\"\n\n\nCreates a Crossmint wallet + API key and stores them in credentials.json. Fund the wallet with USDC to buy.\n\nKeep API key secure - it authorizes transactions from your wallet.\n\nCommands\nCommand\tUsage\nSearch\tpython search.py \"query\"\nDetails\tpython product.py amazon:B07GBZ4Q68\nBalance\tpython balance.py (all tokens) or balance.py --usdc\nBuy\tpython buy.py amazon:B07GBZ4Q68\nOrders\tpython order_status.py --list or order_status.py <orderId>\nSwap\tpython swap.py SOL USDC 5 (min $5 for gasless)\nQuote\tpython swap.py --quote SOL USDC 5\nTokens\tpython swap.py --list\n\nSupported tokens: SOL, USDC, USDT, BONK, TRUST — or use any mint address directly.\n\nWorkflow\nNo credentials? → get_api_key.py (creates wallet + API key)\nNo balance? → Fund wallet address shown by balance.py\nReady to buy → buy.py <locator>\nErrors\nError\tFix\nINSUFFICIENT_BALANCE\tFund wallet (balance.py shows address)\nNo API key found\tRun get_api_key.py\nOUT_OF_STOCK\tSearch for alternatives\nOVER_LIMIT\tMax $1,500 per order\nCredentials (credentials.json)\n{\n  \"api_key\": \"scout_sk_...\",\n  \"wallet_address\": \"FtbC9x5...\",\n  \"shipping_profile\": { \"email\": \"...\", \"address\": \"...\" }\n}\n\n\nNever share the API key."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Xasus1/scout-commerce",
    "publisherUrl": "https://clawhub.ai/Xasus1/scout-commerce",
    "owner": "Xasus1",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}