ZooData — Amazon Keyword Intelligence
Analyze Amazon keyword value and product traffic health through keyword demand, market structure, weekly trends, observed SERP signals, ASIN traffic structure, traffic terms, changes, and named-term timelines.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/amazon-keyword-traffic-analysis, including the files SKILL.md points to. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit SerendipityOneInc/ZooData-Skills/amazon-keyword-traffic-analysis#main ~/.claude/skills/amazon-keyword-traffic-analysisFor one project only, change the path to .claude/skills/amazon-keyword-traffic-analysis. This skill also uses zoodata.py, reference.md, execution-guide.md, output-rules.md, analysis-contract.md, cli-contract.md — copying SKILL.md alone won't be enough. See the folder on GitHub.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of ZooData — Amazon Keyword Intelligence
Show the full text87 lines
| name | description | metadata |
|---|---|---|
| amazon-keyword-traffic-analysis | > Analyze Amazon keyword value and product traffic health through keyword demand, market structure, weekly trends, observed SERP signals, ASIN traffic structure, traffic terms, changes, and named-term timelines. Use for keyword expansion, keyword deep dives, traffic-term value analysis, and ASIN-centered product traffic analysis or diagnosis. Produces evidence-bounded validation priorities; does not make direct bid, budget, pause, or negative-keyword decisions without seller ABA-SQP and Amazon Ads data. Requires ZOODATA_API_KEY. | version: "0.3.0 author: SerendipityOneInc homepage: https://github.com/SerendipityOneInc/ZooData-Skills openclaw: {"requires": {"env": ["ZOODATA_API_KEY"]}, "primaryEnv": "ZOODATA_API_KEY"} |
ZooData — Amazon Keyword Intelligence
Respond in the user's language.
Start here
- Read and apply
references/analysis-contract.mdbefore classifying the request, making an evidence call, or sending user-facing text. - Classify the request: seed-keyword expansion, target-keyword analysis, product traffic analysis, or a single lookup.
- Route keyword-centered questions about demand, market/SERP structure, trend, value, relevance, or targeting fit to target-keyword analysis. An ASIN may be supporting evidence without changing the keyword-centered subject.
- Route ASIN-centered questions about traffic health, current traffic terms or sources, channel/term structure, changes, trends, anomalies, or causes to product traffic analysis.
- Route a broad ASIN traffic analysis, overview, or health check directly to the product traffic health overview. Do not ask the user to choose between structure and change first.
- For an ASIN × keyword request, route value/fit/relevance questions without movement or causal intent to target-keyword analysis; route visibility, placement, exposure, movement, anomaly, or causal questions to product traffic analysis.
- If product traffic analysis identifies a term and the follow-up asks about its value, start target-keyword analysis and reuse compatible ASIN traffic evidence. If keyword analysis identifies a product-side movement question, start product traffic analysis and reuse compatible keyword evidence.
- Read the local
references/cli-contract.md,references/reference.md, and the relevantzoodata.py --helpbefore selecting a tool. The shared contract owns CLI invocation and result handling;reference.mdis the sole source for production endpoint availability, parameters, response fields, dates, batching, credits, and API capability boundaries. - Load
references/output-rules.mdfor domain rendering and applyexecution-guide.md § Final Output Gateon every rendering path. For a single lookup, also load onlyreferences/execution-guide.mdsectionsAuthority and routing,Execution mode,Structured Field Identity Gate,Interface Failure Stop Gate,Final Output Gate,HTTP Validation Rule, andCredential and Credit Failures; useoutput-rules.md § Quick Mode Outputand do not load a scenario unless the follow-up broadens the request. - For every full-mode request, load the complete
references/execution-guide.md,references/evidence-protocols.md, and the applicable scenario guide below. The guide owns the keyword scenario/stage and domain Gate contract; evidence protocols operate only inside its active stage. After every retrieval or tool result, apply itsInterface Failure Stop Gatebefore selecting any next capability or command. Route to one applicable scenario, or multiple non-exclusive scenarios only when the guide permits combination:references/scenarios-expand.mdreferences/scenarios-keyword-analysis.mdreferences/scenarios-product-traffic-analysis.md
- For a causal, anomaly, or action question, additionally load
references/diagnosis-action-protocols.md. Do not load it for a non-diagnostic stage merely because diagnosis is available. - After API retrieval, load only the field-semantic reference needed for the returned data:
references/metrics-market-profile.mdformarket-profilereferences/metrics-trend-profile.mdfortrend-profilereferences/serp-and-rollover.mdfor SERP ororganicRolloverRatereferences/traffic-observation-semantics.mdfor traffic-term lists, traffic-term trends, ASIN traffic structure, or ASIN traffic trends
- Before requesting or interpreting a seller artifact, load
references/sqp-field-semantics.md. Treat it as the sole acquisition and field-semantics source for user-provided ABA-SQP or Amazon Ads data.
Source-of-truth boundaries
- This file owns only trigger classification, reference loading, scenario routing, and non-negotiable global acquisition/safety boundaries. It may point to an owner module but must not define endpoint contracts, shared workflow procedures, field semantics, or scenario-specific stage logic.
analysis-contract.mdowns the repository-wide rule hierarchy, universal analysis principles and Gates, and user-facing implementation boundary. Every keyword module may add or narrow domain rules but must not duplicate, weaken, or override it.cli-contract.mdowns only the project-wide invocation form, command-identity validation, execution-environment permission handling, caller/CLI responsibilities, composite-result reuse, result acquisition, transport-status precedence, terminal-interface classification, retry ownership, and partial-result handling. It must not define skill-specific command allowlists, endpoint fields, keyword evidence meaning, scenario selection, conclusion authority, or user-facing rendering.reference.mdowns only production API and acquisition-surface facts: availability, request parameters, response schema, endpoint-specific status meaning, batching, dates, and billing. It may name fields and capabilities to describe their contract, but must not redefine the shared CLI contract, Agent workflow, action/output policy, business interpretation, or scenario transitions.execution-guide.mdowns only the keyword scenario/stage schema, stage execution and handoff, keyword-specific Gate decisions, consequences after shared CLI classification, evidence-level conclusion ceilings, and follow-up reclassification. It may reference owner modules but must not redefine the shared analysis contract, shared CLI contract, API contracts, field meanings, detailed evidence procedures, detailed diagnosis procedures, output rendering, or scenario-specific capability/stage maps.evidence-protocols.mdowns only shared evidence planning, retrieval, interpretation, reconciliation, coverage, continuity, comparison, and batching procedures inside an active stage. It must not select stages, define Gate outcomes, render handoff lists, or raise conclusion authority.diagnosis-action-protocols.mdowns only the detailed causal-diagnosis and evidence-to-action procedures inside an active stage. It must not select stages, define the Diagnostic Closure Gate result, create handoff routes, or raise conclusion authority.output-rules.mdowns only keyword-specific language, the local interface-failure template, the canonical full-mode report template and headings, Data Notes, and API-usage presentation within the shared user-facing boundary. It must not redefine that boundary, select stages, define Gate outcomes, change conclusion authority, or define the contents of the stage-end selection list.- The metric/observation semantic references (
metrics-*.md,serp-and-rollover.md, andtraffic-observation-semantics.md) own only documented field meaning, direction, scope, and permitted/prohibited inference. They may identify source fields/endpoints, but must not define production availability or request parameters, shared workflow policy, or scenario routing/stages. sqp-field-semantics.mdowns seller-artifact acquisition order, schema identity, denominator rules, field meaning, and seller-artifact output labels. It must not define ZooData API contracts or scenario-specific stage triggers and conclusions.- Scenario files own only scenario-specific stage entry requirements, capability selection, conclusion authority, and section-content requirements inside the canonical report template. They define evidence levels, not report headings/order, workflow-completion states, automatic progression, or mandatory traversal of every listed stage. They may reference owner-defined capabilities, fields, and gates, but must not restate, relax, replace, or create exceptions to their contracts or semantics.
- For the documented keyword endpoints and
realtime/productused by this skill,{skill_base_dir}/scripts/zoodata.pyowns a fixed blind transport retry budget, preservation of the final response body, and request/transport/credit metadata. It must not assign HTTP-status meaning, choose status-specific workflow actions, or emit Agent-control instructions. Within those command paths, it also must not define field meaning, stage selection, evidence interpretation, conclusion authority, or user-facing prose/report templates;cli-contract.mdowns result classification and shared invocation handling,execution-guide.mdowns keyword-stage Gate consequences, andoutput-rules.mdowns rendered prose including the local interface-failure template. The credential-onlycheckpath and opt-in endpoint probes are diagnostic utilities outside this evidence-command contract. Other commands bundled in the shared CLI remain outside this skill's responsibility map. README.mdis a human-facing package overview and module index only. It must not define or modify runtime routing, endpoint contracts, workflow policy, field semantics, stage transitions, or conclusion authority.- Cross-module references are allowed; cross-module redefinition and duplicated policy are not. When statements span modules, split API fact, shared workflow consequence, field interpretation, and scenario application into their respective owners.
- Apply each rule from its responsible owner module above. A downstream module may narrow behavior but must not override an owner contract.
Non-negotiable boundaries
- Require
ZOODATA_API_KEY. If it is missing or rejected, follow the credential procedure inexecution-guide.md; do not substitute public web data. - Use the bundled
{skill_base_dir}/scripts/zoodata.pyfor documented keyword endpoints andrealtime/product; the bundled manifestscripts/allowed-commands.jsonenforces that scope — the CLI refuses out-of-scope subcommands with a structuredCOMMAND_NOT_ALLOWEDerror before any API request. Use ZooData WebTools/search,/scrape, and/scrape-interactiveonly through an exposed, documented ZooData WebTools surface after inspecting its live schema. - Use only the acquisition routes whitelisted in
reference.md. WebTools/searchis permitted URL discovery; it is notproducts/search. Never useproducts/search, external browser automation, direct Amazon navigation, or non-ZooData public web search as evidence or fallback. - WebTools calls are read-only public-page acquisition. Never use
/scrape-interactiveactions to log in, submit forms, purchase, or otherwise change page or account state; use click/write/press/scroll/JavaScript actions only to render or reveal the requested public content. - Treat keyword inputs as Amazon search queries. Before constructing a request, load
reference.mdfor the endpoint's marketplace, keyword-normalization, and date contract. - ZooData keyword data is estimated search, visibility, rank, placement, and impression evidence. It is not the seller's ABA-SQP conversion funnel. Keep product-specific value, profitability, bids, spend, budgets, pauses, negatives, and unconditional go/no-go decisions within the evidence authority defined in
execution-guide.md. - Preserve returned status, period, subject, field scope, and uncertainty.
status=emptyis an observation-coverage boundary, not proof of low demand. - Do not report an API root cause, strategy recommendation, or undocumented metric as though the API returned it.
Execution entry
Use:
python {skill_base_dir}/scripts/zoodata.py <documented-subcommand> ...
Run bare python {skill_base_dir}/scripts/zoodata.py check for credential diagnostics only. Without --endpoints or --keyword-endpoints, it makes no evidence calls; those opt-in probe flags consume credits and are outside this skill's evidence workflow.
The bundled manifest allows exactly: keyword-detail, keyword-market-profile, keyword-trend-profile, keyword-trend, keyword-extends, keyword-search-results, keyword-product-traffic-terms, product-traffic-structure-profile, product-traffic-terms-trend, product-traffic-trend, product-traffic-trend-profile, product, and the diagnostic check.
WebTools has no bundled subcommand in this skill. Use only an exposed ZooData WebTools session/callable surface as documented in reference.md.
| 1 | |
| 2 | name amazon-keyword-traffic-analysis |
| 3 | description > |
| 4 | Analyze Amazon keyword value and product traffic health through keyword demand, |
| 5 | market structure, weekly trends, observed SERP signals, ASIN traffic structure, |
| 6 | traffic terms, changes, and named-term timelines. Use for keyword expansion, |
| 7 | keyword deep dives, traffic-term value analysis, and ASIN-centered product traffic |
| 8 | analysis or diagnosis. Produces evidence-bounded validation priorities; |
| 9 | does not make direct bid, budget, pause, or negative-keyword decisions without |
| 10 | seller ABA-SQP and Amazon Ads data. Requires ZOODATA_API_KEY. |
| 11 | metadata |
| 12 | version "0.3.0" |
| 13 | author SerendipityOneInc |
| 14 | homepage https://github.com/SerendipityOneInc/ZooData-Skills |
| 15 | openclaw {"requires": {"env": ["ZOODATA_API_KEY"]}, "primaryEnv": "ZOODATA_API_KEY"} |
| 16 | |
| 17 | |
| 18 | # ZooData — Amazon Keyword Intelligence |
| 19 | |
| 20 | Respond in the user's language. |
| 21 | |
| 22 | ## Start here |
| 23 | |
| 24 | Read and apply `references/analysis-contract.md` before classifying the request, making an evidence call, or sending user-facing text. |
| 25 | Classify the request: seed-keyword expansion, target-keyword analysis, product traffic analysis, or a single lookup. |
| 26 | Route keyword-centered questions about demand, market/SERP structure, trend, value, relevance, or targeting fit to target-keyword analysis. An ASIN may be supporting evidence without changing the keyword-centered subject. |
| 27 | Route ASIN-centered questions about traffic health, current traffic terms or sources, channel/term structure, changes, trends, anomalies, or causes to product traffic analysis. |
| 28 | Route a broad ASIN traffic analysis, overview, or health check directly to the product traffic health overview. Do not ask the user to choose between structure and change first. |
| 29 | For an ASIN × keyword request, route value/fit/relevance questions without movement or causal intent to target-keyword analysis; route visibility, placement, exposure, movement, anomaly, or causal questions to product traffic analysis. |
| 30 | If product traffic analysis identifies a term and the follow-up asks about its value, start target-keyword analysis and reuse compatible ASIN traffic evidence. If keyword analysis identifies a product-side movement question, start product traffic analysis and reuse compatible keyword evidence. |
| 31 | Read the local `references/cli-contract.md`, `references/reference.md`, and the relevant `zoodata.py --help` before selecting a tool. The shared contract owns CLI invocation and result handling; `reference.md` is the sole source for production endpoint availability, parameters, response fields, dates, batching, credits, and API capability boundaries. |
| 32 | Load `references/output-rules.md` for domain rendering and apply `execution-guide.md § Final Output Gate` on every rendering path. For a single lookup, also load only `references/execution-guide.md` sections `Authority and routing`, `Execution mode`, `Structured Field Identity Gate`, `Interface Failure Stop Gate`, `Final Output Gate`, `HTTP Validation Rule`, and `Credential and Credit Failures`; use `output-rules.md § Quick Mode Output` and do not load a scenario unless the follow-up broadens the request. |
| 33 | For every full-mode request, load the complete `references/execution-guide.md`, `references/evidence-protocols.md`, and the applicable scenario guide below. The guide owns the keyword scenario/stage and domain Gate contract; evidence protocols operate only inside its active stage. After every retrieval or tool result, apply its `Interface Failure Stop Gate` before selecting any next capability or command. Route to one applicable scenario, or multiple non-exclusive scenarios only when the guide permits combination: |
| 34 | `references/scenarios-expand.md` |
| 35 | `references/scenarios-keyword-analysis.md` |
| 36 | `references/scenarios-product-traffic-analysis.md` |
| 37 | For a causal, anomaly, or action question, additionally load `references/diagnosis-action-protocols.md`. Do not load it for a non-diagnostic stage merely because diagnosis is available. |
| 38 | After API retrieval, load only the field-semantic reference needed for the returned data: |
| 39 | `references/metrics-market-profile.md` for `market-profile` |
| 40 | `references/metrics-trend-profile.md` for `trend-profile` |
| 41 | `references/serp-and-rollover.md` for SERP or `organicRolloverRate` |
| 42 | `references/traffic-observation-semantics.md` for traffic-term lists, traffic-term trends, ASIN traffic structure, or ASIN traffic trends |
| 43 | Before requesting or interpreting a seller artifact, load `references/sqp-field-semantics.md`. Treat it as the sole acquisition and field-semantics source for user-provided ABA-SQP or Amazon Ads data. |
| 44 | |
| 45 | ## Source-of-truth boundaries |
| 46 | |
| 47 | This file owns only trigger classification, reference loading, scenario routing, and non-negotiable global acquisition/safety boundaries. It may point to an owner module but must not define endpoint contracts, shared workflow procedures, field semantics, or scenario-specific stage logic. |
| 48 | `analysis-contract.md` owns the repository-wide rule hierarchy, universal analysis principles and Gates, and user-facing implementation boundary. Every keyword module may add or narrow domain rules but must not duplicate, weaken, or override it. |
| 49 | `cli-contract.md` owns only the project-wide invocation form, command-identity validation, execution-environment permission handling, caller/CLI responsibilities, composite-result reuse, result acquisition, transport-status precedence, terminal-interface classification, retry ownership, and partial-result handling. It must not define skill-specific command allowlists, endpoint fields, keyword evidence meaning, scenario selection, conclusion authority, or user-facing rendering. |
| 50 | `reference.md` owns only production API and acquisition-surface facts: availability, request parameters, response schema, endpoint-specific status meaning, batching, dates, and billing. It may name fields and capabilities to describe their contract, but must not redefine the shared CLI contract, Agent workflow, action/output policy, business interpretation, or scenario transitions. |
| 51 | `execution-guide.md` owns only the keyword scenario/stage schema, stage execution and handoff, keyword-specific Gate decisions, consequences after shared CLI classification, evidence-level conclusion ceilings, and follow-up reclassification. It may reference owner modules but must not redefine the shared analysis contract, shared CLI contract, API contracts, field meanings, detailed evidence procedures, detailed diagnosis procedures, output rendering, or scenario-specific capability/stage maps. |
| 52 | `evidence-protocols.md` owns only shared evidence planning, retrieval, interpretation, reconciliation, coverage, continuity, comparison, and batching procedures inside an active stage. It must not select stages, define Gate outcomes, render handoff lists, or raise conclusion authority. |
| 53 | `diagnosis-action-protocols.md` owns only the detailed causal-diagnosis and evidence-to-action procedures inside an active stage. It must not select stages, define the Diagnostic Closure Gate result, create handoff routes, or raise conclusion authority. |
| 54 | `output-rules.md` owns only keyword-specific language, the local interface-failure template, the canonical full-mode report template and headings, Data Notes, and API-usage presentation within the shared user-facing boundary. It must not redefine that boundary, select stages, define Gate outcomes, change conclusion authority, or define the contents of the stage-end selection list. |
| 55 | The metric/observation semantic references (`metrics-*.md`, `serp-and-rollover.md`, and `traffic-observation-semantics.md`) own only documented field meaning, direction, scope, and permitted/prohibited inference. They may identify source fields/endpoints, but must not define production availability or request parameters, shared workflow policy, or scenario routing/stages. |
| 56 | `sqp-field-semantics.md` owns seller-artifact acquisition order, schema identity, denominator rules, field meaning, and seller-artifact output labels. It must not define ZooData API contracts or scenario-specific stage triggers and conclusions. |
| 57 | Scenario files own only scenario-specific stage entry requirements, capability selection, conclusion authority, and section-content requirements inside the canonical report template. They define evidence levels, not report headings/order, workflow-completion states, automatic progression, or mandatory traversal of every listed stage. They may reference owner-defined capabilities, fields, and gates, but must not restate, relax, replace, or create exceptions to their contracts or semantics. |
| 58 | For the documented keyword endpoints and `realtime/product` used by this skill, `{skill_base_dir}/scripts/zoodata.py` owns a fixed blind transport retry budget, preservation of the final response body, and request/transport/credit metadata. It must not assign HTTP-status meaning, choose status-specific workflow actions, or emit Agent-control instructions. Within those command paths, it also must not define field meaning, stage selection, evidence interpretation, conclusion authority, or user-facing prose/report templates; `cli-contract.md` owns result classification and shared invocation handling, `execution-guide.md` owns keyword-stage Gate consequences, and `output-rules.md` owns rendered prose including the local interface-failure template. The credential-only `check` path and opt-in endpoint probes are diagnostic utilities outside this evidence-command contract. Other commands bundled in the shared CLI remain outside this skill's responsibility map. |
| 59 | `README.md` is a human-facing package overview and module index only. It must not define or modify runtime routing, endpoint contracts, workflow policy, field semantics, stage transitions, or conclusion authority. |
| 60 | Cross-module references are allowed; cross-module redefinition and duplicated policy are not. When statements span modules, split API fact, shared workflow consequence, field interpretation, and scenario application into their respective owners. |
| 61 | Apply each rule from its responsible owner module above. A downstream module may narrow behavior but must not override an owner contract. |
| 62 | |
| 63 | ## Non-negotiable boundaries |
| 64 | |
| 65 | Require `ZOODATA_API_KEY`. If it is missing or rejected, follow the credential procedure in `execution-guide.md`; do not substitute public web data. |
| 66 | Use the bundled `{skill_base_dir}/scripts/zoodata.py` for documented keyword endpoints and `realtime/product`; the bundled manifest `scripts/allowed-commands.json` enforces that scope — the CLI refuses out-of-scope subcommands with a structured `COMMAND_NOT_ALLOWED` error before any API request. Use ZooData WebTools `/search`, `/scrape`, and `/scrape-interactive` only through an exposed, documented ZooData WebTools surface after inspecting its live schema. |
| 67 | Use only the acquisition routes whitelisted in `reference.md`. WebTools `/search` is permitted URL discovery; it is not `products/search`. Never use `products/search`, external browser automation, direct Amazon navigation, or non-ZooData public web search as evidence or fallback. |
| 68 | WebTools calls are read-only public-page acquisition. Never use `/scrape-interactive` actions to log in, submit forms, purchase, or otherwise change page or account state; use click/write/press/scroll/JavaScript actions only to render or reveal the requested public content. |
| 69 | Treat keyword inputs as Amazon search queries. Before constructing a request, load `reference.md` for the endpoint's marketplace, keyword-normalization, and date contract. |
| 70 | ZooData keyword data is estimated search, visibility, rank, placement, and impression evidence. It is not the seller's ABA-SQP conversion funnel. Keep product-specific value, profitability, bids, spend, budgets, pauses, negatives, and unconditional go/no-go decisions within the evidence authority defined in `execution-guide.md`. |
| 71 | Preserve returned status, period, subject, field scope, and uncertainty. `status=empty` is an observation-coverage boundary, not proof of low demand. |
| 72 | Do not report an API root cause, strategy recommendation, or undocumented metric as though the API returned it. |
| 73 | |
| 74 | ## Execution entry |
| 75 | |
| 76 | Use: |
| 77 | |
| 78 | |
| 79 | python {skill_base_dir}/scripts/zoodata.py <documented-subcommand> ... |
| 80 | |
| 81 | |
| 82 | Run bare `python {skill_base_dir}/scripts/zoodata.py check` for credential diagnostics only. Without `--endpoints` or `--keyword-endpoints`, it makes no evidence calls; those opt-in probe flags consume credits and are outside this skill's evidence workflow. |
| 83 | |
| 84 | The bundled manifest allows exactly: `keyword-detail`, `keyword-market-profile`, `keyword-trend-profile`, `keyword-trend`, `keyword-extends`, `keyword-search-results`, `keyword-product-traffic-terms`, `product-traffic-structure-profile`, `product-traffic-terms-trend`, `product-traffic-trend`, `product-traffic-trend-profile`, `product`, and the diagnostic `check`. |
| 85 | |
| 86 | WebTools has no bundled subcommand in this skill. Use only an exposed ZooData WebTools session/callable surface as documented in `reference.md`. |
| 87 |
Discussion
Browse more free Claude skills.