ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

xhs-content-creator

Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/xhs-viral-note-writer
Or

xhs-viral-note-writer

Xiaohongshu (Little Red Book) content creation toolkit. Generate note titles, body text, opening hooks, closing CTAs, emoji suggestions, hashtags, cover ideas, and posting time recommendations. All content generated locally with built-in Chinese templates.

Commands

note

Generate a complete note with title, body, hashtags, and emoji for a given topic.

scripts/script.sh note "topic"

title

Generate multiple clickable title candidates. Returns 5-10 options using built-in title formulas.

scripts/script.sh title "topic" 5

hook

Generate 5 opening hook styles: question, data-driven, story, pain-point, suspense.

scripts/script.sh hook "topic"

body

Generate body text structure for a specific content style (tutorial, review, recommendation, tips).

scripts/script.sh body "topic" tutorial

ending

Generate closing paragraphs with engagement prompts for different goals.

scripts/script.sh ending engagement

emoji

Suggest emoji combinations organized by content category (food, beauty, travel, fitness, tech).

scripts/script.sh emoji "topic"

hashtag

Generate relevant hashtag suggestions from built-in tag database by category.

scripts/script.sh hashtag "topic" 10

timing

Show recommended posting times by day of week and content category.

scripts/script.sh timing

cover

Generate cover image concept suggestions with text overlay ideas for different cover types.

scripts/script.sh cover tutorial

hotspot

Show trending topic directions and seasonal content ideas from built-in data.

scripts/script.sh hotspot

checklist

Run a pre-publish checklist to verify note completeness before posting.

scripts/script.sh checklist

templates

Browse available content templates organized by category.

scripts/script.sh templates

save

Save a generated note to local library for later use.

scripts/script.sh save "note-name" "content"

list

List all saved notes in the local library.

scripts/script.sh list

stats

Show usage statistics — notes created, templates used, topics covered.

scripts/script.sh stats

help

scripts/script.sh help

version

scripts/script.sh version

Examples

# Full content creation workflow
scripts/script.sh hotspot
scripts/script.sh note "coffee shop review"
scripts/script.sh title "coffee shop review" 5
scripts/script.sh hashtag "coffee" 10
scripts/script.sh checklist
scripts/script.sh save "coffee-note" "content"

Configuration

VariableRequiredDescription
XHS_DIRNoData directory (default: ~/.local/share/xhs-viral-note-writer/)

Data Storage

Metadata

Stars3535
Views1
Updated2026-03-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-xhs-viral-note-writer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.