HashCats Amazon Intelligence

v0.1.0

x402 pay-per-call API for Amazon product search, filtering, ranking, detailed extraction, and one-shot "best products" recommendations. No API keys required...

2· 81·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for hashcatter/hashcats-amazon.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "HashCats Amazon Intelligence" (hashcatter/hashcats-amazon) from ClawHub.
Skill page: https://clawhub.ai/hashcatter/hashcats-amazon
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install hashcats-amazon

ClawHub CLI

Package manager switcher

npx clawhub@latest install hashcats-amazon
Security Scan
Capability signals
CryptoRequires walletCan make purchasesRequires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (Amazon product search/filter/rank/details) matches the SKILL.md and example payloads. No local binaries, env vars, or installs are requested, which is proportionate for a purely remote API that uses x402 micropayments.
Instruction Scope
SKILL.md instructs agents only to call HashCats endpoints (search/filter/rank/product-details/best). It does not ask the agent to read local files or unrelated env vars. Note: the skill will transmit user queries and product URLs to an external service (api.hashcats.io) — expected for this purpose but a privacy/third‑party data sharing consideration.
Install Mechanism
Instruction-only skill with no install spec or code files to execute on the agent host; this is the lowest-risk install footprint.
Credentials
No environment variables, credentials, or config paths are requested. The SKILL.md correctly references the x402 flow (requires the separate x402 skill and a wallet) which explains why no API keys are declared. Micropayment capability is the only external requirement.
Persistence & Privilege
always:false and standard autonomous invocation are used. The skill does not request permanent presence or elevated system privileges and does not modify other skills.
Assessment
This skill appears coherent for a remote, pay-per-call Amazon data API, but review these before installing: 1) The agent will send search queries and product URLs to https://api.hashcats.io — only send non‑sensitive data. 2) Micropayments: the skill relies on the x402 payment flow and will charge small USDC amounts from the agent's wallet; confirm you trust the HashCats service and understand pricing limits to avoid unexpected charges. 3) Source provenance: the registry metadata lists an owner id but no well-known publisher; if you need higher assurance, verify the homepage, openapi docs, and a reputable publisher (or request a signed/verified skill). 4) Monitor first uses (rate and charges) and limit agent autonomy if you want to prevent repeated automated calls. Additional information that would raise confidence: publisher identity or a verifiable repository, signed skill package, or independent reviews of api.hashcats.io’s behavior and privacy terms.

Like a lobster shell, security has layers — review code before you run it.

amazonvk975tctysswrae55gzpnpp2and85ag3mecommercevk975tctysswrae55gzpnpp2and85ag3mlatestvk975tctysswrae55gzpnpp2and85ag3mproduct-intelligencevk975tctysswrae55gzpnpp2and85ag3mshoppingvk975tctysswrae55gzpnpp2and85ag3mx402vk975tctysswrae55gzpnpp2and85ag3m
81downloads
2stars
1versions
Updated 5d ago
v0.1.0
MIT-0

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 /best with a query and priorities (max_price, min_rating, min_review_count, ship_within_days).
  • For composable workflows: /search/filter/rank → optionally /product-details on 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

  1. Make sure the official x402 skill is installed (it handles automatic payment on 402 responses).
  2. 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

Tips for Best Results

  • Start with /best for most shopping/recommendation tasks.
  • Use /product-details when 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.

Comments

Loading comments...