TopRank Skills

Home / Claw Skills / Publication / Xiaohongshu Assistant Operator
Official OpenClaw rules 36%

Xiaohongshu Assistant Operator

Xiaohongshu Assistant Operator

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Xiaohongshu Assistant Operator 技能。 若已安装,则直接安装 Xiaohongshu Assistant Operator 技能。

Overview

Skill Key
a950701zz/xiaohongshu-assistant-operator
Author
a950701zz
Source Repo
openclaw/skills
Version
-
Source Path
skills/a950701zz/xiaohongshu-assistant-operator
Latest Commit SHA
fc2046e532c4214124ef748ed25896b00b9c16fa

Extracted Content

SKILL.md excerpt

# 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.
2. Detect recent themes and 199 exposure frequency.
3. Scan industry trends (LLM / Agent / RAG / AI job market).
4. Determine operating phase (cold start or stable).
5. Generate 3 posts (<= 400 characters, image-text mode).
6. Enforce persona template (see `references/persona-template.md`).
7. Apply marketing intensity rules (see `references/marketing-control.md`).
8. Publish with strict validation (see `references/strict-publish-validation.md`).
9. Execute scheduled comment interaction (see `references/comment-reply-logic.md`).

---

# Operating Phases

Load detailed strategy from:

- `references/cold-start-strategy.md`
- `references/topic-decision-engine.md`

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-a...

Related Claw Skills