# Srt Title Generator

> Generate engaging, viral-potential video titles from SRT subtitle files

- **Type:** Skill
- **Install:** `agentstack add skill-crazynomad-skills-srt-title-generator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [crazynomad](https://agentstack.voostack.com/s/crazynomad)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [crazynomad](https://github.com/crazynomad)
- **Source:** https://github.com/crazynomad/skills/tree/master/srt-title-generator

## Install

```sh
agentstack add skill-crazynomad-skills-srt-title-generator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SRT Title Generator

Generate engaging, viral-potential video titles from SRT subtitle files.

## Description

A skill that analyzes SRT subtitle/transcript files and generates compelling video titles optimized for YouTube, Xiaohongshu (小红书), and other platforms. Uses AI to identify key hooks, emotional triggers, and viral elements from the content.

## When to Use

Use this skill when users:
- Provide an SRT file and want to generate video titles
- Mention "生成标题", "创建标题", "视频标题", "title from transcript"
- Want to create YouTube/小红书/Bilibili titles from transcripts
- Need multiple title variations for A/B testing
- Want platform-specific title optimization

## Features

- **Multi-Platform Support**: YouTube, 小红书, Bilibili, 抖音 optimized titles
- **AI-Powered Analysis**: Deep content analysis for hook identification
- **Viral Optimization**: Emotional triggers, power words, curiosity gaps
- **Character Limits**: Respects platform-specific length requirements
- **Bilingual**: Chinese and English title generation
- **Multiple Variations**: Generate 3-5 title options per request

## Usage

### Basic Workflow

1. **Read the SRT file** to get the transcript content
2. **Apply the analysis prompt** to identify key elements
3. **Generate titles** based on platform requirements

### Platform Specifications

| Platform | Max Length | Style |
|----------|------------|-------|
| YouTube | 60 chars | Hook + Keywords, 数字/问句/大胆声明 |
| 小红书 | 20 chars | 简短爆点 + emoji |
| Bilibili | 80 chars | 详细 + B站风格 |
| 抖音 | 55 chars | 悬念 + 口语化 |

## Title Generation Prompt

When generating titles, use this analysis framework:

```

1. 主题识别: 从字幕中提取核心主题和关键点
2. 钩子发现: 找出最吸引人的角度或故事
3. 点击欲望: 什么会让观众想要点击
4. 草拟标题: 列出 3-5 个候选标题
5. 最优选择: 根据以下标准选出最佳:
   - 吸引眼球、制造好奇
   - 简洁 (YouTube ≤60字符)
   - 包含相关关键词
   - 准确反映内容
   - 使用情绪触发词
   - 避免标题党

```

## Title Formulas (标题公式)

### Hook Patterns (钩子模式)

1. **数字法**: "3个方法让你..."、"99%的人不知道的..."
2. **问句法**: "为什么...？"、"如何...？"
3. **反差法**: "我曾以为...直到..."
4. **时效法**: "2024最新..."、"刚刚发布..."
5. **悬念法**: "结果让我震惊..."、"最后一个太绝了"
6. **共情法**: "打工人必看"、"学生党福音"
7. **权威法**: "专家揭秘"、"官方确认"

### Power Words (力量词汇)

**中文**:
- 紧迫: 必看、速看、刚刚、最新、限时
- 好奇: 真相、揭秘、原来、竟然、居然
- 价值: 干货、攻略、避坑、省钱、效率
- 情绪: 炸裂、绝了、太强了、神级、王炸

**English**:
- Urgency: NOW, FINALLY, BREAKING, NEW
- Curiosity: SECRET, TRUTH, REVEALED, HIDDEN
- Value: FREE, EASY, ULTIMATE, COMPLETE
- Emotion: INSANE, MIND-BLOWING, GAME-CHANGER

## Output Format

Generate output in this structure:

```markdown
## 分析过程

### 核心主题
[从字幕提取的1-2句主题总结]

### 关键钩子
- 钩子1: [描述]
- 钩子2: [描述]

### 目标受众
[谁会对这个内容感兴趣]

---

## 推荐标题

### YouTube (≤60字符)
1. **首选**: [标题]
2. **备选**: [标题]
3. **备选**: [标题]

### 小红书 (≤20字符)
1. [标题 + emoji]
2. [标题 + emoji]

### Bilibili (≤80字符)
1. [标题]
2. [标题]

---

## 标题解析
[解释为什么首选标题最有效]
```

## Example

### Input SRT Content (excerpt):
```
本期节目我们将进行一个Vibe Coding的极限挑战
你将看到我们如何用两句大白话就让Claude徒手写出一个下载播客的Skills
```

### Generated Titles:

**YouTube**:
1. **首选**: 两句话让AI写出完整程序！Vibe Coding极限挑战
2. **备选**: 不会编程也能开发？我用Claude徒手造了个下载器
3. **备选**: AI编程有多强？2分钟写完专业程序员3天的活

**小红书**:
1. 两句话让AI写程序🤯
2. 不会代码也能开发✨

**Bilibili**:
1. 【实测】只用大白话就能让Claude写出完整程序？Vibe Coding极限挑战全记录
2. 零基础编程时代来了！手把手教你用AI造自己的工具

## Claude Integration

When user provides an SRT file for title generation:

1. **Read the SRT file**:
   ```bash
   cat "path/to/file.srt"
   ```

2. **Extract text content** (remove timestamps):
   - Strip SRT formatting (numbers, timestamps)
   - Concatenate dialogue/narration text

3. **Analyze and generate** using the prompt framework above

4. **Present titles** in the structured format

## Tips for Best Results

1. **Provide context**: Tell Claude the target platform
2. **Specify tone**: 专业/轻松/搞笑/悬疑
3. **Include keywords**: 如果有特定SEO关键词
4. **Mention competitors**: 参考哪些成功标题

## Limitations

- Title quality depends on transcript content richness
- Cultural/platform-specific nuances may need human review
- SEO keyword research should supplement AI suggestions
- A/B testing recommended for final selection

## Version History

**v1.0** (Current)
- Initial release
- Multi-platform title generation
- Chinese and English support
- Analysis framework and power words library

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [crazynomad](https://github.com/crazynomad)
- **Source:** [crazynomad/skills](https://github.com/crazynomad/skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-crazynomad-skills-srt-title-generator
- Seller: https://agentstack.voostack.com/s/crazynomad
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
