Best for
- Use when user asks about: review analysis, customer feedback, pain points, what customers say, review insights, sentiment analysis, consumer insights, product impr
SerendipityOneInc/ZooData-Skills/amazon-review-intelligence-extractor/SKILL.md
Deep consumer insights from 1B+ pre-analyzed Amazon reviews. Extracts pain points, buying factors, user profiles, usage patterns, and differentiation opportunities across 11 analysis dimensions. Compares review sentiment across competitors and generates listing copy suggestions. Uses all 11 ZooData API endpoints with cross-validation. Use when user asks about: review analysis, customer feedback, pain points, what customers say, review insights, sentiment analysis, consumer insights, product impr
Decision brief
Pre-analyzed consumer insights. Pain points, buying factors, user profiles, differentiation gaps.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/SerendipityOneInc/ZooData-Skills --skill "amazon-review-intelligence-extractor"Inspect the Agent Skill "amazon-review-intelligence-extractor" from https://github.com/SerendipityOneInc/ZooData-Skills/blob/83715496c9e81f70e78825d5484d797cb7cacca9/amazon-review-intelligence-extractor/SKILL.md at commit 83715496c9e81f70e78825d5484d797cb7cacca9. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Review the “review-deepdive currently makes one /reviews/analysis call per labelType (targetpainPoints,” section in the pinned source before continuing.
bash python3 {skillbasedir}/scripts/zoodata.py reviews-raw \ --asin [--marketplace US] [--max-pages 10] $WORK/raw.json
review-tag-prompt renders the prompt but does NOT call any LLM — YOU (this skill's LLM) produce the JSON. The template is uniform per review, so render it ONCE to learn the schema, then mass-produce tags for all reviews in a single in-context pass.
python3 {skillbasedir}/scripts/zoodata.py review-tag-prompt \ --review "$(python3 -c 'import json,sys; print(json.dumps(json.load(open(sys.argv[1]))[0]))' $WORK/reviewsarray.json)" \ [--product-title "..."] [--product-category "..."] json { "sentiment": "positive|neutral|negativ…
First extract unique candidate phrases per dimension from tagged.json:
Permission review
The documentation includes network, browsing, or remote request actions.
**labelType** is NOT an API request parameter — the API returns all 11 dimensions in one call. Filter by `labelType` client-side from the `consumerInsights` array.The documentation asks the agent to run terminal commands or scripts.
python3 {skill_base_dir}/scripts/zoodata.py review-deepdive --target-asin "<ASIN>" [--keyword "<kw>"] [--category "<path>"]The documentation asks the agent to create, modify, or delete local files.
Remove the directory (`rm -rf "$WORK"`) after Step 4 succeeds or the workflow aborts.The documentation asks the agent to run terminal commands or scripts.
python3 {skill_base_dir}/scripts/zoodata.py reviews-raw \Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 96/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 67 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Pre-analyzed consumer insights. Pain points, buying factors, user profiles, differentiation gaps.
{skill_base_dir}/scripts/zoodata.py — run --help for params{skill_base_dir}/references/reference.md (field names & response structure)Required: ZOODATA_API_KEY. Get free key at zoodata.ai/api-keys
https://api.zoodata.ai (Bearer ZOODATA_API_KEY). Setting ZOODATA_BASE_URL to an untrusted host (anything other than api.zoodata.ai / *.zoodata.ai / localhost) makes the CLI refuse the request and withhold the key — the Bearer token is never sent to an untrusted host.{skill_base_dir}/scripts/zoodata.py (Python 3, stdlib-only). This skill allows analyze, review-deepdive, product, categories, check, plus the review fallback toolkit (reviews-raw / review-tag-prompt / review-reduce-prompt / review-aggregate). Do not invoke unrelated subcommands for this skill's tasks — the bundled manifest {skill_base_dir}/scripts/allowed-commands.json enforces this: the CLI refuses out-of-scope subcommands with a structured COMMAND_NOT_ALLOWED error before any API request.mktemp -d, removed when the fallback completes) during the review fallback; reads the optional credential store ~/.zoodata/config.json.review-deepdive command executes ~14+ API calls (~10-20 credits) in ONE invocation and has NO skip/trim flags — under a credit cap, use the granular commands instead.Before selecting or invoking the first command, read and apply the local references/cli-contract.md. Reapply it after every granular or composite result and before any fallback, additional call, state write, interpretation, or user-facing report. Use this skill's fallback logic only when the shared contract classifies the result as non-terminal.
For a terminal interface failure, respond in the user's language that the review analysis could not be completed, followed by the succeeded and failed endpoint identifiers. Do not generate pain-point rankings, sentiment conclusions, listing copy, or differentiation recommendations. Keep control tokens, parameters, and retry logs internal unless diagnostics are requested.
categories first (need ≥3-level deep path)reviews/analysis needs 50+ reviews. Fallback chain when sample is insufficient:
realtime/product ratingBreakdown — only star distribution, no themesreviews-raw + review-tag-prompt + review-reduce-prompt +
review-aggregate) to bypass /reviews/analysis entirelylabelType client-side from the consumerInsights array.reviewRate (NOT the legacy reviewPercentage from API v1) for mention frequency--category; keyword-based ones docategory_source in output is inferred_from_search, confirm with userWhen ZOODATA_API_KEY is not set (verify via python {skill_base_dir}/scripts/zoodata.py check — exits 2 if no key in env or ~/.zoodata/config.json), stop before any evidence call. Tell the user that a ZooData API key is required, link to https://zoodata.ai/en/api-keys, and explain that the key may be set in the environment or local config. Do not substitute public knowledge or a "for reference only" analysis.
When _transport.status=401, stop further calls, tell the user that the configured key was rejected, direct them to https://zoodata.ai/en/api-keys, and do not fabricate missing data.
When _transport.status=402, stop further calls. Report where the workflow stopped, any compatible partial findings already gathered, and returned credit metadata when present; direct the user to https://zoodata.ai/en/pricing and do not fabricate missing data.
painPoints · issues · positives · improvements · buyingFactors · keywords · userProfiles · scenarios · usageTimes · usageLocations · behaviors
Rank differentiation opportunities by: frequency × avg rating delta "Top pain point: durability — mentioned in 27/471 reviews (5.7%), avg rating 2.4 when mentioned"
| reviewRate | Frequency Level | Interpretation |
|---|---|---|
| >10% | 🔴 Critical | Mentioned by 1 in 10 buyers — must address in product design 📊 |
| 5-10% | 🟡 Significant | Common complaint — differentiator if solved 📊 |
| 2-5% | 🟠 Notable | Worth mentioning in listing if you solve it 📊 |
| <2% | 🟢 Minor | Edge case — deprioritize unless easy fix 🔍 |
| avgRating when mentioned | Severity |
|---|---|
| <2.5 | Severe — causes returns/1-star reviews 📊 |
| 2.5-3.5 | Moderate — disappoints but doesn't cause returns 🔍 |
| >3.5 | Mild — noticed but not deal-breaker 🔍 |
Differentiation Priority = High frequency + Low avgRating = Biggest opportunity 🔍. If top 3 pain points all have reviewRate >5% and avgRating <3.0, there is a clear product improvement opportunity 💡. If all pain points have reviewRate <2%, the category is well-served — differentiation through reviews is limited 🔍.
⚠️ Small-sample caveat (N < 50): The reviewRate thresholds above assume ≥50 reviews. With smaller samples (e.g. fallback toolkit with 14 reviews), every single mention = 1/N which already crosses 5-10%. Rules to apply when reviewCount < 50:
count alongside reviewRate so readers can judge weight themselvesCombine userProfiles + scenarios + usageTimes + usageLocations → complete buyer persona.
Quote actual customer words from positives — these are proven converting phrases. High-frequency positive elements (reviewRate >5%) should appear in title or first bullet 💡.
Align dimensions (pain points vs pain points) across products. If competitor review data unavailable, use brand-detail sampleProducts + note limitation.
python3 {skill_base_dir}/scripts/zoodata.py review-deepdive --target-asin "<ASIN>" [--keyword "<kw>"] [--category "<path>"]
Optional: --comp-asins "<asin1>,<asin2>" for comparison.
Runs: reviews × 11 dimensions + competitors + realtime + market context + price/trend.
(<placeholders> are LITERAL — replace with actual values, no curly braces in commands.)
After review-deepdive runs, programmatically inspect its JSON output for sparse
review aggregation. The composite continues past review failures, so success is NOT
proof of usable insights. Detection rule:
import json
deepdive = json.load(open("deepdive.json"))
reviews_section = deepdive.get("reviews", {})
# review-deepdive currently makes one /reviews/analysis call per labelType (target_painPoints,
# target_positives, etc.). All-fail means switch to fallback.
all_failed = all(
sub.get("success") is False
or not (sub.get("data") or {}).get("consumerInsights")
for sub in reviews_section.values()
if isinstance(sub, dict)
)
target_review_count = (deepdive.get("target_realtime", {}) or {}).get("data", {}).get("ratingCount", 0)
# Fallback triggers if ANY of these are true:
needs_fallback = (
all_failed
or target_review_count < 50
or any((sub.get("error") or {}).get("code") == "INSUFFICIENT_REVIEWS"
for sub in reviews_section.values() if isinstance(sub, dict))
)
If needs_fallback is True, run the "Insufficient Data Fallback" workflow below.
Important: the fallback REPLACES ONLY the review-analysis piece. Keep using the
deepdive's other outputs (target_realtime, competitors, market, brand_overview,
price_band_overview, product_history) for the corresponding report sections.
When /reviews/analysis cannot produce meaningful aggregation, fetch raw reviews live
from Amazon and use this skill's own LLM (you) to perform Map/Reduce in-context. No
external LLM service or API key is required.
Working directory convention: create a per-run temp dir to keep intermediate files
together. Create it with mktemp -d (private, 0700 — not a predictable path) and keep
raw.json, tagged.json, clusters.json, insights.json inside it. Example:
WORK=$(mktemp -d)
Remove the directory (rm -rf "$WORK") after Step 4 succeeds or the workflow aborts.
python3 {skill_base_dir}/scripts/zoodata.py reviews-raw \
--asin <ASIN> [--marketplace US] [--max-pages 10] > $WORK/raw.json
# Cost: 1 credit/page, 10 reviews/page, hard cap 100 (10 pages).
# Stops automatically when nextCursor=null (small-volume ASINs may exhaust earlier).
# For cost control: --max-pages 5 = 50 reviews / 5 credits / ~30s.
Then save just the reviews array for downstream tooling:
python3 -c "import json,sys; d=json.load(open('$WORK/raw.json'))['data']['reviews']; json.dump(d,open('$WORK/reviews_array.json','w'),ensure_ascii=False)"
review-tag-prompt renders the prompt but does NOT call any LLM — YOU (this skill's
LLM) produce the JSON. The template is uniform per review, so render it ONCE to learn
the schema, then mass-produce tags for all reviews in a single in-context pass.
# Render the prompt for ONE review to learn the schema (do this once per skill run)
python3 {skill_base_dir}/scripts/zoodata.py review-tag-prompt \
--review "$(python3 -c 'import json,sys; print(json.dumps(json.load(open(sys.argv[1]))[0]))' $WORK/reviews_array.json)" \
[--product-title "..."] [--product-category "..."]
The schema you must produce per review (12 fields, all required, empty arrays for empties):
{
"sentiment": "positive|neutral|negative",
"mentioned_scenarios": [], "mentioned_issues": [], "mentioned_positives": [],
"mentioned_improvements": [], "mentioned_buying_factors": [],
"mentioned_pain_points": [], "user_profiles": [],
"mentioned_usage_times": [], "mentioned_usage_locations": [],
"mentioned_behaviors": [], "keywords": []
}
After producing tags for all N reviews, save them as a JSON array preserving review order:
# Save your in-context output as the array (example structure)
cat > $WORK/tagged.json <<'EOF'
[ {tag obj for review[0]}, {tag obj for review[1]}, ... ]
EOF
First extract unique candidate phrases per dimension from tagged.json:
import json
from collections import defaultdict
tagged = json.load(open(f"{WORK}/tagged.json"))
DIMS = ["mentioned_scenarios","mentioned_issues","mentioned_positives",
"mentioned_improvements","mentioned_buying_factors","mentioned_pain_points",
"user_profiles","mentioned_usage_times","mentioned_usage_locations",
"mentioned_behaviors","keywords"]
candidates = {d: sorted({el.strip().lower() for t in tagged for el in (t.get(d) or [])}) for d in DIMS}
Then for EACH of the 11 dimensions, render the reduce prompt and YOU produce clusters:
python3 {skill_base_dir}/scripts/zoodata.py review-reduce-prompt \
--label-type positives \
--candidates '["comfortable","comfy","very comfortable",...]'
# → YOU produce {"clusters": [{"canonical": "Comfortable Fit",
# "members": ["comfortable","comfy","very comfortable"]}]}
Assemble all 11 dimension cluster outputs into one clusters.json:
{
"mentioned_scenarios": [{"canonical": "...", "members": [...]}],
"mentioned_issues": [{"canonical": "...", "members": [...]}],
... (all 11 dims, even if empty: use [])
}
Keywords dim chunking: when keywords has >150 unique candidates, split into
chunks of ~150, render the reduce prompt per chunk, and merge clusters across chunks
by case-insensitive canonical name match. Other dims rarely exceed 100 candidates.
python3 {skill_base_dir}/scripts/zoodata.py review-aggregate \
--reviews $WORK/raw.json \
--tagged $WORK/tagged.json \
--clusters $WORK/clusters.json > $WORK/insights.json
# Output structure matches /reviews/analysis:
# { reviewCount, avgRating, sentimentDistribution, consumerInsights[], topKeywords[] }
# Each consumerInsight has: {element, labelType, count, reviewRate, avgRating}
Use the same Pain Point Impact Ranking and Differentiation Priority tables above —
but apply the small-sample caveat when reviewCount < 50.
When generating the report from a fallback run, the Data Provenance section MUST flag:
reviewCount < 50, banner above all rate-based tables.raw.json for clusters of:
pages < max_pages and capped == false, note that
Spider exhausted the visible review window before reaching the 100-cap.The default fallback workflow only fetches reviews for the TARGET ASIN. SKILL.md's "Competitor Comparison" rules (your-rate vs competitor-rate) require competitor review data, which is NOT available by default in fallback. Two options:
competitors output, run Steps 1-4 again per ASIN. Cost: ~10 credits per
competitor + LLM time. Only do this when the user explicitly asks for sentiment
comparison.| Sample size | Fetch | LLM Map+Reduce | Aggregate | Total |
|---|---|---|---|---|
| 100 reviews | ~60s + 10 credits | model-dependent (suggest ≤20 concurrent) | <1s | ~90-120s |
| 50 reviews | ~30s + 5 credits | ~half | <1s | ~60s |
| 14 reviews (validated) | ~20s + 2 credits | inline single pass | <1s | ~30s |
Quality vs /reviews/analysis: comparable 11-dim coverage; finer sizing-direction
splits (small vs large vs inaccurate) than server-side aggregation; properly
distinguishes painPoints (problems experienced) from positives (problems solved).
Respond in user's language.
Sections: Review Snapshot → Top 10 Pain Points (with count & %) → Top 10 Positives → Buying Factors → Improvement Wishlist → Consumer Profile → Usage Patterns → Competitor Comparison → Listing Copy Suggestions → Differentiation Roadmap (impact-ranked) → Data Provenance → API Usage
Do NOT invent insights — only report what the API returns. Omit empty dimensions.
Cross-validation rule (mandatory): star distribution (ratingBreakdown) should match
sentiment distribution (from reviews/analysis OR fallback Map tags). Compute:
positive %neutral %negative %If any band mismatches by >15 percentage points, re-examine the Map tags before publishing. Common causes: LLM mis-classifying a 5★ "didn't love it but works" as positive; non-English reviews mis-tagged. Document residual mismatch in Data Provenance.
Output language MUST match the user's input language. If the user asks in Chinese, the entire report is in Chinese. If in English, output in English. Exception: API field names (e.g. monthlySalesFloor, categoryPath), endpoint names, technical terms (e.g. ASIN, BSR, CR10, FBA, credits) remain in English.
Data is based on ZooData API sampling as of [date]. Monthly sales (
monthlySalesFloor) are lower-bound estimates. This analysis is for reference only and should not be the sole basis for business decisions. Validate with additional sources before acting.
Rules: Strategy recommendations and listing copy suggestions are NEVER 📊. User criteria override AI judgment.
Aggregate-label rule (applies to ALL report output, not just fallback): NEVER attach 📊 to ANY element that aggregates or groups underlying content when ANY piece of that content is 🔍 or 💡. "Aggregate/grouping elements" include:
#, ##, ###, ####) — including top-level summary sections like "Overall Score", "Verdict", "Executive Summary"## Overall Score — 27/100 · Grade F 📊 is WRONG if any Basis row inside is 🔍)**Target ASIN** 📊 as a column label is WRONG if any cell in that column contains 🔍)A group-level 📊 implies the whole block/column/row is data-backed, which smuggles inferred/directional content into the 📊 tier via visual grouping. Either (a) omit the group-level label entirely (preferred when content mixes tiers), or (b) use the LOWEST confidence present inside (🔍 if any underlying content is 🔍; 💡 if any is 💡). This is a universal output-quality rule — it applies regardless of which fallback path (if any) was triggered.
Emoji reservation rule (closely related): The three confidence symbols 📊 🔍 💡 are RESERVED for confidence labeling. NEVER use them as decorative prefixes on section headers, table headers, or any aggregate element — even when you also include a correct confidence suffix on the same line. Example:
## 📊 Overall Score — 27/100 · Grade F 🔍 (the leading 📊 reads as a data-backed claim even though the trailing 🔍 is correct)## Overall Score — 27/100 · Grade F 🔍 (no decorative emoji, just the proper confidence suffix)## 🎯 Overall Score — 27/100 · Grade F 🔍 (use non-reserved decorative icons like 🎯 🧭 📋 📝 📂 🏁 🚨 🏆 🔔 when a visual prefix is desired)Decorative emoji ≠ confidence label — but from a reader's perspective, a leading 📊/🔍/💡 is indistinguishable from a confidence claim. Reserve these three symbols EXCLUSIVELY for confidence annotation to avoid ambiguity.
Include a table at the end of every report:
| Data | Endpoint | Key Params | Notes |
|---|---|---|---|
| (e.g. Market Overview) | markets/search | categoryPath, topN=10 | 📊 Top N sampling, sales are lower-bound |
| ... | ... | ... | ... |
Extract endpoint and params from _query in JSON output. Add notes: sampling method, T+1 delay, realtime vs DB, minimum review threshold, etc.
| Endpoint | Calls | Credits |
|---|---|---|
| (each endpoint used) | N | N |
| Total | N | N |
Extract from meta.creditsConsumed per response. End with Credits remaining: N.
Frequently asked questions
Pre-analyzed consumer insights. Pain points, buying factors, user profiles, differentiation gaps.
The source record exposes this install command: npx skills add https://github.com/SerendipityOneInc/ZooData-Skills --skill "amazon-review-intelligence-extractor". Inspect the command and pinned source before running it.
Static rules flagged network, exec-script, write-files in the source; the page lists the matching lines and excerpts.
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
alirezarezvani/claude-skills
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
JasonColapietro/suede-creator-skills
Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).
tenequm/skills
Decision validation and thinking frameworks for startup founders. Use when you need to pressure-test a decision, validate your next steps, think through strategic options, or sanity-check your approach. Triggers on phrases like "should I", "help me think through", "is this the right move", "validate my thinking", "what am I missing". Covers fundraising, customer development, runway management, prioritization, and crypto/web3 founder challenges.