What problem does it solve? Data exports often contain only URLs and IDs pointing to external content, leaving comments orphaned from their parent context and voted items as bare permalinks. This Skill resolves those references by fetching, deduplicating, caching, and joining linked content back to source records so downstream analysis has complete data. ## Core Features & Use Cases - Tiered Hydration Pipeline: Enriches comments with parent post and parent comment context (Tier 1), fetches voted and saved content (Tier 2), and catalogs external URLs by domain and category without fetching them (Tier 3). - Resumable Fetching: Uses per-tier checkpoint files, disk-cached JSON responses, and exponential backoff on rate limits so interrupted runs resume without re-fetching. - Auth-Free Reddit Access: Appends .json to Reddit permalinks to retrieve structured post and comment data without API credentials. - Use Case: You have a Reddit data export where 1,716 comments reference only a few hundred unique parent posts. Run this Skill to fetch each unique URL once, join parent titles and bodies back to every comment, and produce enriched CSVs plus a coverage manifest for downstream voice-analysis agents. ## Quick Start Use the content-hydration skill to enrich my cleaned Reddit export CSVs by fetching parent context and voted content into data/enriched/.