zoodata

zoodata is a skill for Claude Code, Codex from SerendipityOneInc/ZooData-Skills. It costs 190 tokens per session (8,122 once invoked), scanned B, original, MIT.

An API reference and command-line interface for ZooData, a commerce data service focused on Amazon products, markets, competitors, prices, brands, keywords, and reviews. It describes how to send requests and interpret responses.

In plain words
What is it for?
Use it to query Amazon product and market data, analyze competitors and reviews, inspect prices and brands, and retrieve keyword trends and related information.
Why use it?
It gives agents a defined way to retrieve commerce data without building each request from scratch. It also documents authentication, endpoint parameters, and current field rules.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to query Amazon product and market data, analyze competitors and reviews, inspect prices and brands, and retrieve keyword trends and related information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serendipityoneinc/zoodata-skills/zoodata
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SerendipityOneInc/ZooData-Skills --skill zoodata
Clone the repo
git clone --depth 1 https://github.com/SerendipityOneInc/ZooData-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zoodata

README.md
[![agentmods](https://agentmods.dev/badge/skills/serendipityoneinc/zoodata-skills/zoodata/github.svg)](https://agentmods.dev/skills/serendipityoneinc/zoodata-skills/zoodata)
Your own site
<a href="https://agentmods.dev/skills/serendipityoneinc/zoodata-skills/zoodata"><img src="https://agentmods.dev/badge/skills/serendipityoneinc/zoodata-skills/zoodata/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for zoodata

Your own site · 80×15
<a href="https://agentmods.dev/skills/serendipityoneinc/zoodata-skills/zoodata"><img src="https://agentmods.dev/badge/skills/serendipityoneinc/zoodata-skills/zoodata.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 190 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,122 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Data Exfiltration · line 37
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Data Exfiltration · line 359
    Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
    Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
  • medium Privilege Escalation · line 85
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
  • medium Rogue Agent · line 85
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00190 $0.08122
Opus 5 $0.00095 $0.04061
Sonnet 5 $0.00038 $0.01624
Haiku 4.5 $0.00019 $0.00812

Measured 12d ago against content hash 7225b0b3043f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

zoodata scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/zoodata.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- `mkdir -p ~/.zoodata && chmod 700 ~/.zoodata && (umask 077; echo '{"api_key":"hms_live_xxx"}' > ~/.zoodata/config.json)` (persistent; keep the file private — 0600)
zoodata/SKILL.md · 360 lines

How it starts

The opening of the file, as written. The whole thing — 360 lines — stays where its author put it; the contents beside it link to each section on GitHub.

📋 Live API Reference: Field names and parameters may change. If you encounter field errors, check the latest OpenAPI spec at https://zoodata.ai/api/v1/openapi-spec for current field definitions. Keyword exception: the observation endpoints currently support granularity=week only. Do not reintroduce day, month, lately_day, or lookbackDays from a stale generated schema.

ZooData — Commerce Data Infrastructure for AI Agents

200M+ Amazon products. 22 endpoints. One API key.

Quick Start

  1. Get key: zoodata.ai/api-keys (1,000 free credits)
  2. export ZOODATA_API_KEY='hms_live_xxx'
  3. Base URL: https://api.zoodata.ai/openapi/v2 — all POST with JSON body
  4. Auth: Authorization: Bearer YOUR_API_KEY
  5. New keys need 3-5s to activate. If 403, wait and retry.

Capabilities & Data Flow

  • Network: only 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.
  • Execution: bundled shared ZooData CLI {skill_base_dir}/scripts/zoodata.py (Python 3, stdlib-only). This data-layer reference skill allows the complete literal subcommand surface exposed by the bundled client's current top-level help.
  • Local files: none by default; reads the optional credential store ~/.zoodata/config.json; the Local Review Toolkit uses a private temporary working dir (created with mktemp -d, removed when the fallback completes) during the review fallback.
  • Sent to the API: keywords, category paths, ASINs, marketplace/date and numeric filter values only. Never sent: budget, experience level, risk tolerance, or any other user-profile text — profile inputs map client-side to numeric filters.
  • Credits: every API call consumes account credits. For broad or ambiguous requests, state the estimated credit cost and confirm with the user before running multi-call scans.

Read the full file on GitHub · 360 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 360 lines · 190 tokens per session scan B 7225b0b3043f

Subscribe to this mod's changes

zoodata is a skill published in the GitHub repository SerendipityOneInc/ZooData-Skills (71 stars, last pushed 2d ago), licensed MIT. It adds 190 tokens to every session and 8,122 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

amzscout-research

Amazon-seller research using AMZScout tools — analyze a product by ASIN, evaluate a niche / category, pull keyword & PPC data, and explore a brand's Amazon catalog. Use whenever the user asks whether an Amazon product is worth selling, to analyze a niche or its competition, find/discover products, check a listing's…

amzscout-corp/amzscout-skill-mcp · 125 tokens

amazon-product-ranking

Invoke for ANY Amazon seller query about organic search ranking or product visibility in Amazon search results. Trigger signals: ASIN (B0...) plus ranking intent, page 1 goals, search position tracking, rank drops or recovery, ranking campaign setup, SFB (search-find-buy) parameters, cost or budget estimates for…

listingbureau/listingbureau-mcp · 144 tokens

ecommerce-visual-copywriting

A Chinese-language planning workflow for visual copy and storyboards for online-store product images and detail pages.

feichanggege/ecommerce-visual-copywriting-skill · 231 tokens

amazon-a-plus-content

Amazon A+ Content strategy and creation. Module layouts, persuasive copy, comparison charts, image briefs, and conversion optimization. Use when the user asks about A+ Content, Enhanced Brand Content, product storytelling, or Amazon listing enhancement.

nexscope-ai/Amazon-Skills · 51 tokens

amazon-display-ads

Amazon Sponsored Display campaign strategy and optimization. Audience targeting, retargeting campaigns, creative optimization, and performance management. Use when the user asks about Amazon display ads, audience targeting, retargeting, or Sponsored Display campaigns.

nexscope-ai/Amazon-Skills · 50 tokens

amazon-listing-images

Amazon product listing image strategy and optimization. Comprehensive shot planning, infographic design, lifestyle photography, mobile optimization, and conversion-focused visual content. Use when the user asks about Amazon images, product photography, visual optimization, or listing conversion.

nexscope-ai/Amazon-Skills · 51 tokens