# Short Form Hook Generator

> Generates 15-second viral hooks for TikTok/Reels/Shorts based on ad copy soundbytes.

- Skill: `majiayu000/short-form-hook-generator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/short-form-hook-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/short-form-hook-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/short-form-hook-generator

---


# Short Form Hook Generator

This skill extracts and refines "scroll-stopping" moments for short-form video content.

## Input Variables
- [AD_CAMPAIGN_DOSSIER] (from pre-launch-ads)
- [MDS] (Messaging Direction Summary)

## The Protocol
1.  **Soundbyte Extraction**: Identify punchy sentences from the Ad Copy that are under 5 seconds when spoken.
2.  **Visual Pairing**: For each hook, describe the visual action that happens immediately (the "Pattern Interrupt").
3.  **Hook Categories**: Generate hooks in these buckets:
    - **Negative/Warning**: "Stop doing this..."
    - **Curiosity/Secret**: "The #1 reason..."
    - **Outcome/Benefit**: "How I got [Result] in [Time]..."
    - **Visual Oddity**: (Describing a weird visual) "What is this thing?"
4.  **Scripting**: Write the first 15 seconds of the script.

## Output Instructions
Render into `templates/viral-hooks.md`.


## Integration & Technical Specs

### API Specification
- **ID**: `short-form-hook-generator`
- **Path**: `skills/short-form-hook-generator/templates/viral-hooks.md`
- **Context**: Part of *Social & Community*

### Data Flow
- **Input**: Derived from project context and upstream skills.
- **Output**: Generates `viral-hooks.md`.

### CLI Usage
```bash
bun scripts/cli.ts activate short-form-hook-generator
```

