Install
openclaw skills install linkedin-carousel-factoryGenerate 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...
openclaw skills install linkedin-carousel-factoryGenerate 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.
Topic: [topic]
Audience: mid-to-senior .NET developers
Goal: [educate | provoke | warn | showcase]
Hook angle: [optional — if blank, agent picks strongest]
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
~/Documents/Obsidian/ClawBrain/skills/draft/carousel-[topic-slug]-[date].json
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.
After Lam approves a carousel: note what hook angle worked in memory/what_works.md under "Engine 3 — Content".
After Lam revises: note what was changed and why.