amazon-catalog-auditorlisted
Install: claude install-skill BWB03/amazon-catalog-auditor-skill
# Amazon Catalog Auditor
Audit Amazon Category Listing Reports using the `amazon-catalog-cli` tool. Identifies missing attributes, RUFUS bullet issues, title problems, and other catalog health concerns.
## Overview
This skill wraps the `amazon-catalog-cli` PyPI package (v2.0.0+) to provide automated CLR analysis. When a user asks to audit a CLR, check catalog health, or analyze Amazon listings, this skill:
1. Locates the CLR file (uploaded or path provided)
2. Runs appropriate catalog queries
3. Parses and presents results in human-readable format
4. Provides actionable recommendations
5. Detects marketplace and flags non-US CLRs
> **Note:** v2.0 of amazon-catalog-cli now includes a built-in MCP server (`catalog mcp`) and `SKILL.md`. For MCP-compatible clients (Claude Desktop, CLR Pro), the CLI itself is a first-class agent surface. This OpenClaw skill remains useful for OpenClaw-specific workflows.
**v2.0.0 (Agent-First Redesign):**
- **MCP server** - `catalog mcp` exposes tools for Claude Desktop and MCP clients
- **JSON/stdin input** - `--json` and `--stdin` flags for structured agent input
- **Schema introspection** - `catalog schema --format json` for auto-discovery
- **Field masks** - `--fields sku,severity,details` to reduce output
- **Pagination** - `--limit` and `--offset` for large catalogs
- **NDJSON streaming** - `--format ndjson` for line-by-line output
- **Input validation** - Rejects path traversal, injection, malformed input
**v1.3.0:**
- Marketplace de