π¦ ClawHub
LinkedIn Carousel Factory
by @lnguyen1996
Generate a complete 10-slide LinkedIn carousel JSON with hook-driven, concise content and .NET 8+ code examples for mid-to-senior .NET developers on a chosen...
TERMINAL
clawhub install linkedin-carousel-factoryπ About This Skill
linkedin-carousel-factory
Description
Generate a complete 10-slide LinkedIn carousel JSON for .NET developers. Takes a topic and produces a structured, hook-driven carousel ready for Claude Code ACP punch-up before publishing.Use when
Input format
Topic: [topic]
Audience: mid-to-senior .NET developers
Goal: [educate | provoke | warn | showcase]
Hook angle: [optional β if blank, agent picks strongest]
Output format
Return a JSON object with exactly 10 slides:{
"topic": "...",
"hook": "...",
"slides": [
{ "slide": 1, "type": "hook", "headline": "...", "body": "...", "code": null },
{ "slide": 2, "type": "problem", "headline": "...", "body": "...", "code": null },
{ "slide": 3, "type": "content", "headline": "...", "body": "...", "code": "..." },
...
{ "slide": 10, "type": "cta", "headline": "...", "body": "...", "code": null }
]
}
Slide types: hook, problem, content, comparison, warning, tip, cta
Slide rules
Voice rules
Write output to
~/Documents/Obsidian/ClawBrain/skills/draft/carousel-[topic-slug]-[date].jsonAfter generation
Post to Discord#β
-tasks: "Carousel draft ready: [topic]. Review in vault β skills/draft/"
Wait for Claude Code ACP punch-up before sending to Lam for approval.Self-improvement instructions
After Lam approves a carousel: note what hook angle worked inmemory/what_works.md under "Engine 3 β Content".
After Lam revises: note what was changed and why.