title-generator
2
总安装量
2
周安装量
#70493
全站排名
安装命令
npx skills add https://github.com/bennettphil/skill-title-generator --skill title-generator
Agent 安装分布
amp
2
gemini-cli
2
github-copilot
2
codex
2
kimi-cli
2
opencode
2
Skill 文档
Title Generator
Generate compelling, authentic article titles from content ideas ranging from a rough one-sentence concept to a full article draft.
Purpose
Coming up with good titles is hard. This skill takes your article idea or draft and produces multiple title options that are intriguing and clickable while staying authentic to the content. It uses pattern-based generation with proven title formulas adapted to your specific topic.
Instructions
- Pipe your article idea or draft into
scripts/run.sh - The tool generates 5 title options by default
- Use
--count Nto customize the number of titles - Use
--style STYLEto target a specific tone (professional, casual, provocative, how-to) - Use
--format jsonfor structured output
Inputs
- Article idea or draft text via stdin or
--input "text" --count Nâ Number of titles to generate (default: 5)--style STYLEâ Tone:mixed(default),professional,casual,provocative,how-to--format FORMATâ Output:text(default),json--helpâ Show usage
Outputs
Each generated title, one per line. JSON format includes title text and the formula pattern used.
Constraints
- Titles are generated using combinatorial pattern matching, not AI
- Results depend on keyword extraction from the input
- Very short inputs (under 3 words) may produce generic titles
- The tool avoids sensationalist patterns like “You Won’t Believe…” or “SHOCKING…”