Back to skills
SkillHub ClubWrite Technical DocsFull StackTech Writer

content-writer

Multi-platform content generator for Chinese social media. Produces publish-ready posts for 小红书, 知乎, 公众号, and 抖音 with platform-native formatting, hooks, and CTAs.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,087
Hot score
99
Updated
March 20, 2026
Overall rating
C5.4
Composite score
5.4
Best-practice grade
B84.0

Install command

npx @skill-hub/cli install openclaw-skills-content-writer
contentwritingsocial-mediacopywritingchinese

Repository

openclaw/skills

Skill path: skills/alexandrali1989-cell/content-writer

Multi-platform content generator for Chinese social media. Produces publish-ready posts for 小红书, 知乎, 公众号, and 抖音 with platform-native formatting, hooks, and CTAs.

Open repository

Best for

Primary workflow: Write Technical Docs.

Technical facets: Full Stack, Tech Writer.

Target audience: everyone.

License: MIT.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install content-writer into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding content-writer to shared team environments
  • Use content-writer for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: content-writer
version: 1.0.0
description: "Multi-platform content generator for Chinese social media. Produces publish-ready posts for 小红书, 知乎, 公众号, and 抖音 with platform-native formatting, hooks, and CTAs."
author: ai-agent-store
license: MIT
platforms:
  - openclaw
  - cursor
  - claude-code
  - codex-cli
tags:
  - content
  - writing
  - social-media
  - copywriting
  - chinese
price: 19
---

# Content Writer — 自媒体内容生成器

Generate complete, publish-ready content for Chinese social media platforms.

## When to Activate

Trigger when the user mentions: 写文章, 写笔记, generate content, 写稿, draft post, create article.

## Workflow

1. **Confirm inputs:**
   - Topic / title
   - Target platform
   - Word count (defaults: 小红书 300-800, 知乎 1000-2000, 公众号 1500-3000, 抖音 script 200-500)
   - Style (professional / casual / product review / educational)
   - Whether image suggestions are needed

2. **Generate platform-native content:**

### 小红书 Post Format
```
{emoji} {Title with numbers + keywords}

{Opening hook — 1-2 sentences to spark curiosity}

{Body — short paragraphs, 2-3 sentences each}
{Sprinkle emoji and line breaks}

{Summary / CTA}

{Tags: #keyword1 #keyword2 ...} (5-10 tags)
```

### 知乎 Answer Format
```
{Direct answer to the core question — establish authority}

{Expanded argument with logical structure}
{Cite data or case studies}

{Bullet-point summary}

{Nudge: follow / upvote}
```

### 公众号 Article Format
```
{Title}

{Introduction — build empathy via pain point or story}

## {Subtitle 1}
{Paragraph}

## {Subtitle 2}
{Paragraph}

## {Subtitle 3}
{Paragraph}

{Closing — elevation + CTA}
```

### 抖音 Script Format
```
【Duration】{estimated seconds}
【Opening Hook】(first 3 seconds) {stop the scroll}
【Body】{core content, conversational tone}
【Closing CTA】{drive engagement}
【Caption】{post description}
【Tags】{#hashtags}
```

## Quality Checklist
- [ ] Is the title compelling?
- [ ] Does the first 3 seconds / 3 lines hook the reader?
- [ ] Are there concrete examples or data?
- [ ] Is there a clear CTA?
- [ ] Does word count match platform norms?
- [ ] Are SEO keywords naturally included?
- [ ] Any banned words? (cross-check with seo-optimizer)

## Guidelines
- All content must be original
- Avoid absolute claims (最好, 第一, 唯一)
- Data citations must be verifiable
- Never generate fake reviews or experiences


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "alexandrali1989-cell",
  "slug": "content-writer",
  "displayName": "Content Writer 自媒体内容生成器",
  "latest": {
    "version": "1.0.0",
    "publishedAt": 1772694847536,
    "commit": "https://github.com/openclaw/skills/commit/93ed02d4a13a8e8346fa9aa179d11f038afaf89b"
  },
  "history": []
}

```