Personal_AI_Infrastructure content-analysis

Content extraction and analysis for video, podcast, article, and YouTube content. Extracts structured insights, key takeaways, and wisdom. USE WHEN extract wisdom, content analysis, analyze content, insight report, analyze video, analyze podcast, extract insights, key takeaways, what did I miss, extract from YouTube.

install
source · Clone the upstream repo
git clone https://github.com/danielmiessler/Personal_AI_Infrastructure
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/danielmiessler/Personal_AI_Infrastructure "$T" && mkdir -p ~/.claude/skills && cp -r "$T/Releases/Pi/skills/content-analysis" ~/.claude/skills/danielmiessler-personal-ai-infrastructure-content-analysis && rm -rf "$T"
manifest: Releases/Pi/skills/content-analysis/SKILL.md
source content

Content Analysis Skill

Extraction Framework

For any content (article, video, podcast, document):

  1. Summary — 25-50 word overview
  2. Key Ideas — 5-15 most important ideas
  3. Insights — Non-obvious observations
  4. Quotes — Notable direct quotes
  5. Habits — Actionable habits mentioned
  6. Facts — Surprising or important facts
  7. Recommendations — Books, tools, resources mentioned
  8. Action Items — What to do with this knowledge

Output Format

## Content Analysis: [Title]

### One-Sentence Summary
[25-50 words]

### Key Ideas (ranked by importance)
1. [Idea]
2. [Idea]

### Insights
- [Non-obvious observation]

### Notable Quotes
> "Quote" — Speaker

### Action Items
- [ ] [Actionable takeaway]