asin-data-api

A product-data API for Amazon listings. An ASIN is Amazon's identifier for a specific product, and the API provides structured listing information.

In plain words
What is it for?
Getting ASIN details, pricing, reviews, seller information, and Amazon search results.
Why use it?
It avoids manually checking Amazon pages when researching products, sellers, prices, or reviews.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/withoneai/one-agent-plugin/asin-data-api
Any agent
npx skills add withoneai/one-agent-plugin --skill asin-data-api
Clone the repo
git clone --depth 1 https://github.com/withoneai/one-agent-plugin

Made for: Claude Code, Codex.

Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,025 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00127 $0.02025
Opus 5 $0.00063 $0.01012
Sonnet 5 $0.00025 $0.00405
Haiku 4.5 $0.00013 $0.00202

Measured yesterday against content hash 180c95400863, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

asin-data-api scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

platforms/one-asin-data-api/skills/asin-data-api/SKILL.md · 111 lines

How it starts

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

ASIN Data API through One

ASIN Data API is a product data API for Amazon listings that provides structured access to ASIN details, pricing, reviews, seller information, and search results, allowing developers, eCommerce teams, and analysts to automate catalog monitoring, research, and marketplace intelligence workflows.

One exposes ASIN Data API through four MCP tools. The table below carries real action ids from One's knowledge base, so for a common operation you can skip search and go straight to reading the action's parameters.

How to run an action

  1. Find the action in the table below, or call search_one_platform_actions with platform asin-data-api if it is not listed.
  2. Call get_one_action_knowledge with the action id. Do this every time, including for actions in this table. The table gives you the id, not the parameters.
  3. Call execute_one_action with parameters copied from that knowledge.

Never guess a parameter name, a body field, or an enum value. The knowledge has the real schema, and a guessed field is either a 400 or a silent write of the wrong thing.

Before you start

Call list_one_integrations once and confirm ASIN Data API is connected. If it is missing, the user has not connected it: say so and point them at https://app.withone.ai rather than reaching for raw HTTP.

Each connection carries an access field. If it reports {"policy": "methods", "methods": ["GET"]} the agent is read-only here, so plan a read-only answer instead of attempting a write that will be refused.

Before a write

Creates, updates, deletes and sends land on a real ASIN Data API account and cannot be recalled. State the action and the specific target in one line before the first write in a task, and let the user stop you. Reads need no confirmation.

Actions

Collections

Action Method Path Action id
Get a Collection GET /collections/{{id}} conn_mod_def::GMTsMvy7khU::---IHasrRceDj5LB2D9vkg
Get a Collection Result Set as CSV GET /collections/{{id}}/results/{{id2}}/csv conn_mod_def::GMTsM7POMTQ::zpUQZNTeT5OpDQzZ0b_0aw
Get CSV Download Links for a Collection's Requests GET /collections/{{id}}/requests/csv conn_mod_def::GMTsMw8_I8c::GSkUW9C3QMW_KDThnx3Q9g
Get JSON Download Links for a Collection's Requests GET /collections/{{id}}/requests/json conn_mod_def::GMTsMu00kd0::r1vDdZm7QR6Rp2BAcYep0g
Get Result Set as JSON Lines for a Collection GET /collections/{{id}}/results/{{id2}}/jsonlines conn_mod_def::GMTsM6pcv-c::WX6I_ejASvOexysvACvHrQ
List Collections GET /collections conn_mod_def::GMTsMerd8YY::YciXfLO4QSSe_T0MKIbu0Q
Resend Webhook for a Collection Result Set GET /collections/{{id}}/results/{{id2}}/resendwebhook conn_mod_def::GMTsM7XG2kk::xgudqyqYT4y4jFlFZIhHlQ
Start a Collection GET /collections/{{id}}/start conn_mod_def::GMTsM6fHSEM::DWS5mRN2RBOIZUZzxI1D5A
Stop a Collection GET /collections/{{id}}/stop conn_mod_def::GMTsNEEIsAQ::XBwv0j6xRZy3hJezVFcCbA
Stop All Collections GET /collections/stopall conn_mod_def::GMTsND6Ji24::RmKNt-o_R4iu7xzmnjtncg
Add Requests to a Collection PUT /collections/{{id}} conn_mod_def::GMTsNIQnPz8::IDMKWCmOTdCoq04i_A2UvA
Clear a Collection's Requests DELETE /collections/{{id}}/clear conn_mod_def::GMTsMjiQsH0::4eVA5-deTw-sXCqaPR7joQ

Read the full file on GitHub · 111 lines

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. yesterday First seen · 111 lines · 0 tokens per session scan A 180c95400863

Subscribe to this mod's changes

asin-data-api is a skill published in the GitHub repository withoneai/one-agent-plugin (1 stars, last pushed 12d ago), licensed MIT. It adds 127 tokens to every session and 2,025 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

p-image-try-on

Use when someone wants virtual try-on — dress a person in clothes from reference photos for fashion or ecommerce.

PrunaAI/pruna-skills · 27 tokens

managing-integrations

Manage Celigo integrations -- the named containers that group flows, APIs, Tools, connections, scripts, and settings so a body of automation is organized, secured, and evolved as one unit. Covers plain integrations vs Integration Apps, parent/child hierarchies, cloning with connection remap, moving resources between…

celigo/ai · 120 tokens

ada-diamonds-commerce

Overview of agentic checkout at Ada Diamonds, covering OpenAI Agentic Commerce Protocol (ACP) checkout sessions at https://www.adadiamonds.com/api/acp/checkoutsessions, the ACP product feed, Google Universal Commerce Protocol (UCP) discovery at /.well-known/ucp, sandbox behaviour, and the delegated Stripe…

adadiamonds/agent-tools · 110 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens

cabloy-worktree-environment

This skill must be used only when the user explicitly invokes /cabloy-worktree-environment or explicitly asks to perform the named Cabloy worktree-environment setup. It prepares a confirmation-gated, worktree-local Vona and Zova runtime environment for a linked Cabloy Basic or Cabloy Start Git worktree using Git…

cabloy/cabloy · 126 tokens