Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

pangolinfo-amazon-nichepangolinfo 亚马逊利基市场

Agent Skill

pangolinfo-amazon-niche 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,728

周安装

197

GitHub Stars

1

下载量

1,576
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pangolinfo-amazon-niche(pangolinfo 亚马逊利基市场)
来源仓库:https://github.com/pangolinfo/pangolinfo-amazon-niche
安装命令:
openclaw skills install pangolinfo-amazon-niche
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install pangolinfo-amazon-niche

简介

pangolinfo-amazon-niche 用于发现有利可图的亚马逊利基市场与类别机会。

  • 适用于新卖家选品与现有卖家拓展业务方向。
  • 结合 BSR 分析与类别路径推荐潜在高增长赛道。
  • 需接入实时市场数据源以确保分析准确性。pangolinfo-amazon-niche 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前建议验证数据接口稳定性与地区覆盖完整性。

SKILL.md

name
pangolinfo-amazon-niche
description
>
metadata
openclaw
emoji
🎯
os
["darwin", "linux"]
requires
env
primaryEnv
PANGOLINFO_API_KEY
bins
["python3"]
notes
Set PANGOLINFO_API_KEY (recommended). Alternative: set PANGOLINFO_EMAIL + PANGOLINFO_PASSWORD instead (optional, for email/password login). Credentials are NOT cached to disk by default; disk persistence only activates with explicit --cache-key flag or PANGOLINFO_CACHE=1.
tags
[amazon, amazon-niche, niche-finder, niche-research, category-research, category-tree, category-intelligence, product-opportunity, product-validation, low-competition, blue-ocean, ecommerce]
homepage
https://pangolinfo.com/?referrer=clawhub_amz_niche
version
2.0.4

Pangolinfo Amazon Niche Finder

Find low-competition Amazon niches and category opportunities before you source or launch a product.

First win in 30 seconds

If your Pangolinfo credentials are already configured, run this first:

python3 scripts/pangolinfo.py --api category-search --keyword "yoga mat"

What success looks like

A successful first run gives you:

  • matching Amazon categories in English and Chinese
  • category IDs you can drill into immediately
  • sellable and hasChild signals for fast triage
  • a clear next step: path lookup, tree browsing, or deeper niche filtering

What to do next

  1. Browse the category tree
python3 scripts/pangolinfo.py --api category-tree
  1. Resolve full category paths
python3 scripts/pangolinfo.py --api category-paths --category-ids "2619526011,172282"
  1. Validate higher-conviction niche opportunities (costs 10 credits)
python3 scripts/pangolinfo.py --api niche-filter --marketplace-id US --niche-title "yoga mat"

Use when

  • you want to validate a product idea before sourcing or launch
  • you need to explore Amazon category trees and subcategories
  • you want to compare demand vs competition across categories and niches
  • you are looking for low-competition or blue-ocean opportunities
  • you need to decide which categories deserve deeper metric filtering

Do not use this skill for Amazon product scraping, keyword SERP scraping, or review extraction. Use pangolinfo-amazon-scraper for those tasks.

Compatible agent frameworks

  • OpenClaw
  • Claude Code / Cursor
  • LangChain / LangGraph
  • AutoGen / CrewAI

🌐 多语言适配 (Multi-language Support)

  • 🇨🇳 中文适用场景: 亚马逊底层选品类目挖掘与 BSR 追踪。通过细分市场过滤器定位蓝海类目,辅助卖家数据决策。
  • Agent Directive: Always output the final analysis/report in the language of the user's prompt (e.g., reply in Chinese if asked in Chinese).

First-use execution preference for AI agents

  • On first invocation or vague requests, start with category-search or category-tree, not niche-filter.
  • Use category-paths next when the user needs structural context or browse-node resolution.
  • Use category-filter or niche-filter only when the user explicitly asks for metric-based filtering or deeper validation.
  • Warn before niche-filter; it costs 10 credits.

Pangolinfo Amazon Niche Data

Query Amazon category and niche intelligence via Pangolinfo's 利基数据 (niche data) APIs. Covers 5 endpoints under /api/v1/amzscope/* for category exploration, search, path resolution, and advanced filtering by business metrics.

When to Use This Skill

Intent (EN)Intent (CN)Action
Browse Amazon category tree浏览亚马逊类目树Category Tree
Search for an Amazon category搜索亚马逊类目Category Search
Get full path of category IDs批量查询类目路径Category Paths
Filter categories by metrics按指标筛选类目Category Filter
Find Amazon niches查找亚马逊利基市场Niche Filter
Analyze category sales/trends分析类目销量/趋势Category Filter
Find low-competition niches寻找低竞争利基Niche Filter

Do not use for Amazon product scraping, keyword search, or reviews -- those require the pangolinfo-amazon-scraper skill.

