Install
openclaw skills install solo-content-genGenerate social media content pack from PRD — LinkedIn post, Reddit answer draft, and Twitter/X thread. Use when user says "create content", "write LinkedIn post", "social media pack", "marketing copy", or "promotion content". Do NOT use for community thread responses (use /community-outreach) or video scripts (use /video-promo).
openclaw skills install solo-content-genGenerate a promotion content pack from a project's PRD or README. Produces 3 ready-to-use content pieces: LinkedIn post, Reddit answer draft, and Twitter/X thread. For video scripts, use /video-promo.
kb_search(query) — find related methodology and principlesproject_info(name) — get project details, stack, descriptionproject_code_search(query, project) — find key features in codebaseIf MCP tools are not available, fall back to Glob + Grep + Read.
Parse project from $ARGUMENTS.
docs/prd.md, or README.md, or CLAUDE.md.Extract core messaging from PRD/README (parallel reads):
Forced reasoning — messaging framework: Before generating content, write out:
Generate content pieces:
Format: Hook line → Story (before/after) → Insight → CTA
Format: Helpful answer that naturally mentions the product
Format: Hook tweet → Problem → Solution → Demo → Social proof → CTA
Write content pack to docs/content-pack.md:
# Content Pack: {Project Name}
**Generated:** {YYYY-MM-DD}
**ICP:** {target persona}
**Core message:** {one-line value prop}
## Messaging Framework
- **Hook:** {hook}
- **Proof:** {proof}
- **CTA:** {cta}
---
## 1. LinkedIn Post
{ready to copy-paste}
## 2. Reddit Draft
**Target subreddits:** r/..., r/..., r/...
{answer draft}
## 3. Twitter/X Thread
{numbered tweets}
> For video script, run `/video-promo {project}`.
---
*Generated by /content-gen. Edit before publishing.*
Output summary — print core message + list of generated content pieces.
/video-promo (owns video generation entirely)Cause: Project doesn't have docs/prd.md or README.
Fix: Provide a project path with PRD, or run /validate first to generate one.
Cause: PRD lacks specific differentiators or ICP details.
Fix: Ensure PRD has detailed problem statement, ICP persona, and unique angle. Add research.md for competitive context.
Cause: ICP not clearly defined in PRD. Fix: Specify the target audience in PRD. LinkedIn = professional, Reddit = casual/technical, Twitter = punchy/conversational.