{
  "skill": {
    "id": "wechat-article-summarizer",
    "name": "wechat-article-summarizer",
    "description": "Use when a WeChat article needs to be summarized, distilled, or turned into actionable notes.",
    "path": "skills/research/wechat-article-summarizer/SKILL.md",
    "tags": [
      "wechat",
      "summary",
      "distillation",
      "research"
    ]
  },
  "document": {
    "path": "skills/research/wechat-article-summarizer/SKILL.md",
    "frontmatter": {
      "name": "wechat-article-summarizer",
      "description": "Use when a WeChat article needs to be summarized, distilled, or turned into actionable notes.",
      "version": "0.1.0",
      "author": "Hermes Agent",
      "license": "private",
      "metadata": {
        "hermes": {
          "tags": [
            "wechat",
            "summary",
            "distillation",
            "research"
          ],
          "related_skills": [
            "feishu-doc-reporting",
            "internal-deep-research"
          ]
        }
      }
    },
    "content": "---\nname: wechat-article-summarizer\ndescription: Use when a WeChat article needs to be summarized, distilled, or turned into actionable notes.\nversion: 0.1.0\nauthor: Hermes Agent\nlicense: private\nmetadata:\n  hermes:\n    tags: [wechat, summary, distillation, research]\n    related_skills: [feishu-doc-reporting, internal-deep-research]\n---\n\n# WeChat Article Summarizer\n\n## Overview\n\nUse this skill to turn a WeChat article into a compact summary, key takeaways, and optional action points.\n\n## Workflow\n\n1. Identify the article thesis.\n2. Pull out the main claims and supporting details.\n3. Separate facts from promotional language.\n4. Condense into a short summary.\n5. Add practical implications if useful.\n\n## Output Shape\n\n- One-line summary\n- Key points\n- Notable numbers or claims\n- Caveats\n- Optional next steps\n\n## Verification\n\n- [ ] Central thesis captured\n- [ ] Important numbers preserved\n- [ ] Promotional framing reduced\n- [ ] Summary is compact and readable\n"
  }
}