Skill
Blog Social Teaser
Write a short spoken teaser script for social video that hooks the topic and sends people to twistedbrackets.com to read or listen.
// writing;Behaviour
What it does
- Writes a 20–45 second spoken hook using post framing (in this post we cover…)
- Ends with a read-or-listen CTA to twisted brackets dot com
- Uses ElevenLabs break tags for natural teaser pacing
- Saves to src/content/social/{slug}.teaser.md for the video generator
When to use
Good fits
Creating Reels, Shorts, or LinkedIn video promos for a blog post
Before running generate:post-social-video
When you need a short voice-over, not a full article narration
Install
Get this skill
Uses Agent Kit via npx; no global install required.
Quick install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaserGlobal (Cursor)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser --global --agent cursorGlobal (Claude)
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser --global --agent claudeProject install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skills --skill blog-social-teaser --projectInteractive install
sh
npx @levi-putna/agent-kit@latest add levi-putna/skillsUninstall
sh
npx @levi-putna/agent-kit@latest remove blog-social-teaserExample
Example prompt
Blog Social Teaser
Write a social teaser script for the blog post if-youre-selling-ai-as-a-cost-cutter-youre-selling-it-wrong.
Flow
How the skill works
- Read src/content/posts/{slug}.mdx
- Write short teaser to src/content/social/{slug}.teaser.md
- Run pnpm run generate:post-social-video -- {slug}