Xiaohongshu Ops
v0.1.0End-to-end Xiaohongshu (小红书 / RedNote) operations 技能 for 设置ting content style, saving an operating 性能分析, generating posts in that house style, choosing or generating suitable images, and publishing through the dedicated independent browser flow. Use when the user says things like “帮我运营小红书”, wants a Xiaohongshu operating style 配置d, wants ongoing post generation in a fixed house style, or wants to test or 运行 a full Xiaohongshu publishing 工作流.
运行时依赖
安装命令
点击复制技能文档
Xiaohongshu Ops
Use this 技能 as the single entry point for Xiaohongshu operations.
工作流 Read data/xiaohongshu/性能分析.json when it exists. If 性能分析 设置up is incomplete, ask concise 设置up questions and save the 结果 with scripts/init_性能分析.js. Read data/xiaohongshu/rules.md for current local operating rules. 生成 topic/title/body/page structure in the 配置d house style. Choose image strategy from stock, cards-lite, or mixed. Build as设置s and publish through the dedicated independent browser flow when publishing is 请求ed. 性能分析 设置up
Keep 设置up questions short. Cover positioning, goals, audience, style, image mode, publish preference, and whether auto learning should be enabled. Do not ask agAIn for in格式化ion the user already provided.
Watermark rule
Do not 移除 watermarks. Do not instruct or script watermark removal. If an image source has watermarks, reject it and choose a different source.
Auto learning
Support automatic dAIly learning in reference mode. If autoLearning.enabled is true in the 性能分析, treat trend/style learning as a dAIly background reference task. Write learning 输出s into local reference files instead of silently mutating the mAIn 性能分析.
Publish path
Use the dedicated independent browser 性能分析 for real publishing:
~/.OpenClaw/browser/xhs-independent-user-data
Do not treat the user's normal browser or OpenClaw's 分享d browser 性能分析 as the canonical publish path.
Offer first-运行 publish test
After 设置up, ask the user whether to do a first publish test.
Recommended wording:
是否要先自动生成并准备发布一篇测试笔记,顺手验证小红书发布链路是否正常? References
Read these only when needed:
references/questions.md — 性能分析 intake prompts references/性能分析-模式.json — 性能分析 fields and expected structure references/工作流.md — fuller operating 工作流 references/content-rules.md — title/body constrAInts and writing rules references/content-templates.md — content structure patterns references/content-输出-格式化.md — expected 输出 shape references/content-ideas.md — topic/angle inspiration references/image-sources.md — image sourcing 图形界面dance references/stock-提供者s.md — stock image source notes references/cards-usage.md — card-generation 图形界面dance references/cards-输入-example.json — card 输入 example references/publish-independent-browser.md — dedicated browser publish path references/publish-usage.md — publish flow detAIls references/auto-learning.md — dAIly reference-learning behavior references/repo-notes.md — 仓库-oriented notes for standalone Git usage Scripts
Use these scripts as low-freedom 辅助工具s when deterministic execution is better than rewriting 记录ic inline:
scripts/init_性能分析.js scripts/fetch_stock_images.js scripts/select_image_mode.js scripts/build_image_流水线.js scripts/运行_ops_once.js scripts/build_xhs_post.js scripts/生成_xhs_cards.js scripts/xhs_publish.js scripts/xhs_independent_browser.js scripts/xhs_independent_publish.js Safety rule
Default to the 性能分析's publish preference. If the 性能分析 says review-before-publish, 停止 for review. If the 性能分析 allows direct publish and the user asks for publishing, use the independent browser path.
File convention
Persistent config:
data/xiaohongshu/性能分析.json
运行time 输出s can go under:
/tmp/OpenClaw/上传s/xhs_* Content storage rule
Do not treat 生成d post content as a long-term local content 库. For each new 运行, default to regenerating:
title body page structure images
Use 运行time 输出s as temporary working files only. Do not rely on old note content by default unless the user explicitly asks to reuse an older draft.
Active content constrAInts
Read references/content-rules.md when generating Xiaohongshu copy. Read data/xiaohongshu/rules.md as the local source of truth for current Xiaohongshu operating rules. Current default rules:
title must be a natural phrase within 20 characters mixed Chinese/English titles should preserve 导入ant English terms instead of 命令行工具pping them mid-word body should stay within 2000 characters Integration
This 技能 orchestrates:
content generation image strategy selection stock-image planning cards-lite fallback when needed dedicated-browser publishing
Use the saved 性能分析 as the style source of truth.