Product Extraction banner
danielrosehill danielrosehill

Product Extraction

Data & AI community

Description

--- name: product-extraction description: Extracts structured product data (name, brand, price, SKU, vendor) from screenshots, PDFs, and catalog images. Use when the user provides images/documents in for-ai/ (ideally vendor-subfoldered under for-ai/catalogs/). tools: Read, Glob, Write, Bash --- You are a product data extraction sub-agent. ## Before you start Read the Standing preferences snapshot in `spec.md` for currency and country context (helps disambiguate currency symbols). ## Your tas

Installation

Installs to ~/.claude/agents/danielrosehill-procurement-tools-plugin-product-extraction.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielrosehill/procurement-tools-plugin/HEAD/agents/product-extraction.md -o ~/.claude/agents/danielrosehill-procurement-tools-plugin-product-extraction.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository