TopRank Skills

Home / Claw Skills / Recherche / solo-content-gen
Official OpenClaw rules 36%

solo-content-gen

Generate 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).

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 solo-content-gen 技能。 若已安装,则直接安装 solo-content-gen 技能。

Overview

Skill Key
fortunto2/solo-content-gen
Author
fortunto2
Source Repo
openclaw/skills
Version
-
Source Path
skills/fortunto2/solo-content-gen
Latest Commit SHA
dfcdb7f03ee2d3f1e8c4871ba42c43d2df4fb305

Extracted Content

SKILL.md excerpt

# /content-gen

Generate 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`.

## MCP Tools (use if available)

- `kb_search(query)` — find related methodology and principles
- `project_info(name)` — get project details, stack, description
- `project_code_search(query, project)` — find key features in codebase

If MCP tools are not available, fall back to Glob + Grep + Read.

## Steps

1. **Parse project** from `$ARGUMENTS`.
   - If project name: find PRD at `docs/prd.md`, or README.md, or CLAUDE.md.
   - If path: read directly.
   - If empty: ask via AskUserQuestion — "Which project to generate content for?"

2. **Extract core messaging** from PRD/README (parallel reads):
   - **Problem:** What pain does this solve? (1 sentence)
   - **Solution:** What does the product do? (1 sentence)
   - **ICP:** Who is the target user? (persona)
   - **Key features:** Top 3-5 differentiating features
   - **Unique angle:** What nobody else does (gap from research.md if exists)
   - **Social proof:** Any metrics, users, downloads (if available)

3. **Forced reasoning — messaging framework:**
   Before generating content, write out:
   - **Hook:** What stops the scroll? (pain point or surprising stat)
   - **Proof:** Why should they believe you? (demo, numbers, authority)
   - **CTA:** What's the one action? (try, sign up, download)
   - **Tone:** Based on ICP — casual/professional/technical/friendly

4. **Generate content pieces:**

   ### 4a. LinkedIn Post
   Format: Hook line → Story (before/after) → Insight → CTA
   - 1300-1500 chars max
   - First line is the hook (visible before "see more")
   - Use line breaks for readability
   - End with question to drive engagement

   ### 4b. Reddit Answer Draft
   Format: Helpful answer that naturally mentions the product
   - NOT promotional — value-first, product mention is secondary
   - Sugge...

Related Claw Skills