HashCats Amazon Intelligence
/install hashcats-amazon
HashCats Amazon Intelligence Skill
Overview
This skill teaches OpenClaw agents how to use the HashCats API — a fast, structured Amazon product intelligence service.
It is x402-native: agents detect the 402 response, pay a tiny USDC amount instantly via their wallet, and continue. No keys, no subscriptions.
Core Capabilities
- Natural language search — POST /search (e.g. "noise cancelling headphones under 200")
- Filter — POST /filter on a list of products (stock, price, rating, shipping, relevance, etc.)
- Rank — POST /rank by relevance, lowest_price, fastest_shipping, best_reviews, or best_value
- Product details — POST /product-details (single URL or up to 10 URLs) with full structured data (reviews, pricing, offers, warranty, etc.)
- One-shot best products — POST /best (search + filter + rank in one call with your priorities)
All endpoints return clean, structured JSON perfect for agent reasoning.
Recommended Usage Patterns (what agents should say/do)
- For quick recommendations: Use
/bestwith a query and priorities (max_price, min_rating, min_review_count, ship_within_days). - For composable workflows:
/search→/filter→/rank→ optionally/product-detailson top results. - For deep research: Pull details from specific product URLs.
Example agent flows:
- "Find the best noise cancelling headphones under $200 that ship fast and have good reviews using HashCats"
- "Get full details on https://www.amazon.com/dp/B0GLNV4LJ9"
- "Search Amazon for wireless earbuds, filter in-stock non-sponsored ones with at least 4.5 stars, then rank by best_value"
Setup & Prerequisites
- Make sure the official x402 skill is installed (it handles automatic payment on 402 responses).
- No extra configuration needed — the skill discovers the base URL and x402 flow automatically.
Pricing (what agents will pay)
- /search, /filter, /rank: ~$0.003 each
- /product-details: ~$0.010
- /best (one-shot): ~$0.020
Prices are micropayments in USDC on Base Sepolia (or mainnet when enabled).
Documentation
- Live docs: https://api.hashcats.io/docs
- OpenAPI: https://api.hashcats.io/openapi.json
- Base URL: https://api.hashcats.io
Tips for Best Results
- Start with
/bestfor most shopping/recommendation tasks. - Use
/product-detailswhen you need histograms, warranty info, offer details, or multi-URL extraction. - Combine with other shopping or reasoning skills for full agent workflows.
Agents using this skill get reliable, structured Amazon data without scraping headaches or rate-limit drama.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hashcats-amazon - 安装完成后,直接呼叫该 Skill 的名称或使用
/hashcats-amazon触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
HashCats Amazon Intelligence 是什么?
x402 pay-per-call API for Amazon product search, filtering, ranking, detailed extraction, and one-shot "best products" recommendations. No API keys required... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 HashCats Amazon Intelligence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hashcats-amazon」即可一键安装,无需额外配置。
HashCats Amazon Intelligence 是免费的吗?
是的,HashCats Amazon Intelligence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
HashCats Amazon Intelligence 支持哪些平台?
HashCats Amazon Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 HashCats Amazon Intelligence?
由 HashCatter(@hashcatter)开发并维护,当前版本 v0.1.0。