agentready-store-audit

agentready-store-audit is a skill for Claude Code, Codex from agentready-market/agentready. It costs 77 tokens per session (800 once invoked), scanned A, a copy of agentready-store-audit, MIT.

An audit tool for online shops that checks how well an AI shopping agent can find products, understand the store, and buy from it.

In plain words
What is it for?
Checking an e-commerce store before an automated purchase, comparing stores, and reviewing its support for agent-shopping protocols.
Why use it?
It shows where a shop may be difficult for automated shopping systems to use and provides a readiness score with suggested fixes.

Skill for Claude CodeCodex

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

Good fit Checking an e-commerce store before an automated purchase, comparing stores, and reviewing its support for agent-shopping protocols.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentready-market/agentready/agentready-store-audit
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 agentready-market/agentready --skill agentready-store-audit
Clone the repo
git clone --depth 1 https://github.com/agentready-market/agentready

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 agentready-store-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentready-market/agentready/agentready-store-audit.svg)](https://agentmods.dev/skills/agentready-market/agentready/agentready-store-audit)
Your own site
<a href="https://agentmods.dev/skills/agentready-market/agentready/agentready-store-audit"><img src="https://agentmods.dev/badge/skills/agentready-market/agentready/agentready-store-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 800 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00077 $0.00800
Opus 5 $0.00039 $0.00400
Sonnet 5 $0.00015 $0.00160
Haiku 4.5 $0.00008 $0.00080

Measured 7d ago against content hash a556f7eed565, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

agentready-store-audit scanned grade A 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 7d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl "https://www.agentready.market/api/v1/scan?url=STORE_URL&vertical=general"
Origin

This is a copy

100% identical to agentready-store-audit — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/agentready-store-audit/SKILL.md · 71 lines

How it starts

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

AgentReady store audit

Score, out of 100, how well an AI shopping agent can find, understand and buy on an e-commerce store — plus the top fixes. Free, keyless, deterministic (same store → same score). Service: https://www.agentready.market

When to use

  • The user asks "is my store ready for AI shopping agents?" or wants an agent-readiness / AOO audit of a shop.
  • You are about to attempt a purchase on a store on the user's behalf — check it first; a "capped" store blocks agents and the attempt will fail.
  • The user wants to compare stores or find one agents are known to work on.

Not for: news/SaaS/content sites (this audits e-commerce transactions), or "does ChatGPT cite my brand" questions (that's discovery/AEO — different job).

How

Preferred — MCP (Streamable HTTP, no auth): register https://www.agentready.market/mcp and call:

  • check_merchant_readiness(host) — score, grade, capped status, protocol adoption (UCP/A2A/ARD) for any already-scanned host. Never triggers a new scan of a third-party site.
  • get_readiness_report(host) — the full per-check public report.
  • list_agent_ready_stores(vertical?, limit?) — the Agent-Ready Index (grade B+ stores, ranked): where agents succeed.

REST fallback (also keyless):

# Fresh scan of the USER'S OWN store (~30s, synchronous)
curl "https://www.agentready.market/api/v1/scan?url=STORE_URL&vertical=general"
# Read a stored report
curl "https://www.agentready.market/api/v1/scan/SCAN_ID.json"

Interpreting the result

  • score /100 and grade A–E: A/B = agents can buy (Index-listed); C/D = partial; E = not usable by agents.
  • capped: true = an access hard-block (robots/bot-wall) caps the whole score — agents are blocked at the door; this is always fix #1.
  • top_fixes = highest-impact remediations, each with impact points and effort; relay them in order.
  • neighbors = 2 stores above / self / 2 below on the Index — give the user a concrete score to beat.
  • report_url = shareable human report; include it in your answer.

Read the full file on GitHub · 71 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. 7d ago First seen · 71 lines · 77 tokens per session scan A a556f7eed565

Subscribe to this mod's changes

agentready-store-audit is a skill published in the GitHub repository agentready-market/agentready (0 stars, last pushed 25d ago), licensed MIT. It adds 77 tokens to every session and 800 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to agentready-store-audit, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 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

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens