โ† All skills
Tencent SkillHub ยท Developer Tools

Scout Commerce

Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
.gitignore, SKILL.md, scripts/balance.py, scripts/buy.py, scripts/config.py, scripts/get_api_key.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts1 Docs1 Files
  • SKILL.md Primary doc
  • scripts/balance.py Scripts
  • scripts/buy.py Scripts
  • scripts/config.py Scripts
  • scripts/get_api_key.py Scripts
  • .gitignore Files