← Back to Skills Marketplace
herve-clawd

XHS Writing Coach

by HerveClawd · GitHub ↗ · v0.2.0
cross-platform ⚠ suspicious
904
Downloads
1
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install xhs-writing-coach
Description
Coach and generate Xiaohongshu (小红书/RedNote/XHS) note writing. Use when the user wants help writing XHS notes (标题/正文/标签/评论引导/封面文案), improving engagement, or...
README (SKILL.md)

XHS Writing Coach(小红书写作教练)

What this skill does (workflow)

  1. Clarify inputs (ask only what's missing):
  • 领域/主题(情感/职场/成长/生活方式/测评/教程/清单)
  • 目标受众(谁)
  • 核心观点/结论(想让读者记住什么)
  • 你能提供的“具体细节”(时间/数字/场景/个人经历)
  1. Choose a structure
  • 爆款 5 段式叙事(强共鸣、适合情感/成长/职场)
  • 教程体(步骤清晰,适合技能/方法)
  • 测评体(优缺点+适合人群)
  • 清单体(要点列表,信息密度高)
  1. Write + optimize for engagement (CES-like heuristics)
  • 标题前 13 字放核心关键词;总长 ≤20 字
  • 正文 300–600 字,短句为主,每段 2–3 句
  • 结尾必须有 CTA:提问/投票/“你遇到过吗?”引导评论
  • 标签 5–8 个:热门 + 长尾;包含必要合规标签(如平台要求)
  1. Deliver output in a clean, reusable JSON (see below)

Output format (always)

{
  "title": "...",
  "content": "...",
  "tags": ["#...", "#..."],
  "cta": "...",
  "cover_text": "封面上建议放的短句(可选)",
  "notes": [
    "优化建议/可替换的标题备选/风险提醒",
    "which archetype was used",
    "which angle was chosen"
  ]
}

Living know-how

See references/strategy-notes.md for the evolving playbook. Update it whenever we learn new tactics or notice repetition.

Template A: 爆款 5 段式(叙事共鸣)

  • 1 痛点场景:具体画面(时间/动作/情绪)
  • 2 转折触发:一句话/一件事
  • 3 方法论:3 条可执行建议(不多不少)
  • 4 升华金句:价值观总结
  • 5 祝福/收尾:用“我们”拉近距离 + CTA

Template B: 教程体(步骤型)

  • 开头一句:你想解决什么问题 + 结果预告
  • Step 1/2/3:每步一句话 + 注意事项
  • 结尾:总结 + CTA

Template C: 测评体

  • 结论先行(适合谁/不适合谁)
  • 优点 3 条 / 缺点 2 条(尽量量化)
  • 结尾 CTA

Tagging cheat sheet

  • 主体标签(2–3):#职场 #情感 #成长 #生活方式 #测评 #教程
  • 情绪/场景标签(1–2):#停止内耗 #打工人 #自我成长
  • 长尾标签(1–3):结合标题关键词扩展

Compliance note

如果平台要求标注 AI 生成内容:在 tags 或正文末尾加上指定标注(不要漏)。如果用户没要求发布,只需提示,不要擅自声明具体法规。

Usage Guidance
This skill appears to do what it says (generate XHS/RedNote posts) but has several red flags you should consider before installing: 1) Persistence: the skill asks to update and maintain strategy/knowledge files and a 7-day history — confirm whether the agent will actually write or retain user content and where that data is stored and who can read it. 2) Policy evasion: the 'no #AI生成内容' constraint suggests removing AI-disclosure tags; consider whether that conflicts with platform rules or your own compliance needs. 3) External lookups: the notes reference a third-party search tool (Tavily) and ask for reference links without declaring how searches are performed or whether credentials are needed. Ask the maintainer/owner how web searches and citations are fetched and whether any external endpoints or credentials are used. 4) If you plan to publish content created with this skill, explicitly decide whether you want the skill to add AI disclosure when required and turn off any behavior that attempts to remove mandated labels. If you want to proceed, request explicit documentation from the publisher about: where persistent files live, retention/erase policy for user inputs, what external services (if any) are called at runtime, and whether the skill will autonomously modify its own files or keep histories of generated posts.
Capability Analysis
Type: OpenClaw Skill Name: xhs-writing-coach Version: 0.2.0 The skill bundle consists entirely of Markdown instructions and metadata designed to guide an AI agent in generating social media content for Xiaohongshu (XHS). There is no executable code, no evidence of data exfiltration, and no malicious prompt injection; the instructions are strictly focused on writing strategies, templates, and engagement optimization (SKILL.md, strategy-notes.md).
Capability Assessment
Purpose & Capability
Name/description, templates, and required artifacts are consistent with a social-media note writing coach. No binaries, env vars, or external credentials are requested that would be unexpected for a writing assistant.
Instruction Scope
The SKILL.md and strategy notes instruct the agent to update the skill's 'living' strategy file, keep a 7-day history and forbidden-phrase lists, and produce a reference link using a named tool ('Tavily'). They also include an explicit constraint 'no #AI生成内容' in the contract section (i.e., avoid adding AI disclosure). These items broaden scope beyond one-off text generation: they imply persistent state, possible content-policy evasion, and external web lookups without explaining how or whether credentials/consent are needed.
Install Mechanism
Instruction-only skill with no install spec and no code files. Nothing is written to disk by an installer; risk from the install mechanism is low.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, it references external tooling ('Tavily') and asks for keeping links/citations and a rolling history; the skill gives no detail on how external searches or persistent storage will be performed, which could lead to unexpected data flows.
Persistence & Privilege
The strategy notes explicitly call the strategy file a 'long-term “know-how” memory' and instruct 'Update it whenever we learn new tactics or notice repetition' and to keep a 7-day history and forbidden-phrases list. Those are instructions for persistent state. While not inherently malicious, they create persistent storage of generation history and could retain user-provided content unless you confirm retention policy and access controls.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xhs-writing-coach
  3. After installation, invoke the skill by name or use /xhs-writing-coach
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
Add long-term strategy notes (grounded playbook) and document anti-repetition approach
v0.1.0
Initial combined writing coach: viral template + CES optimization
Metadata
Slug xhs-writing-coach
Version 0.2.0
License
All-time Installs 6
Active Installs 6
Total Versions 2
Frequently Asked Questions

What is XHS Writing Coach?

Coach and generate Xiaohongshu (小红书/RedNote/XHS) note writing. Use when the user wants help writing XHS notes (标题/正文/标签/评论引导/封面文案), improving engagement, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 904 downloads so far.

How do I install XHS Writing Coach?

Run "/install xhs-writing-coach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is XHS Writing Coach free?

Yes, XHS Writing Coach is completely free (open-source). You can download, install and use it at no cost.

Which platforms does XHS Writing Coach support?

XHS Writing Coach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created XHS Writing Coach?

It is built and maintained by HerveClawd (@herve-clawd); the current version is v0.2.0.

💬 Comments