structured-extraction
Installation
SKILL.md
Structured Extraction
Use this skill when extracting data that must match a specific JSON schema.
Strategy by task type
Simple query (single fact or small object)
- Search for relevant results.
- Scrape promising results with a targeted query.
- Build the result object and call formatOutput immediately.
Single target research (one entity, multiple fields)
- Search for relevant URLs.
- Scrape to extract data — stay in the orchestrator unless you have many independent sources (roughly 5+) where parallel workers clearly help.
- Compile findings and call formatOutput.