Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.
Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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.
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.
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>
ErrorFixINSUFFICIENT_BALANCEFund wallet (balance.py shows address)No API key foundRun get_api_key.pyOUT_OF_STOCKSearch for alternativesOVER_LIMITMax $1,500 per order
{ "api_key": "scout_sk_...", "wallet_address": "FtbC9x5...", "shipping_profile": { "email": "...", "address": "..." } } Never share the API key.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.