Prerequisites

  • Python 3.8+ (stdlib only, no pip install needed)
  • Pangolinfo account at pangolinfo.com
  • Environment variables: PANGOLINFO_API_KEY (recommended) OR PANGOLINFO_EMAIL + PANGOLINFO_PASSWORD
Security: Credentials are held in-memory only by default. The script will not write any key or password to disk unless you explicitly opt in via --cache-key (or PANGOLINFO_CACHE=1), which persists the API key to ~/.pangolinfo_api_key (mode 600).

macOS SSL error? Run: /Applications/Python\ 3.x/Install\ Certificates.command

Script Execution

python3 scripts/pangolinfo.py --api category-search --keyword "yoga mat"

Intent-to-Command Mapping

1. Browse Category Tree (top-level)

python3 scripts/pangolinfo.py --api category-tree

2. Browse Children of a Specific Node

python3 scripts/pangolinfo.py --api category-tree --parent-path "2619526011"

Nested nodes use /-joined paths: --parent-path "2619526011/18116197011".

3. Search Categories by Keyword

python3 scripts/pangolinfo.py --api category-search --keyword "yoga mat"

Matches both English and Chinese category names.

4. Batch Resolve Category Paths

python3 scripts/pangolinfo.py --api category-paths --category-ids "2619526011,172282"

Also accepts JSON array: --category-ids '["2619526011","172282"]'.

5. Filter Categories by Business Metrics

python3 scripts/pangolinfo.py --api category-filter \
  --marketplace-id US --time-range l7d --sample-scope all_asin

Single-category detail:

python3 scripts/pangolinfo.py --api category-filter \
  --marketplace-id US --time-range l7d --sample-scope all_asin \
  --category-id 979832011

With advanced filters via --extra:

python3 scripts/pangolinfo.py --api category-filter \
  --marketplace-id US --time-range l30d --sample-scope all_asin \
  --extra 'buyBoxPriceAvgMin=1000' \
  --extra 'buyBoxPriceTiers=["mainstream","premium"]' \
  --extra 'sortField=unitSoldSum' \
  --extra 'sortOrder=desc'

6. Filter Niches by Business Metrics

python3 scripts/pangolinfo.py --api niche-filter --marketplace-id US

Search by title:

python3 scripts/pangolinfo.py --api niche-filter \
  --marketplace-id US --niche-title "yoga mat"

With advanced range filters:

python3 scripts/pangolinfo.py --api niche-filter \
  --marketplace-id US \
  --extra 'searchVolumeT90Min=1000' \
  --extra 'sortField=searchVolumeT90' \
  --extra 'sortOrder=desc'

Smart Defaults

  1. Pagination defaults -- page=1, size=10 if not specified
  2. Filter APIs cap -- size max 10 and page max 10 for category-filter and niche-filter
  3. --extra is JSON-parsed -- numbers become ints, arrays become arrays, strings stay strings
  4. Marketplace default -- no default; must be explicitly provided for filter APIs

All CLI Options

FlagDescriptionDefault
--apiAPI to call (see APIs below)*required*
--page1-based page number (max 10 for filter APIs)1
--sizeItems per page (max 10 for filter APIs)10
--parent-pathcategory-tree: parent node path--
--keywordcategory-search: search term (EN or CN)--
--category-idscategory-paths: comma-separated or JSON array--
--marketplace-idMarketplace code (e.g. US, UK, DE)--
--time-rangeAggregation range (e.g. l7d, l30d, l90d)--
--sample-scopeSample scope (e.g. all_asin)--
--category-idcategory-filter: single-category detail--
--niche-idniche-filter: specific niche ID--
--niche-titleniche-filter: keyword match on title--
--extraExtra field as key=value (repeatable, JSON-parsed)--
--auth-onlyAuth check only (no credits)--
--rawOutput raw API response--
--timeoutTimeout in seconds120
--cache-keyPersist API key to ~/.pangolinfo_api_keyoff

APIs

API--api valueRequired fieldsEndpointCredits
Category Treecategory-tree--/api/v1/amzscope/categories/children2
Category Searchcategory-search--keyword/api/v1/amzscope/categories/search2
Category Pathscategory-paths--category-ids/api/v1/amzscope/categories/paths2
Category Filtercategory-filter--marketplace-id --time-range --sample-scope/api/v1/amzscope/categories/filter5
Niche Filterniche-filter--marketplace-id/api/v1/amzscope/niches/filter10

Marketplace IDs

CodeRegionCodeRegion
USUnited StatesJPJapan
UKUnited KingdomITItaly
CACanadaESSpain
DEGermanyMXMexico
FRFranceAUAustralia
INIndiaBRBrazil
AEUAESASaudi Arabia

Cost

APICredits
Category Tree2
Category Search2
Category Paths2
Category Filter5
Niche Filter10

