xiaohongshu-growth

小红书内容创作运营增长综合解决方案。包含爆款内容创作、封面设计、发布优化、数据分析和账号增长策略。当用户需要:(1) 创建小红书爆款内容 (2) 优化账号运营策略 (3) 分析竞品和热点 (4) 发布内容到草稿箱 (5) 提升账号流量和变现能力时触发。支持完整的内容创作流水线和多agent协作。

33 stars

Best use case

xiaohongshu-growth is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

小红书内容创作运营增长综合解决方案。包含爆款内容创作、封面设计、发布优化、数据分析和账号增长策略。当用户需要:(1) 创建小红书爆款内容 (2) 优化账号运营策略 (3) 分析竞品和热点 (4) 发布内容到草稿箱 (5) 提升账号流量和变现能力时触发。支持完整的内容创作流水线和多agent协作。

Teams using xiaohongshu-growth should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/xiaohongshu-growth/SKILL.md --create-dirs "https://raw.githubusercontent.com/aAAaqwq/AGI-Super-Team/main/skills/xiaohongshu-growth/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/xiaohongshu-growth/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How xiaohongshu-growth Compares

Feature / Agentxiaohongshu-growthStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

小红书内容创作运营增长综合解决方案。包含爆款内容创作、封面设计、发布优化、数据分析和账号增长策略。当用户需要:(1) 创建小红书爆款内容 (2) 优化账号运营策略 (3) 分析竞品和热点 (4) 发布内容到草稿箱 (5) 提升账号流量和变现能力时触发。支持完整的内容创作流水线和多agent协作。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 小红书运营增长

## 概述

一站式小红书内容运营增长解决方案,整合选题研究、内容创作、封面设计、发布优化全流程。支持多agent协作和skill调用。

## 核心能力

### 1. 选题与热点研究
调用 **brave-search** skill 搜索:
- 小红书爆火文章
- 视频号流量密码
- 竞品账号分析
- 热点话题挖掘

### 2. 内容创作与优化
调用以下skills:
- **humanizer** - 去除AI痕迹,使文案更自然
- **video-marketing** - 视频脚本和营销策略

### 3. 封面生成
调用 **relay-image-gen** skill 生成:
- 高点击率封面图
- 多版本测试封面
- 品牌风格统一

### 4. 发布与运营
- 发布到草稿箱(需要登录态)
- 最佳发布时间分析
- 标签和话题优化

## 执行流程

```
┌─────────────────────────────────────────────────┐
│           小红书内容创作流水线                    │
├─────────────────────────────────────────────────┤
│ 1. 选题研究        → brave-search + 小research   │
│    • 热点话题挖掘                                │
│    • 竞品爆款分析                                │
│    • 关键词研究                                  │
├─────────────────────────────────────────────────┤
│ 2. 内容撰写        → 小content + humanizer       │
│    • 爆款标题公式                                │
│    • 正文结构优化                                │
│    • AI痕迹去除                                  │
├─────────────────────────────────────────────────┤
│ 3. 封面设计        → relay-image-gen            │
│    • 多版本封面                                  │
│    • 点击率优化                                  │
├─────────────────────────────────────────────────┤
│ 4. 排版优化        → 小content                  │
│    • 小红书特有格式                              │
│    • emoji使用规范                               │
│    • 段落和空行                                  │
├─────────────────────────────────────────────────┤
│ 5. 发布执行        → 小ops                      │
│    • 写入草稿箱                                  │
│    • 最佳时间发布                                │
└─────────────────────────────────────────────────┘
```

## 协作Agent分配

| Agent | 角色 | 调用的Skills |
|-------|------|--------------|
| 小research | 选题研究、热点分析 | brave-search |
| 小content | 内容创作、排版优化 | humanizer |
| 小ops | 发布执行、数据监控 | - |
| 小data | 数据分析、效果追踪 | - |

## 爆款公式

### 标题公式
1. **数字+痛点**: "3个方法解决XX问题"
2. **反差+悬念**: "以为是XX,结果是XX"
3. **身份+利益**: "作为XX,分享XX经验"
4. **时间+结果**: "7天从0到XX"

### 封面要点
- 主标题3-5个字,字体清晰
- 配色不超过3种
- 人物/产品占画面60%
- 加入引导元素(箭头、圆圈)

### 发布时间
- 工作日: 7:00-9:00, 12:00-14:00, 18:00-22:00
- 周末: 10:00-12:00, 15:00-17:00, 20:00-23:00

## References

