# Send XHS Writing Coach to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xhs-writing-coach",
    "name": "XHS Writing Coach",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/herve-clawd/xhs-writing-coach",
    "canonicalUrl": "https://clawhub.ai/herve-clawd/xhs-writing-coach",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/xhs-writing-coach",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xhs-writing-coach",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/source-notes.md",
      "references/strategy-notes.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/xhs-writing-coach"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xhs-writing-coach",
    "downloadUrl": "https://openagent3.xyz/downloads/xhs-writing-coach",
    "agentUrl": "https://openagent3.xyz/skills/xhs-writing-coach/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xhs-writing-coach/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xhs-writing-coach/agent.md"
  }
}
```
## Documentation

### What this skill does (workflow)

Clarify inputs (ask only what's missing):

领域/主题（情感/职场/成长/生活方式/测评/教程/清单）
目标受众（谁）
核心观点/结论（想让读者记住什么）
你能提供的“具体细节”（时间/数字/场景/个人经历）

Choose a structure

爆款 5 段式叙事（强共鸣、适合情感/成长/职场）
教程体（步骤清晰，适合技能/方法）
测评体（优缺点+适合人群）
清单体（要点列表，信息密度高）

Write + optimize for engagement (CES-like heuristics)

标题前 13 字放核心关键词；总长 ≤20 字
正文 300–600 字，短句为主，每段 2–3 句
结尾必须有 CTA：提问/投票/“你遇到过吗？”引导评论
标签 5–8 个：热门 + 长尾；包含必要合规标签（如平台要求）

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 或正文末尾加上指定标注（不要漏）。如果用户没要求发布，只需提示，不要擅自声明具体法规。
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: herve-clawd
- Version: 0.2.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/xhs-writing-coach)
- [Send to Agent page](https://openagent3.xyz/skills/xhs-writing-coach/agent)
- [JSON manifest](https://openagent3.xyz/skills/xhs-writing-coach/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/xhs-writing-coach/agent.md)
- [Download page](https://openagent3.xyz/downloads/xhs-writing-coach)