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.mdsource content
Content Analysis Skill
Extraction Framework
For any content (article, video, podcast, document):
- Summary — 25-50 word overview
- Key Ideas — 5-15 most important ideas
- Insights — Non-obvious observations
- Quotes — Notable direct quotes
- Habits — Actionable habits mentioned
- Facts — Surprising or important facts
- Recommendations — Books, tools, resources mentioned
- 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]