- `references/viral-formulas.md` - 详细爆款公式库
- `references/formatting-guide.md` - 小红书排版规范
- `references/monetization.md` - 变现策略指南

## Scripts

- `scripts/publish_to_draft.py` - 发布内容到草稿箱
- `scripts/analyze_competitor.py` - 竞品账号分析

## 使用示例

**示例1:创建爆款文章**
```
用户: 帮我写一篇关于AI工具的小红书爆文
执行:
1. 调用brave-search搜索"小红书 AI工具 爆文"
2. 小research分析热点和竞品
3. 小content撰写内容 + humanizer优化
4. relay-image-gen生成封面
5. 小ops发布到草稿箱
```

**示例2:账号诊断优化**
```
用户: 我的账号流量不好,帮我分析优化
执行:
1. 分析最近发布内容的数据
2. 对比竞品账号策略
3. 给出选题和内容优化建议
4. 制定内容发布计划
```

## 注意事项

1. **避免敏感词**: 炒股、医疗、政治类话题需谨慎
2. **养号策略**: 新号避免频繁发布,先互动再发内容
3. **原创性**: 必须去除AI痕迹,保持人味
4. **数据驱动**: 发布后追踪数据,迭代优化

Related Skills

tiktok-growth

33
from aAAaqwq/AGI-Super-Team

TikTok content strategy and video script generator for any niche. Hook formulas, viral script structures, trend-riding tactics, and a systematic approach to growing from 0 to a monetizable TikTok audience.

postbridge-social-growth

33
from aAAaqwq/AGI-Super-Team

Organic social media growth coach using the Post Bridge methodology (500M+ views, 132K+ downloads, $33K+ revenue). Act as a personalized growth coach for apps, products, and businesses seeking organic traffic from TikTok and Instagram short-form video. Use when users ask about growing on TikTok/Instagram, creating viral content, getting more views organically, converting social media views to app downloads or customers, warming up new social accounts, finding winning content formats, or scaling organic social media presence. Also use when users need help with social media bios, content-market fit, trend riding, or building a repeatable content system without paid ads.

developer-growth-analysis

33
from aAAaqwq/AGI-Super-Team

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

wemp-operator

33
from aAAaqwq/AGI-Super-Team

> 微信公众号全功能运营——草稿/发布/评论/用户/素材/群发/统计/菜单/二维码 API 封装

Content & Documentation

zsxq-smart-publish

33
from aAAaqwq/AGI-Super-Team

Publish and manage content on 知识星球 (zsxq.com). Supports talk posts, Q&A, long articles, file sharing, digest/bookmark, homework tasks, and tag management. Use when publishing content to 知识星球, creating/editing posts, uploading files/images/audio, managing digests, batch publishing, or formatting content for 知识星球.

zoom-automation

33
from aAAaqwq/AGI-Super-Team

Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.

zoho-crm-automation

33
from aAAaqwq/AGI-Super-Team

Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.

ziliu-publisher

33
from aAAaqwq/AGI-Super-Team

字流(Ziliu) - AI驱动的多平台内容分发工具。用于一次创作、智能适配排版、一键分发到16+平台(公众号/知乎/小红书/B站/抖音/微博/X等)。当用户需要多平台发布、内容排版、格式适配时使用。触发词:字流、ziliu、多平台发布、一键分发、内容分发、排版发布。

zhihu-post-skill

33
from aAAaqwq/AGI-Super-Team

> 知乎文章发布——知乎平台内容创作与发布自动化

zendesk-automation

33
from aAAaqwq/AGI-Super-Team

Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, replies. Always search tools first for current schemas.

youtube-knowledge-extractor

33
from aAAaqwq/AGI-Super-Team

This skill performs deep analysis of YouTube videos through **both information channels** Multimodal YouTube video analysis through both audio (transcript) and visual (frame extraction + image analysis) channels. Especially powerful for HowTo videos, tutorials, demos, and explainer videos where what is SHOWN (screenshots, UI demos, diagrams, code, physical actions) is just as important as what is SAID. Use this skill whenever a user wants to analyze, summarize, or create step-by-step guides from YouTube videos, or when they share a YouTube URL and want to understand what happens in the video. Triggers on requests like "Analyze this YouTube video", "Create a step-by-step guide from this video", "What does this video show?", "Summarize this tutorial", or any YouTube URL shared with analysis intent.

youtube-factory

33
from aAAaqwq/AGI-Super-Team

Generate complete YouTube videos from a single prompt - script, voiceover, stock footage, captions, thumbnail. Self-contained, no external modules. 100% free tools.