ワンクリックで
highlight-finder
Analyze transcripts to identify the most engaging, quotable, or viral-worthy segments for short video clips.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Analyze transcripts to identify the most engaging, quotable, or viral-worthy segments for short video clips.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Calculate Four Pillars (四柱) from birth date/time using lunar calendar conversion. Foundation skill for all BaZi analysis.
Create and manage artifact.json for task outputs. Use when creating code files, documentation, or any files that should be tracked as artifacts.
Create and manage artifact.json for task outputs. Use at the START of every task to define planned deliverables before beginning research.
Provide career guidance and recommendations based on BaZi elemental strengths, Day Master traits, and current luck cycles.
Calculate and interpret 10-year luck cycles (大运) and annual fortune (流年) for timing insights and life trend predictions.
Analyze BaZi compatibility for romantic relationships (合婚). Examines elemental harmony, Day Master interaction, and long-term compatibility potential.
| name | highlight-finder |
| description | Analyze transcripts to identify the most engaging, quotable, or viral-worthy segments for short video clips. |
This skill analyzes video transcripts to identify the best segments for creating engaging short videos.
Find the best clips from: ./output/transcripts/VIDEO_ID.json
Find the funniest moments in the video
Find educational segments under 60 seconds
Find controversial or opinion statements
When analyzing for highlights:
cat ./output/transcripts/VIDEO_ID.json
Look for these engagement signals:
Strong Hooks (Great for video openings):
High-Value Segments:
Segment Criteria:
Rate each potential clip:
## 🎯 Top Clip Recommendations
### Clip 1: "The Secret to..." (⭐ Score: 9.2/10)
**Timestamp**: 02:34 - 03:15 (41 seconds)
**Hook**: "Nobody tells you this, but..."
**Why it works**: Strong curiosity hook + actionable advice
**Transcript preview**:
> "Nobody tells you this, but the real secret to productivity isn't about working harder..."
---
### Clip 2: "Personal Story" (⭐ Score: 8.7/10)
**Timestamp**: 08:12 - 09:01 (49 seconds)
**Hook**: "When I first started, I made this huge mistake..."
**Why it works**: Relatable failure story + lesson learned
**Transcript preview**:
> "When I first started, I made this huge mistake that cost me everything..."
---
### Clip 3: "Hot Take" (⭐ Score: 8.5/10)
**Timestamp**: 15:22 - 16:05 (43 seconds)
**Hook**: "Here's why everyone is wrong about..."
**Why it works**: Controversial opinion + generates discussion
**Transcript preview**:
> "Here's why everyone is wrong about remote work..."
---
## Summary
| # | Timestamp | Duration | Hook Type | Score |
|---|-----------|----------|-----------|-------|
| 1 | 02:34-03:15 | 41s | Curiosity | 9.2 |
| 2 | 08:12-09:01 | 49s | Story | 8.7 |
| 3 | 15:22-16:05 | 43s | Controversy | 8.5 |
**Next step**: Tell me which clip(s) you want to create, or say "create all" to generate all recommended shorts.
Saves analysis to: ./output/transcripts/{video_id}_highlights.json
{
"video_id": "VIDEO_ID",
"analyzed_at": "2024-01-01T12:00:00Z",
"total_duration": 600,
"highlights": [
{
"rank": 1,
"start": 154,
"end": 195,
"duration": 41,
"hook_type": "curiosity",
"score": 9.2,
"transcript": "Nobody tells you this...",
"recommended": true
}
]
}