ai-parsing-data
Installation
SKILL.md
Build an AI Data Parser
Guide the user through building AI that pulls structured data out of messy text. Uses DSPy extraction — define the output shape, and the AI fills it in.
Step 1: Define what to extract
Ask the user:
- What are you parsing? (emails, invoices, resumes, transcripts, articles, forms, etc.)
- What fields do you need? (names, dates, amounts, entities, etc.)
- Are any fields optional? (some documents might not have every field)
- What's the output format? (flat fields, list of objects, nested structure)
- Do you have examples of correct extractions? (even a few help with optimization)
Step 2: Build the parser
Simple field extraction
For pulling a known set of fields from text: