aside-site-amazon

aside-site-amazon is a skill for Claude Code, Codex from KunanonJ/ai-skills-hub. It costs 15 tokens per session (389 once invoked), scanned A, original, MIT.

A set of instructions for using Amazon to search for products, view orders, manage the cart, and work with account details.

In plain words
What is it for?
Finding products, checking orders, viewing invoices, handling returns, changing cart quantities, and continuing toward checkout.
Why use it?
It gives the agent reliable Amazon pages and helps it avoid confusion when pages contain large amounts of content.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Finding products, checking orders, viewing invoices, handling returns, changing cart quantities, and continuing toward checkout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kunanonj/ai-skills-hub/aside-site-amazon
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 KunanonJ/ai-skills-hub --skill aside-site-amazon
Clone the repo
git clone --depth 1 https://github.com/KunanonJ/ai-skills-hub

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 aside-site-amazon

README.md
[![agentmods](https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-site-amazon/github.svg)](https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-site-amazon)
Your own site
<a href="https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-site-amazon"><img src="https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-site-amazon/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 aside-site-amazon

Your own site · 80×15
<a href="https://agentmods.dev/skills/kunanonj/ai-skills-hub/aside-site-amazon"><img src="https://agentmods.dev/badge/skills/kunanonj/ai-skills-hub/aside-site-amazon.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 389 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00015 $0.00389
Opus 5 $0.00008 $0.00195
Sonnet 5 $0.00003 $0.00078
Haiku 4.5 $0.00002 $0.00039

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

Security

Grade A, and why

aside-site-amazon 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 8d ago.

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.

skills/aside-site-amazon/SKILL.md · 42 lines

What it actually says

Amazon

Canonical URLs

  • Home: https://www.amazon.com/
  • Search: https://www.amazon.com/s?k=${query}
  • Orders: https://www.amazon.com/gp/css/order-history?ref_=nav_orders_first
  • Cart: https://www.amazon.com/gp/cart/view.html?ref_=nav_cart
  • Account: https://www.amazon.com/gp/css/homepage.html

Efficient Snapshot Strategy

Amazon's snapshot results are large. You should use below selectors to minimize the amount of content captured. If it's updated, please update this SKILL.md to reflect the new selector.

  • On search result page: use snapshot(page, { selector: '[data-component-type="s-search-results"]' })
  • On cart page: snapshot(page, { selector: '#activeCartViewForm' }).
    • Checkout button is outside the form and it can be found via <input name="proceedToRetailCheckout">

Working style

  • Avoid the home page unless the user explicitly wants it. It is noisy and ad-heavy.
  • Before anything involving orders, returns, payments, or addresses, verify the active account and address in the header.
  • Prefer Your Orders for shipment, invoice, return, and rebuy tasks.
  • Prefer Cart for quantity and checkout-adjacent tasks.
  • Re-snapshot after navigation and after inline card expansion because Amazon frequently re-renders order cards.

Useful shortcuts

  • Search: Option+/
  • Cart: Shift+Option+C
  • Home: Shift+Option+H
  • Orders: Shift+Option+O
  • Shortcuts help: Shift+Option+Z
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. 8d ago First seen · 42 lines · 15 tokens per session scan A 00ce81d0dfc8

Subscribe to this mod's changes

aside-site-amazon is a skill published in the GitHub repository KunanonJ/ai-skills-hub (5 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 389 once invoked, about $0.0001 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-09-03.