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.
npx agentmods add skills/withoneai/one-agent-plugin/asin-data-apinpx skills add withoneai/one-agent-plugin --skill asin-data-apigit clone --depth 1 https://github.com/withoneai/one-agent-pluginWhat 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.
| Model | Per session | Once 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 |
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.
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
- Find the action in the table below, or call
search_one_platform_actionswith platformasin-data-apiif it is not listed. - Call
get_one_action_knowledgewith the action id. Do this every time, including for actions in this table. The table gives you the id, not the parameters. - Call
execute_one_actionwith 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 |
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.
- yesterday First seen · 111 lines · 0 tokens per session scan A 180c95400863
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.
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.
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…
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…
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.
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…
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…