← Back to Skills Marketplace
🔌

pangolinfo-amazon-product-explorer

by Pangolinfo · GitHub ↗ · v2.0.0 · MIT-0
darwinlinux ✓ Security Clean
175
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install pangolinfo-amazon-product-explorer
Description
This skill serves as an advanced Amazon Product Discovery and Market Research Engine (powered by Pangolinfo API). It executes a complex, multi-step Go-To-Mar...
Usage Guidance
This skill appears to do what it claims: it will send queries and your Pangolinfo credential to pangolinfo's API endpoints. Before installing: (1) Prefer providing a Pangolinfo API key rather than your account email+password; if you must use credentials, consider creating a dedicated Pangolinfo account or scoped API key. (2) Confirm you trust https://pangolinfo.com and its API domain (scrapeapi.pangolinfo.com) and understand that API requests may consume credits (docs list per-call credit costs). (3) Be aware the package can optionally cache an API key to ~/.pangolinfo_api_key if caching is enabled—verify you want that behavior. (4) If you do not want the agent to call the service autonomously, disable or restrict autonomous skill invocation. (5) The registry metadata slightly overstates required env vars; follow the SKILL.md guidance (API key OR email+password).
Capability Analysis
Type: OpenClaw Skill Name: pangolinfo-amazon-product-explorer Version: 2.0.0 The skill bundle is a legitimate market research toolkit for Amazon sellers, providing a suite of Python scripts (ai_serp.py, amazon_scraper.py, amazon_niche.py, wipo.py) to interface with the Pangolinfo API. The code is well-structured, uses standard libraries (urllib), and implements security best practices such as restricted file permissions (0o600) when caching API keys locally. The SKILL.md instructions define a complex but focused Go-To-Market SOP that aligns entirely with the stated purpose of product discovery and risk screening, with no evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description promise Amazon product discovery via the Pangolinfo data engine and the bundled scripts make outbound calls to pangolinfo endpoints (scrapeapi.pangolinfo.com) matching that purpose. Minor inconsistency: registry metadata lists PANGOLINFO_API_KEY, PANGOLINFO_EMAIL, and PANGOLINFO_PASSWORD as 'required', while SKILL.md and the scripts indicate an API key OR email+password are acceptable (API key is recommended). This is a documentation/metadata mismatch, not a capability mismatch.
Instruction Scope
SKILL.md SOP and the scripts limit actions to querying Pangolinfo APIs, parsing results, and optional local caching. The SOP mandates language detection and defaults (Amazon US, zip 90001). There are no instructions to read unrelated files, harvest system secrets, or transmit data to endpoints other than Pangolinfo. The scripts reference a per-user cache file (~/.pangolinfo_api_key) but caching is opt-in and currently disabled by default in the code.
Install Mechanism
No install spec or external downloads; the package is a flat set of zero-dependency Python scripts using the standard library (urllib). Nothing is fetched from arbitrary URLs or written to nonstandard system locations by default.
Credentials
The only credentials requested are Pangolinfo credentials (API key or email+password), which are proportional to the described functionality. The minor issue: registry metadata implies all three env vars are required, whereas SKILL.md and the clients accept either an API key OR email+password. Users should avoid pasting credentials into public places and prefer using an API key.
Persistence & Privilege
The skill is not forced-always and uses normal autonomous-invocation defaults. It does not request elevated system privileges. Scripts may optionally persist an API key to ~/.pangolinfo_api_key if caching is explicitly enabled; by default the code disables disk caching (CACHE_TO_DISK = False).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pangolinfo-amazon-product-explorer
  3. After installation, invoke the skill by name or use /pangolinfo-amazon-product-explorer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Version 2.0.0 (pangolinfo-amazon-product-explorer): - Skill renamed from "pangolinfo-amazon-product-discovery" to "pangolinfo-amazon-product-explorer". - Updated tags, metadata, and versioning to reflect new branding. - Minor changes to frontmatter for improved clarity and compatibility (added emoji, OS list in metadata). - No logic or script-level changes detected; all bundled tool capabilities and usage guidance remain unchanged. - Documentation and system prompt content are functionally consistent with the previous version.
v1.0.7
Major update: migrated to a flat "Super Skill" structure and improved invocation workflow. - Refactored project to a single root skill with all capabilities under `scripts/` (no more sub-skill directories). - Simplified invocation: all Amazon, SERP, and WIPO research tasks now use top-level scripts for easier integration and maintenance. - Updated and centralized documentation; added detailed reference guides for each script in the new `references/` folder. - Streamlined authentication: all tools share the same credentials with no redundant prompts. - Updated onboarding and system prompt with precise rules and improved clarity for user guidance. - Version bumped from 1.0.x to 2.0.0 to reflect breaking directory/layout changes.
v1.0.6
**Major update: Bundles a comprehensive Amazon product discovery and market research suite by integrating multiple advanced sub-skills.** - Introduced the "amazon-product-discovery" super skill, merging Amazon Niche & Search, Amazon Scraper, AI-enhanced Google SERP, and WIPO trademark compliance checks. - Added 4 full sub-skills under `skills/` (pangolinfo-ai-serp, pangolinfo-amazon-niche, pangolinfo-amazon-scraper, pangolinfo-wipo) with individual documentation and references. - Defined strict boundaries for usage (GTM research, new product and niche validation, consumer pain-point analysis, and compliance)—routes unrelated requests to appropriate tools. - Provided a detailed skill SOP and system prompt for autonomous, multi-step market research workflows. - All bundled sub-skills now share unified authentication. Setup and credentials are standardized across all tools.
v1.0.5
amazon-product-discovery v1.0.2 - Initial release of a "Super Skill" for advanced Amazon product discovery and market research, powered by Pangolinfo API. - Bundles four key tools: Amazon Niche & Search, Amazon Scraper (ASIN/Reviews), AI-powered Google SERP, and WIPO Trademark Check. - Strictly focused on new product development, niche validation, pain-point extraction, and compliance screening (not for daily tracking or listing optimization). - Features a detailed SOP for multi-step go-to-market research workflows. - Includes built-in onboarding and clear usage boundary rules. - Supports language adaptation and multiple agent frameworks (OpenClaw, easily portable to LangGraph/CrewAI).
v1.0.0
amazon-product-discovery 1.0.2 — Initial Release - Launches a comprehensive Amazon Product Discovery and Market Research Engine powered by Pangolinfo API. - Bundles four core sub-skills: Amazon Niche & Search, Amazon Scraper (ASIN/Reviews), AI SERP (Google), and WIPO Trademark Check. - Designed specifically for Zero-to-One new product development, niche validation, monopoly analysis, consumer pain-point extraction, and compliance risk screening. - Includes strict rules for when to use or not use the skill, supporting detailed, data-driven GTM research workflows. - Compatible with OpenClaw and LangGraph/CrewAI agent frameworks.
Metadata
Slug pangolinfo-amazon-product-explorer
Version 2.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is pangolinfo-amazon-product-explorer?

This skill serves as an advanced Amazon Product Discovery and Market Research Engine (powered by Pangolinfo API). It executes a complex, multi-step Go-To-Mar... It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.

How do I install pangolinfo-amazon-product-explorer?

Run "/install pangolinfo-amazon-product-explorer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pangolinfo-amazon-product-explorer free?

Yes, pangolinfo-amazon-product-explorer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does pangolinfo-amazon-product-explorer support?

pangolinfo-amazon-product-explorer is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux).

Who created pangolinfo-amazon-product-explorer?

It is built and maintained by Pangolinfo (@pangolinfo); the current version is v2.0.0.

💬 Comments