← 返回 Skills 市场
wscats

小红书

作者 enoyao · GitHub ↗ · v1.0.10 · MIT-0
cross-platform ✓ 安全检测通过
6427
总下载
12
收藏
7
当前安装
10
版本数
在 OpenClaw 中安装
/install xhs-cn
功能描述
小红书自动化运营工具-支持:搜索笔记、查看笔记详情及评论、浏览推荐流、发布图文笔记。 当用户提及 xiaohongshu、小红书、RedNote,或需要在该平台进行内容调研/发布时使用。
安全使用建议
Before installing, review and pin the third-party xiaohongshu-mcp component yourself, use only a dedicated Xiaohongshu account, keep the MCP server bound to localhost, and treat every publish action as public and potentially irreversible.
能力评估
Purpose & Capability
The stated purpose is Xiaohongshu research and publishing, and the files match that purpose. Public posting is high-impact, but it is disclosed and gated by preview, confirmation, and dedicated-account checks.
Instruction Scope
Runtime instructions keep read-only research separate from publishing, require per-post user authorization, and reject broad or implied authorization.
Install Mechanism
Setup requires user-directed installation of the requests package and an independently reviewed third-party local MCP component; the skill does not bundle or auto-fetch that component.
Credentials
The Python client defaults to localhost and rejects non-loopback endpoints unless the user explicitly sets a remote override, which is proportionate for a local account automation bridge.
Persistence & Privilege
The skill uses a logged-in Xiaohongshu session managed by the third-party component and advises a dedicated account plus session revocation; no hidden background persistence is shown in the supplied artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xhs-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xhs-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.10
Version 1.0.10 - 增强客户端安全措施:新增自动检测,默认拒绝所有不安全或未授权的 `publish` 操作。 - SKILL.md 文档重写,明确所有客户端内置护栏,以及上游组件独立、非本仓库维护的提醒。 - 快速参考与市场调研、内容发布流程重构,突出强制逐步授权和机械性安全检查细节。 - 简化注意事项,删除/合并部分重复的人工安全警告,统一以客户端强制规约为准。
v1.0.7
Version 1.0.7 - 增加了“安装前知情同意(Informed Consent)”区块,首次使用前强调信任模型和安全边界。 - 明确告知用户自动化发布的敏感性,并建议仅用专用账号、本地部署且逐次授权操作。 - 现将 MCP 服务器的第三方来源、安全要求及会话托管风险写入顶部说明。 - 其余使用方法、指令与安全指引未更动。
v1.0.6
**重大更新:完善发布安全机制,防止误发,强化账号与隐私保护** - 发布流程新增“发布预览+逐次书面授权”环节,禁止模糊或静默同意,防止自动化脚本误发内容。 - 强调 `publish` 命令具公开不可撤回风险,建议使用专用账号,严禁主账号托管。 - 明确本地服务器仅允许 localhost 监听,安全性提升,杜绝误设暴露。 - 补充敏感操作须逐次获授权的硬性原则,禁止在无人值守环境调用发帖功能。 - 修订发布相关文档,区分 Skill 发布与小红书内容发布,注记脚本仅供开发者使用。 (此次更新无接口参数变更,兼容原有命令用法)
v1.0.5
- All documentation rewritten from English to Chinese for improved localization. - Usage instructions and workflows updated to use Chinese terminology, examples, and step-by-step guides. - Clarified command references and best practices in a fully localized format. - Updated descriptions to better reflect the skill’s use case and activation cues for Chinese-speaking users.
v1.0.4
- Added scripts/publish.sh to the repository. - No other functional or documentation changes.
v1.0.3
Version 1.0.3 of the xhs-cn skill is a major simplification and refactor: - Migrated to a lightweight wrapper model: skill now operates via a bundled Python client (scripts/xhs_client.py) that communicates with a required, separately-run local MCP server for Xiaohongshu automation. - Entire in-package Python SDK, examples, and most config files were removed; legacy code for direct automation is no longer included. - Documentation now focuses on command line workflows using the provided client script, with quick references for searching, publishing, and retrieval tasks. - Clear separation: all automation now handled through the external MCP server; setup instructions moved to SETUP.md.
v1.0.2
**Version 1.0.2 Changelog** - Added detailed skill manifest fields, including: `version`, `source`, `homepage`, `env_vars`, `local_files`, and `permissions` in SKILL.md. - Now lists and describes all optional environment variables for authentication and proxy/browser configuration. - Documents the handling and sensitivity of local files, especially `cookies.json` and `.env`. - Specifies permissions and operational scope of the skill. - README/guide content remains comprehensive and unchanged in feature scope.
v1.0.1
xhs-cn 1.0.1 introduces Python自动化操作与Playwright全链路真实小红书运营自动化。 - 新增 Playwright+异步API,支持二维码扫码自动登录、内容创作自动发布、互动评论等真实操作 - 新增 `examples/login_and_publish.py`、核心代码目录 `xiaohongshu/`,实现扫码登录/图文/视频发布、笔记搜索、点赞、评论等功能 - 配置/结构文档全面更新,详细说明业务能力、API、自动化流程及快速上手 - 支持 Cookie 持久化与自动复用,极大提升自动化体验 - 代码与文档均已模块化,支持二次开发与集成
v1.0.9
- 简化并精炼了技能描述文本,去除多余修饰,使介绍内容更加简洁直接。 - 删除了部分重复和啰嗦的说明,无更动功能和使用方式。 - 保持所有示例场景和功能模块不变,整体内容结构一致。 - 技能核心能力与原有版本保持一致,仅描述方式更加精炼。
v1.0.8
xiaohongshu 1.0.8 更新日志 - 新增SKILL.md,系统化介绍技能的功能、用法与应用场景。 - 明确罗列全链路运营能力,从内容创作、笔记发布、搜索与分析、评论互动到运营数据分析。 - 丰富使用示例,覆盖多风格生成、发布时间、竞品分析、引导互动等多种实际需求。 - 补充进阶用法与组合能力说明,提升实际使用效率。 - 增加注意事项,提醒用户内容合规与数据分析范围。
元数据
Slug xhs-cn
版本 1.0.10
许可证 MIT-0
累计安装 230
当前安装数 7
历史版本数 10
常见问题

小红书 是什么?

小红书自动化运营工具-支持:搜索笔记、查看笔记详情及评论、浏览推荐流、发布图文笔记。 当用户提及 xiaohongshu、小红书、RedNote,或需要在该平台进行内容调研/发布时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6427 次。

如何安装 小红书?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xhs-cn」即可一键安装,无需额外配置。

小红书 是免费的吗?

是的,小红书 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

小红书 支持哪些平台?

小红书 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 小红书?

由 enoyao(@wscats)开发并维护,当前版本 v1.0.10。

💬 留言讨论