Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install scout-commerce或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install scout-commerce⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/scout-commerce/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: scout-commerce version: 1.1.0 description: Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter. homepage: https://scout.trustra.xyz metadata: {"emoji":"🛒","category":"shopping","api_base":"https://scout-api.trustra.xyz/api/v2"} ---
Buy from Amazon & Shopify with USDC. Swap tokens via Jupiter. US shipping only.
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 () 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.
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.
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.
| Command | Usage | |---------|-------| | Search | python search.py "query" | | Details | python product.py amazon:B07GBZ4Q68 | | Balance | python balance.py (all tokens) or balance.py --usdc | | Buy | python buy.py amazon:B07GBZ4Q68 | | Orders | python order_status.py --list or order_status.py | | Swap | python swap.py SOL USDC 5 (min $5 for gasless) | | Quote | python swap.py --quote SOL USDC 5 | | Tokens | python swap.py --list |
Supported tokens: SOL, USDC, USDT, BONK, TRUST — or use any mint address directly.
get_api_key.py (creates wallet + API key)balance.pybuy.py | Error | Fix | |-------|-----| | INSUFFICIENT_BALANCE | Fund wallet (balance.py shows address) | | No API key found | Run get_api_key.py | | OUT_OF_STOCK | Search for alternatives | | OVER_LIMIT | Max $1,500 per order |
credentials.json){
"api_key": "scout_sk_...",
"wallet_address": "FtbC9x5...",
"shipping_profile": { "email": "...", "address": "..." }
}
Never share the API key.
安装 Scout Commerce 后,可以对 AI 说这些话来触发它
Help me get started with Scout Commerce
Explains what Scout Commerce does, walks through the setup, and runs a quick demo based on your current project
Use Scout Commerce to search for products on Amazon/shopify and buy with USDC on Solana
Invokes Scout Commerce with the right parameters and returns the result directly in the conversation
What can I do with Scout Commerce in my data & analytics workflow?
Lists the top use cases for Scout Commerce, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/scout-commerce/ 目录(个人级,所有项目可用),或 .claude/skills/scout-commerce/(项目级)。重启 AI 客户端后,用 /scout-commerce 主动调用,或让 AI 根据上下文自动发现并使用。
Scout Commerce 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Scout Commerce 可免费安装使用。请查阅仓库了解许可证信息。
Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.
Scout Commerce 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Scout Commerce
Identifies repetitive steps in your workflow and sets up Scout Commerce to handle them automatically