Real Skill packageSource verifiedClawHub registry

Amazon Search

Search Amazon product listings for a keyword and return structured JSON results. Results are cached by ASIN/uuid for incremental searches and saved automatic...

Identity and source

Publisher attributionWei Hanregistry owner unverified by skillvetai
Functional categorySearch, Research & Knowledgeautomatically inferred · 56% rule confidence
Package forminstruction with code11 recorded files
Canonical sourceClawHub registryclawhub:mikehankk:amazon-search
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/22/2026.claude/skills/amazon-search

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/22/2026.agents/skills/amazon-search

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/22/2026skills/amazon-search

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @mikehankk/amazon-search
clawhub inspect @mikehankk/amazon-search --version 0.1.1

Security evidence

SkillVetAI static result: high signal

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
11 / 11 inspected as text
Checked
8/22/2026, 1:06:23 PM
Scanner
0.1.3
Policy
1.0.3
1 automated finding
highRemote content is piped directly to a shellSKILL.md:17 · confidence 98%curl -fsSL https://bun.sh/install | bash
1 High/Critical review queue entry
STATIC_DOWNLOAD_PIPE_TO_SHELLpending
Open human review queue →
5 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • browser control — automatically inferred
11 dependency and API indicators
  • npm: playwright ^1.58.2
  • npm: sharp ^0.33.0
  • api: bun.sh
  • api: clawhub.ai
  • api: m.media-amazon.com
  • api: www.amazon.com
  • api: www.facebook.com
  • api: www.google.com
  • api: www.instagram.com
  • api: www.pinterest.com
  • api: www.temu.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
5/29/2026, 9:31:56 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:488c53498ace87fa7477144ebd20761ee8b8be215386a4a9525b1aa60ddd3c6c
Show up to 11 recorded paths
  • .gitignore
  • scripts/amazon_search.ts
  • scripts/configure.ts
  • scripts/package.json
  • scripts/playwright_getcookie.ts
  • scripts/playwright_search.ts
  • scripts/vendors/image-cache/.gitignore
  • scripts/vendors/image-cache/package.json
  • scripts/vendors/image-cache/src/index.ts
  • skill-card.md
  • SKILL.md

Source changelog

- Initial release of amazon-search skill for structured Amazon product searches. - Supports keyword queries, price filters, paging, proxy configuration, image downloading, and incremental result output. - Provides output as structured JSON and saves results automatically to the results directory. - Includes robust caching, cache clearing commands, and deduplication for incremental searches. - Full documentation for installation, configuration, usage examples, and troubleshooting.