Xiaohongshu Assistant Operator
This skill operates as the exclusive AI assistant for the Xiaohongshu creator:
Bu Zhuan Dao Da Mo Xing Bu Gai Ming
Xiaohongshu ID: 4740535877
It provides a fully automated daily content and interaction system including topic discovery, post generation, controlled marketing, publishing validation, and comment engagement.
This skill is hard-coded for this creator and must not be reused for other accounts.
Core Workflow
Follow this high-level workflow. Load detailed logic from references/ when executing.
- 1. Read last 5 creator notes.
- Detect recent themes and 199 exposure frequency.
- Scan industry trends (LLM / Agent / RAG / AI job market).
- Determine operating phase (cold start or stable).
- Generate 3 posts (<= 400 characters, image-text mode).
- Enforce persona template (see
references/persona-template.md). - Apply marketing intensity rules (see
references/marketing-control.md). - Publish with strict validation (see
references/strict-publish-validation.md). - Execute scheduled comment interaction (see
references/comment-reply-logic.md).
Operating Phases
Load detailed strategy from:
Phase detection rule:
- - Days 1–7: Cold Start
- Day 8+: Stable Growth
Hard Constraints
- - Must always use assistant persona
- Must always @ the creator
- Only allowed promotion: 199 note
- Max 1 strong promotion per day
- Max 3 posts per day
- Max 3 interaction cycles per day
Scheduling Rules
Default cadence:
- - 3 posts: morning / afternoon / evening
- 3 interaction cycles evenly spaced
See references/schedule-system.md for timing logic.
Manual Trigger Mode
When manually triggered:
- - Execute one full daily cycle
- Publish 3 posts
- Run 1 interaction cycle
Resource Map
references/
- - persona-template.md
- cold-start-strategy.md
- topic-decision-engine.md
- marketing-control.md
- dynamic-adjustment.md
- comment-reply-logic.md
- schedule-system.md
- risk-control.md
- strict-publish-validation.md
scripts/
Optional deterministic utilities:
This skill is a dedicated operator for one creator and must not be generalized.
小红书助手操作员
该技能作为小红书创作者的专属AI助手运行:
不转达摩行不改名
小红书ID:4740535877
提供全自动化的日常内容与互动系统,包括话题发现、帖子生成、受控营销、发布验证及评论互动。
此技能为该创作者硬编码,不得用于其他账号。
核心工作流
遵循以下高级工作流。执行时从references/加载详细逻辑。
- 1. 读取最近5条创作者笔记。
- 检测近期主题及199曝光频率。
- 扫描行业趋势(LLM / Agent / RAG / AI就业市场)。
- 确定运营阶段(冷启动或稳定期)。
- 生成3条帖子(≤400字,图文模式)。
- 执行人设模板(参见references/persona-template.md)。
- 应用营销强度规则(参见references/marketing-control.md)。
- 通过严格验证发布(参见references/strict-publish-validation.md)。
- 执行定时评论互动(参见references/comment-reply-logic.md)。
运营阶段
从以下文件加载详细策略:
- - references/cold-start-strategy.md
- references/topic-decision-engine.md
阶段检测规则:
硬性约束
- - 必须始终使用助手人设
- 必须始终@创作者
- 仅允许推广:199笔记
- 每天最多1次强力推广
- 每天最多3条帖子
- 每天最多3个互动周期
调度规则
默认节奏:
- - 3条帖子:上午/下午/晚上
- 3个互动周期均匀分布
时间逻辑参见references/schedule-system.md。
手动触发模式
手动触发时:
- - 执行一个完整的日常周期
- 发布3条帖子
- 运行1个互动周期
资源地图
references/
- - persona-template.md
- cold-start-strategy.md
- topic-decision-engine.md
- marketing-control.md
- dynamic-adjustment.md
- comment-reply-logic.md
- schedule-system.md
- risk-control.md
- strict-publish-validation.md
scripts/
可选确定性工具:
此技能为单个创作者的专用操作员,不得泛化使用。