← 返回 Skills 市场
xasus1

Scout Commerce

作者 Xasus1 · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
1643
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install scout-commerce
功能描述
Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter.
安全使用建议
This skill appears to do what it claims, but take these precautions before installing or using it: - Verify the API endpoint (https://scout-api.trustra.xyz) is the trusted service you intend to use. If you don't trust that server, do not register or fund the wallet. - The get_api_key flow registers you and stores an API key + wallet_address in credentials.json; keep that file private (restrict filesystem permissions) or set SCOUT_API_KEY as an environment variable instead. - Do not fund the returned wallet address with significant funds until you've audited the service and tested small amounts. - Installing requirements.txt will pull packages from PyPI (x402, solana, solders). Prefer running inside an isolated virtual environment or disposable VM/container. - Review the code yourself (or have someone you trust do so) if you plan to use it for real purchases: network calls go to scout-api.trustra.xyz, Solana RPC (api.mainnet-beta.solana.com), and Jupiter tokens metadata (tokens.jup.ag) which is expected but worth confirming. - If you want tighter control, avoid saving credentials.json and pass SCOUT_API_KEY via the environment when invoking scripts.
功能分析
Type: OpenClaw Skill Name: scout-commerce Version: 1.1.0 The OpenClaw AgentSkills skill bundle is designed for e-commerce and crypto token swaps on Solana. All network requests are directed to legitimate endpoints (`scout-api.trustra.xyz`, `api.mainnet-beta.solana.com`, `tokens.jup.ag`) consistent with its stated purpose. The `SKILL.md` instructions guide the AI agent on how to present information and use the tools, without any evidence of prompt injection aiming for malicious actions. The Python scripts manage an API key and wallet address in `credentials.json`, which is necessary for its functionality, and do not access unrelated sensitive data or perform unauthorized operations.
能力评估
Purpose & Capability
Name and description (search Amazon/Shopify, buy with USDC on Solana, swap via Jupiter) match the code and runtime behavior: the scripts call scout-api.trustra.xyz endpoints, Solana RPC, and Jupiter tokens metadata. No unrelated cloud credentials or surprising capabilities are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts and to present images as media. The scripts only access credentials.json (for api_key and wallet), communicate with Scout API, Solana RPC, and the Jupiter tokens metadata endpoint — all within the domain of shopping and swaps. There are no instructions to read arbitrary system files or exfiltrate unrelated data.
Install Mechanism
This is instruction- and script-based (no automated install spec). A requirements.txt is provided listing packages (x402, solana, solders, base58) which, if installed, will be fetched from PyPI — a normal dependency flow but worth noting because installing Python packages pulls remote code into your environment.
Credentials
No required environment variables or external credentials are declared beyond an optional SCOUT_API_KEY. The tool legitimately needs an API key and wallet address to perform purchases and swaps; those are stored in credentials.json. No unrelated secrets (AWS, GitHub, etc.) are requested.
Persistence & Privilege
The skill writes/reads a local credentials.json to store the api_key, wallet_address, and shipping_profile (expected for a shopping agent). always:false and no global config modifications are present. Storing the API key locally is necessary for operation but increases responsibility for securing that file.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scout-commerce
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scout-commerce 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Scout-commerce 1.1.0 adds token swap functionality: - Added token swap support using Jupiter; new script: scripts/swap.py. - Updated documentation with usage for swapping tokens (SOL, USDC, USDT, BONK, TRUST, or any mint). - Added commands for getting swap quotes and listing wallet tokens. - Balance command now shows all tokens. - Updated quick reference and command summary to include swap functionality and supported tokens.
v1.0.0
Initial release of Scout-Commerce – buy from Amazon & Shopify using USDC on Solana. - Search Amazon and Shopify products, purchase with USDC. - US shipping only; setup creates a Crossmint wallet and API key. - Product images are sent as media attachments for best messaging platform compatibility. - Includes scripts for searching, buying, balance checks, and order tracking. - Clear error messages and troubleshooting guidance provided.
元数据
Slug scout-commerce
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Scout Commerce 是什么?

Search for products on Amazon/shopify and buy with USDC on Solana. Swap tokens using Jupiter. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1643 次。

如何安装 Scout Commerce?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scout-commerce」即可一键安装,无需额外配置。

Scout Commerce 是免费的吗?

是的,Scout Commerce 完全免费(开源免费),可自由下载、安装和使用。

Scout Commerce 支持哪些平台?

Scout Commerce 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Scout Commerce?

由 Xasus1(@xasus1)开发并维护,当前版本 v1.1.0。

💬 留言讨论