Scout Commerce for Openclaw

A decentralized commerce skill for searching and purchasing products from Amazon and Shopify using USDC on the Solana blockchain.

xasus1
v1.1.0
Feb 5, 2026
1
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install scout-commerce

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install scout-commerce using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Scout Commerce?

Scout Commerce is a specialized integration within the ecosystem of Openclaw Skills that enables users to bridge the gap between Web3 finance and traditional retail. It allows AI agents to search millions of products on Amazon and Shopify, retrieve real-time pricing, and execute purchases using USDC on the Solana network.

By incorporating Crossmint for seamless wallet management and Jupiter for liquidity, Scout Commerce provides a robust framework for decentralized shopping. This skill is designed for users who want to spend their digital assets directly on physical goods while maintaining the security and transparency of blockchain transactions.

Scout Commerce Use Cases

  • Purchasing items from Amazon or Shopify using Solana-based USDC.
  • Swapping various SPL tokens into USDC via Jupiter to fund retail orders.
  • Automating product research and price comparison within Openclaw Skills workflows.
  • Tracking shipping status and managing order history directly through an AI interface.
  • Provisioning gasless swaps for efficient asset management before checking out.

How Scout Commerce Works

  1. The skill initializes by creating a Crossmint wallet and an API key associated with the user's email and US shipping address.
  2. Users perform product searches across supported platforms using targeted queries.
  3. The AI agent retrieves product details, including pricing and media, ensuring all data is ready for the transaction.
  4. If the wallet lacks USDC, the user can execute a token swap from SOL or other assets using the built-in Jupiter integration.
  5. The purchase is triggered via the API, which handles the payment on-chain and initiates the shipping process to the pre-configured address.

Scout Commerce Setup

To integrate this into your Openclaw Skills environment, follow these steps:

# Generate your API key and Crossmint wallet
python get_api_key.py --email <YOUR_EMAIL> --address "<NAME>,<STREET>,<CITY>,<STATE>,<ZIP>,US"

# Check your wallet balance to ensure it is funded with USDC
python balance.py

All configuration data is stored securely in credentials.json. Ensure your wallet has sufficient USDC for your intended purchases.

Scout Commerce Data Schema & Taxonomy

The skill organizes its operations through a local credentials file and structured API responses:

Component Details
credentials.json Stores the api_key, wallet_address, and shipping_profile.
Product Locator Uses a platform-specific prefix (e.g., amazon:B07GBZ4Q68) for identification.
Swap Quote Provides real-time exchange rates for SOL, USDC, USDT, and BONK.
Order Status Tracks orders via unique IDs (e.g., ord_abc123) and provides delivery updates.

Scout Commerce Advanced Features

  • Support for gasless swaps on Jupiter for transactions meeting the minimum $5 threshold.
  • Direct mint address compatibility for swapping any valid Solana token.
  • Media-optimized messaging protocols designed for high-fidelity image rendering on Telegram.
  • Automated shipping profile management for streamlined checkout in Openclaw Skills.
  • Real-time inventory checks to prevent failed transactions due to out-of-stock items.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*