con un clic
catskill-research
// Research events and conditions data for Catskill Crew newsletter. Use when gathering Instagram events, fetching sun/moon/weather data, or preparing data for newsletter writing.
// Research events and conditions data for Catskill Crew newsletter. Use when gathering Instagram events, fetching sun/moon/weather data, or preparing data for newsletter writing.
[HINT] Descarga el directorio completo de la habilidad incluyendo SKILL.md y todos los archivos relacionados
| name | catskill-research |
| description | Research events and conditions data for Catskill Crew newsletter. Use when gathering Instagram events, fetching sun/moon/weather data, or preparing data for newsletter writing. |
<essential_principles>
This skill gathers raw data for the Catskill Crew newsletter. It does NOT write newsletter content - use catskill-writer for that.
Research produces structured data saved to tmp/ for the writer skill to consume:
tmp/extraction/event_candidates.json - Parsed eventstmp/extraction/images/<handle>/ - Downloaded flyer imagestmp/conditions/ - Conditions data (optional)Images are critical. Many venues post event details only in flyer images, not captions. Always analyze downloaded images with Claude's vision. </essential_principles>
What would you like to research?Wait for response before proceeding.
| Response | Workflow | |----------|----------| | 1, "events", "instagram" | `workflows/research-events.md` | | 2, "conditions", "weather", "sun", "moon" | `workflows/research-conditions.md` | | 3, "both", "full", "newsletter" | Run both workflows sequentially |<reference_index>
All domain knowledge in references/:
Instagram: instagram-api.md, instagram-sources.md Conditions: conditions-sources.md Data Models: event-schema.md </reference_index>
<workflows_index>
| Workflow | Purpose |
|---|---|
| research-events.md | Scrape Instagram, download images, extract events |
| research-conditions.md | Fetch sun/moon/air/fire from free sources |
| </workflows_index> |
<success_criteria> Research is complete when:
tmp/extraction/event_candidates.jsoncatskill-writer skill
</success_criteria>