Credits consumed on success only (API code 0). Empty results are not charged. Auth checks are free.

Output Format

JSON to stdout on success, error JSON to stderr on failure.

Success

{
  "success": true,
  "api": "searchCategoriesAPI",
  "items": [
    {
      "browseNodeId": "9059094011",
      "browseNodeName": "Headphones",
      "browseNodeNameCn": "耳机",
      "sellable": 1,
      "hasChild": 0
    }
  ],
  "total": 33,
  "page": 1,
  "size": 10,
  "totalPages": 4,
  "results_count": 10
}

Error (stderr)

{
  "success": false,
  "error": {
    "code": "API_ERROR",
    "api_code": 1002,
    "message": "Invalid Parameter: keyword is required",
    "hint": "Check required fields for this API. See references/error-codes.md."
  }
}

Response Presentation

Match the user's language. Never dump raw JSON.

  • Category Tree: hierarchical list with node name (EN/CN), sellable indicator
  • Category Search: numbered list with category path, sellable, hasChild
  • Category Paths: table of ID -> full path (EN/CN)
  • Category Filter: metric summary card with sales, views, trends, price tier
  • Niche Filter: niche overview with search volume, product count, brand count, growth
  • Empty results: suggest loosening filters, checking marketplace, broadening search

Exit Codes

CodeMeaning
0Success
1API error
2Usage error (bad arguments)
3Network error
4Authentication error

Error Reference

Script Error Codes

CodeMeaningResolution
MISSING_ENVNo credentialsSet env vars
AUTH_FAILEDWrong credentialsVerify email/password
RATE_LIMITToo many requestsWait and retry
NETWORKConnection issueCheck internet
SSL_CERTCertificate errorSee macOS SSL fix
API_ERRORPangolinfo API errorCheck api_code and hint
PARSE_ERRORInvalid API responseRetry
USAGE_ERRORBad argumentsFix CLI args

Pangolinfo API Error Codes

CodeMeaningResolution
1002Invalid parameterCheck required fields for the API
1004Invalid tokenAuto-retried by script
2001Insufficient creditsTop up at pangolinfo.com
2005No active planSubscribe at pangolinfo.com
2007Account expiredRenew at pangolinfo.com
2009Usage limit reachedWait for next billing cycle
4029Rate limitedReduce request frequency
9100Service disabledRetry later
9101Data source unavailableRetry later
9102Quota exceededContact support

Self-Test

Run bash scripts/self_test.sh to validate all 5 APIs. This consumes up to ~21 credits (Tree 2 + Search 2 + Paths 2 + CategoryFilter 5 + NicheFilter 10). Auth check is free. Only run when you need to verify connectivity.

First-Time Setup

See references/setup-guide.md for interactive setup instructions.

Quick start:

export PANGOLINFO_API_KEY="your-api-key"
python3 scripts/pangolinfo.py --auth-only

Important Notes for AI Agents

  1. Never dump raw JSON. Parse and present per the Response Presentation guidelines.
  2. Match the user's language.
  3. Default to a cheap first win. On first invocation or broad requests, start with category-search or category-tree before expensive filters.
  4. Use progressive drill-down. category-paths is usually the second step; category-filter and niche-filter come later when the user asks for deeper validation.
  5. Credit awareness. niche-filter costs 10 credits -- warn before using it, especially in loops or bulk scans.
  6. Use --extra for advanced filters. All metric range, tier, trend, and sort filters go via --extra key=value.
  7. Default to US marketplace unless context implies another region.
  8. Combine results intelligently. A typical deeper workflow is category-searchcategory-paths or category-filterniche-filter.
  9. Security. Never expose API keys or passwords.
  10. Suggest next steps. After the first successful run, recommend one concrete follow-up command.

Advanced Filter Reference

See references/amazon-niche-api.md for the full list of --extra filter fields (numeric ranges, tiers, trends, quantile buckets) for Category Filter and Niche Filter APIs.

Output Schema

See references/output-schema.md for per-API field documentation.

🎯 Quick Start Prompts (Copy-Paste)

  • *"Search Amazon categories for 'standing desk' and tell me which subcategories are worth drilling into next."*
  • *"Resolve the full category paths for these browse node IDs: 2619526011, 172282."*
  • *"Validate whether 'yoga mat' looks promising in Amazon US, and warn me before any 10-credit niche filtering."*

🛑 Boundaries & Error Handling

When NOT to use: Do not use for scraping individual product reviews (use amazon-scraper instead). Agent Instructions for Errors:

  • 401/403 Auth Error: Ensure PANGOLINFO_API_KEY is injected into the environment.
  • 429 Rate Limit: Pause execution for 5 seconds, then retry automatically.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.61%
按下载量换算1,270

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills