# Score Hook

> Score the first 3 seconds of a video for hook strength.

- Skill: `tfcbot/score-hook` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tfcbot/score-hook`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tfcbot/score-hook/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tfcbot (https://skillmd.com/u/tfcbot)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tfcbot/score-hook

---


# score-hook

Trim the first 3 seconds and run Gemini to score hook strength and suggest improvements.

## Providers

- **Gemini** — https://ai.google.dev/gemini-api/docs/video-understanding
- **ffmpeg** — local — install via `brew install ffmpeg`

## Steps

1. Trim first 3s
2. Gemini score hook strength

## Input

- video

## Output

- score + suggestions

