Transcript Intelligence
Overview
Turn public video transcripts into useful research and content assets. This skill is for extracting signal from spoken social video: hooks, claims, stories, objections, examples, CTAs, and reusable content angles.
When to Use
Use this skill when the user asks to:
- summarize a video, reel, short, TikTok, podcast clip, or social video
- analyze a creator's hooks or speaking style
- extract quotes, claims, examples, and CTAs from transcripts
- turn transcripts into social posts, scripts, newsletters, or content ideas
- compare what multiple creators say about a topic
Transcript Sources
| Platform |
Endpoint |
| TikTok |
/v1/tiktok/video/transcript |
| Instagram |
/v2/instagram/media/transcript |
| YouTube |
/v1/youtube/video/transcript, /v1/youtube/video |
| Facebook |
/v1/facebook/post/transcript |
| X/Twitter |
/v1/twitter/tweet/transcript |
| LinkedIn |
/v1/linkedin/post/transcript |
| Rumble |
/v1/rumble/video/transcript |
| Reddit video |
/v1/reddit/post/transcript |
If a detail endpoint already includes transcript text, use it. If transcript is unavailable, say so and fall back to title/caption/description only.
Workflow
Collect URLs or discover videos
- If URLs are provided, fetch each transcript directly.
- If a creator/channel is provided, first fetch recent posts/videos, then choose relevant videos.
Extract transcript text
- Preserve timestamps if provided.
- Keep source URL with each transcript.
- Do not hallucinate missing captions.
Segment the transcript
Break into:
- hook/opening
- setup/context
- main claim or lesson
- evidence/examples
- payoff
- CTA
Analyze the content
Extract:
- exact hooks
- claims and contrarian takes
- stories
- frameworks
- objections addressed
- emotional language
- quotable lines
- content atoms that stand alone
Synthesize across multiple transcripts
- Cluster by topic and angle.
- Count recurring themes.
- Identify repeated hook formulas.
- Flag the strongest examples with citations.
Output Format
# Transcript Intelligence Report
## TL;DR
- Main themes:
- Strongest hooks:
- Best reusable ideas:
## Transcript-by-Transcript Notes
### [Video title or URL](url)
- Hook: "..."
- Core idea: ...
- Best quote: "..."
- CTA: ...
- Content atoms:
1. ...
## Patterns Across the Set
| Pattern | Evidence | Example URLs |
|---|---|---|
## Hooks Swipe File
- "..."
- "..."
## Repurposing Ideas
- LinkedIn post:
- X thread:
- Short-form script:
- Newsletter section:
Common Pitfalls
- Do not summarize from the title alone if the user asked for transcript analysis. Fetch transcripts first.
- Do not lose exact wording. Hooks and quotes are more valuable verbatim.
- Do not treat AI-generated transcript text as perfect. If wording seems garbled, mark it as approximate.
- Do not mix source attribution. Every quote should trace back to a URL.
1---2name: transcript-intelligence-23description: Use when the user wants to summarize, analyze, or repurpose transcripts from TikTok, Instagram, YouTube, Facebook, X/Twitter, LinkedIn, Rumble, or Reddit video posts. Extracts hooks, claims, quotes, content atoms, themes, and reusable scripts.4license: MIT5---6
7# Transcript Intelligence
8
9## Overview
10
11Turn public video transcripts into useful research and content assets. This skill is for extracting signal from spoken social video: hooks, claims, stories, objections, examples, CTAs, and reusable content angles.
12
13## When to Use
14
15Use this skill when the user asks to:
16
17- summarize a video, reel, short, TikTok, podcast clip, or social video
18- analyze a creator's hooks or speaking style
19- extract quotes, claims, examples, and CTAs from transcripts
20- turn transcripts into social posts, scripts, newsletters, or content ideas
21- compare what multiple creators say about a topic
22
23## Transcript Sources
24
25| Platform | Endpoint |
26|---|---|
27| TikTok | `/v1/tiktok/video/transcript` |
28| Instagram | `/v2/instagram/media/transcript` |
29| YouTube | `/v1/youtube/video/transcript`, `/v1/youtube/video` |
30| Facebook | `/v1/facebook/post/transcript` |
31| X/Twitter | `/v1/twitter/tweet/transcript` |
32| LinkedIn | `/v1/linkedin/post/transcript` |
33| Rumble | `/v1/rumble/video/transcript` |
34| Reddit video | `/v1/reddit/post/transcript` |
35
36If a detail endpoint already includes transcript text, use it. If transcript is unavailable, say so and fall back to title/caption/description only.
37
38## Workflow
39
401. **Collect URLs or discover videos**
41 - If URLs are provided, fetch each transcript directly.
42 - If a creator/channel is provided, first fetch recent posts/videos, then choose relevant videos.
43
442. **Extract transcript text**
45 - Preserve timestamps if provided.
46 - Keep source URL with each transcript.
47 - Do not hallucinate missing captions.
48
493. **Segment the transcript**
50 Break into:
51 - hook/opening
52 - setup/context
53 - main claim or lesson
54 - evidence/examples
55 - payoff
56 - CTA
57
584. **Analyze the content**
59 Extract:
60 - exact hooks
61 - claims and contrarian takes
62 - stories
63 - frameworks
64 - objections addressed
65 - emotional language
66 - quotable lines
67 - content atoms that stand alone
68
695. **Synthesize across multiple transcripts**
70 - Cluster by topic and angle.
71 - Count recurring themes.
72 - Identify repeated hook formulas.
73 - Flag the strongest examples with citations.
74
75## Output Format
76
77```markdown
78# Transcript Intelligence Report
79
80## TL;DR
81- Main themes:
82- Strongest hooks:
83- Best reusable ideas:
84
85## Transcript-by-Transcript Notes
86### [Video title or URL](url)
87- Hook: "..."
88- Core idea: ...
89- Best quote: "..."
90- CTA: ...
91- Content atoms:
92 1. ...
93
94## Patterns Across the Set
95| Pattern | Evidence | Example URLs |
96|---|---|---|
97
98## Hooks Swipe File
99- "..."
100- "..."
101
102## Repurposing Ideas
103- LinkedIn post:
104- X thread:
105- Short-form script:
106- Newsletter section:
107```
108
109## Common Pitfalls
110
111- Do not summarize from the title alone if the user asked for transcript analysis. Fetch transcripts first.
112- Do not lose exact wording. Hooks and quotes are more valuable verbatim.
113- Do not treat AI-generated transcript text as perfect. If wording seems garbled, mark it as approximate.
114- Do not mix source attribution. Every quote should trace back to a URL.