amazon-catalog-cli CLAUDE.md

Project instructions for Catalog CLI Pro, a tool that audits Amazon category listing reports for catalog-quality problems.

In plain words
What is it for?
Use them when developing or using catalog scans, individual checks, schema inspection, terminal or file reports, the local API, or the MCP server.
Why use it?
They explain the project’s layers, data models, query plugins, interfaces, and supported output formats.

Instructions file

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 instructions/bwb03/amazon-catalog-cli/claude-md
Clone the repo
git clone --depth 1 https://github.com/BWB03/amazon-catalog-cli
Per session 363 This file is loaded in full into every session.
When invoked 363 The same file — it is already loaded in full.
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.00363 $0.00363
Opus 5 $0.00181 $0.00181
Sonnet 5 $0.00073 $0.00073
Haiku 4.5 $0.00036 $0.00036

Measured 3d ago against content hash a5b1a21b15d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

amazon-catalog-cli CLAUDE.md 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 3d 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.

CLAUDE.md · 45 lines

What it actually says

Catalog CLI Pro

Agent-native Amazon catalog auditing tool. Analyzes Category Listing Reports (CLR files) for quality issues across 13 checks.

Architecture

Three-layer design:

  • Core (catalog/core/) — engine, parser, models, validation, query engine, schema
  • Surfaces (catalog/surfaces/) — CLI (cli.py) and MCP server (mcp.py)
  • Queries (catalog/queries/) — 13 query plugins, each implements QueryPlugin.execute(listings, clr_parser)
  • API (api/) — FastAPI hosted service (local only, NOT pushed to public GitHub)

Key Patterns

  • Pydantic models for all request/response shapes (core/models.py)
  • Query plugins are auto-discovered from catalog/queries/
  • CLI uses Click, MCP uses FastMCP (stdio transport)
  • Output formats: terminal (Rich), JSON, CSV, NDJSON
  • Field masking and pagination supported across all surfaces

Commands

catalog scan my-catalog.xlsx           # Full audit
catalog check intent-bullets file.xlsx # Single query
catalog list-queries                   # Available queries
catalog schema                         # Schema introspection
catalog mcp                            # Start MCP server
catalog setup-claude                   # Configure Claude Code integration

Development

pip install -e ".[api]"    # Install with API dependencies
pytest                      # Run tests

Important

  • api/ directory contains the hosted API service — this is NOT pushed to the public GitHub repo
  • site/ directory contains the landing page for catalogcli.com
  • The package on PyPI is amazon-catalog-cli
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. 3d ago First seen · 45 lines · 363 tokens per session scan A a5b1a21b15d9

Subscribe to this mod's changes

amazon-catalog-cli CLAUDE.md is an instructions file published in the GitHub repository BWB03/amazon-catalog-cli (13 stars, last pushed 15d ago), licensed MIT. It adds 363 tokens to every session, about $0.0018 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-30.

Related

Other instructions, from other repositories

open-supermarkets AGENTS.md

Instructions for abracadabra50/open-supermarkets, covering agent integration guide, supported frameworks, quick integration, 1. add as skill and 2. agent calls commands.

abracadabra50/open-supermarkets · 3,643 tokens

eShopLite copilot-instructions.md

Instructions for Azure-Samples/eShopLite, covering eshoplite copilot instructions, project overview, architecture & patterns, critical workflows and project-specific conventions.

Azure-Samples/eShopLite · 1,027 tokens

armornglory-mcp-server CLAUDE.md

Claude Code instructions for ArmorNGlory/armornglory-mcp-server, covering claude desktop & claude code guidelines (armornglory mcp), 1. role & identity, 2. interaction protocol and 3. claude desktop configuration.

ArmorNGlory/armornglory-mcp-server · 461 tokens

voicetree CLAUDE.md

Claude Code instructions for voicetreelab/voicetree: ⛔ This is a NORMAL, WRITABLE checkout of THIS machine's own branch $VTDEVBRANCH (machine-local, set in /.env — e.g. dev-mac / dev-remote; never a literal in-repo; safe default dev-new). Edit & commit directly here (worktrees optional: vt-worktree ). vt-sync to pull…

voicetreelab/voicetree · 1,116 tokens

subscription-patterns AGENTS.md

AGENTS.md instructions for commet-labs/subscription-patterns, covering subscription patterns and skills.

commet-labs/subscription-patterns · 70 tokens

shopify-operations-mcp AGENTS.md

AGENTS.md instructions for jpka/shopify-operations-mcp, covering agents.md, working conventions and agent docs.

jpka/shopify-operations-mcp · 565 tokens