$npx -y skills add szsip239/teamclaw --skill content-skillsA collection of content creation and publishing skills. Routes to specialized sub-skills for image generation, infographics, slides, comics, WeChat publishing, and more. Use when user asks to create visual content, social media posts, presentations, or publish to platforms.
| 1 | # 内容创作工具包 (Content Skills) |
| 2 | |
| 3 | This is a **skill collection** containing 9 specialized sub-skills for content creation and publishing. When the user requests any of the following tasks, load and use the corresponding sub-skill's `SKILL.md` from its subdirectory. |
| 4 | |
| 5 | ## Sub-Skills Directory |
| 6 | |
| 7 | | Sub-Skill | Directory | Trigger Keywords | Description | |
| 8 | |---|---|---|---| |
| 9 | | **小红书图片** | `baoyu-xhs-images/` | 小红书图片, XHS images, RedNote, 小红书种草 | Generates Xiaohongshu infographic series (10 styles, 8 layouts, 1-10 images) | |
| 10 | | **信息图** | `baoyu-infographic/` | infographic, 信息图, 可视化, 高密度信息大图 | Professional infographics (21 layouts × 20 styles) | |
| 11 | | **封面图** | `baoyu-cover-image/` | cover image, 封面图, article cover | Article cover images (9 palettes × 6 rendering styles, 3 aspect ratios) | |
| 12 | | **幻灯片** | `baoyu-slide-deck/` | slides, PPT, presentation, deck | Professional slide deck images from content | |
| 13 | | **知识漫画** | `baoyu-comic/` | 知识漫画, 教育漫画, comic, Logicomix | Educational comics with multiple art styles and panel layouts | |
| 14 | | **文章配图** | `baoyu-article-illustrator/` | illustrate article, 为文章配图, add images | Analyzes articles and generates contextual illustrations | |
| 15 | | **AI 图片生成** | `baoyu-image-gen/` | generate image, create image, draw, 画图 | Text-to-image via OpenAI/Google/DashScope/Replicate APIs | |
| 16 | | **Markdown 转 HTML** | `baoyu-markdown-to-html/` | markdown to html, md转html, styled HTML | Converts Markdown to themed HTML (WeChat-compatible) | |
| 17 | | **发布微信公众号** | `baoyu-post-to-wechat/` | 发布公众号, post to wechat, 微信公众号, 贴图 | Posts articles or image-text content to WeChat Official Account | |
| 18 | |
| 19 | ## Routing Rules |
| 20 | |
| 21 | 1. **Match user intent** against the trigger keywords above |
| 22 | 2. **Load the sub-skill**: Read the full `SKILL.md` from the matching subdirectory (e.g., `baoyu-xhs-images/SKILL.md`) |
| 23 | 3. **Follow the sub-skill's instructions** for the complete workflow, including any `references/` files it specifies |
| 24 | 4. If the user's request is ambiguous, list the available sub-skills and ask which one to use |
| 25 | 5. Multiple sub-skills can be chained (e.g., write article → generate cover → publish to WeChat) |