skill
Datasheet Parser Agent
UnreviewedParses manufacturer PDF datasheets into structured wiki markdown via the ds-extract service, using Claude vision only on ambiguous bbox crops.
skill / ds-parser-agent
A Claude Code subagent that parses manufacturer PDF datasheets into structured wiki markdown. Delegates heavy extraction to the ds-extract service (docling + pdfplumber + PyMuPDF) and only uses Claude vision on the ~40 bbox crops the service couldn't resolve autonomously.
What it does
- Acquires the PDF (URL, local path, or queue item)
- Sends it to ds-extract for deterministic block extraction
- Processes the escalation queue (vision on ambiguous crops)
- Assembles structured wiki markdown from merged blocks
- Publishes to the Adom Wiki with diagrams and screenshots
When to use
Deploy this agent as a background worker for batch datasheet processing, or invoke it directly when you want to parse a specific IC datasheet into the wiki.
Requirements
adom-wikiCLI (installed by gallia)ds-queueCLI (installed by gallia)- Access to ds-extract service