← 返回 Skills 市场
spencer17x

Xiaohongshu Ops

作者 spencer17x · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rednote-ops
功能描述
End-to-end Xiaohongshu (小红书 / RedNote) operations skill for setting content style, saving an operating profile, generating posts in that house style, choosin...
安全使用建议
This skill appears to do what it says: automated Xiaohongshu profile management, content + image asset generation, and browser-driven publish automation. Before installing or running it, consider the following: - Review the publish scripts (scripts/xhs_independent_publish.js and scripts/xhs_publish.js). They will launch Playwright/Chromium, open a persistent browser profile at ~/.openclaw/browser/xhs-independent-user-data, upload images, fill fields, and can click the publish button automatically. If you want to prevent automatic publishes, set the profile to require review-before-publish or manually run the scripts in review mode. - Playwright/Chromium and Node are prerequisites; the skill does not include an install spec. Run it only in an environment where adding a persistent user-data-dir and launching browsers is acceptable. - The skill writes local files under data/xiaohongshu/ and /tmp/openclaw/uploads and will create ~/.openclaw/browser/xhs-independent-user-data. Do not point the skill at a browser profile that contains unrelated sensitive sessions or data. - The publish script uses spawnSync('pkill', ['-f', 'xhs-independent-user-data']) to clear locks. This is likely safe for its intended use but could kill any process whose command line matches that string; be cautious on multi-user or shared hosts. - There are no requested external credentials, and the stock-image planner only writes a plan (it does not automatically call Unsplash/Pexels APIs). If you plan to integrate stock provider APIs, add credentials intentionally and review that code path. - If you have limited trust in the skill author or want to be safer, run it in an isolated environment (container or VM), inspect/modify scripts to require manual confirmation before clicking the final publish selector, and enable review-before-publish in profile.json. If you want, I can point out the exact lines that perform browser automation and the pkill call so you can inspect them quickly.
功能分析
Type: OpenClaw Skill Name: rednote-ops Version: 0.1.0 The rednote-ops skill bundle is a comprehensive automation tool for managing Xiaohongshu (RedNote) accounts. It includes scripts for generating content, creating visual assets using Playwright to render SVGs, and automating the publishing process via a dedicated Chromium instance. The skill maintains isolation by using specific browser profiles located in ~/.openclaw/browser/ and includes logic in xhs_independent_publish.js to manage process locks using pkill. All high-risk capabilities, such as browser automation and file system access, are clearly aligned with the stated purpose of social media orchestration, and no evidence of malicious intent or data exfiltration was found.
能力评估
Purpose & Capability
The name/description (Xiaohongshu ops: profile, generate, image strategy, publish) match the included scripts and references. Required resources are local files, a dedicated browser profile, and Playwright-based automation — all appropriate for the stated purpose. No unrelated cloud credentials or surprising binaries are requested.
Instruction Scope
SKILL.md and references explicitly instruct reading/writing local profile files (data/xiaohongshu/profile.json), generating temporary outputs under /tmp, and using a dedicated persistent browser profile (~/.openclaw/browser/xhs-independent-user-data) for publishing. The code automates a browser to upload images, fill title/body, and click the publish button. This is within scope, but worth noting: the scripts will launch persistent Playwright contexts, wait for login if needed, and can trigger a publish click automatically (xhs_independent_publish.js).
Install Mechanism
No install spec is provided (instruction-only repo with helper scripts). The JavaScript code requires Node and Playwright/Chromium at runtime. That is reasonable for this skill, but users must ensure Playwright and a Chromium runtime are installed separately; the skill will not install them for you.
Credentials
The skill declares no required environment variables or credentials. Scripts use process.env.HOME and optionally XHS_ env vars for convenience, which is proportional. No API keys or secrets are hardcoded or required by default. References mention stock-provider APIs but the included fetch script currently only emits a search plan rather than performing downloads.
Persistence & Privilege
always:false (no forced global presence). The skill writes/reads its own profile and reference files under data/xiaohongshu and creates a browser user-data-dir under ~/.openclaw/browser/xhs-independent-user-data. It also runs pkill -f to clear stale profile locks before launching the persistent browser context; this could terminate processes whose args match that string. These behaviors are coherent for a publishing automation tool but merit user attention because they affect local filesystem and processes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rednote-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rednote-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release
元数据
Slug rednote-ops
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Xiaohongshu Ops 是什么?

End-to-end Xiaohongshu (小红书 / RedNote) operations skill for setting content style, saving an operating profile, generating posts in that house style, choosin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Xiaohongshu Ops?

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

Xiaohongshu Ops 是免费的吗?

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

Xiaohongshu Ops 支持哪些平台?

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

谁开发了 Xiaohongshu Ops?

由 spencer17x(@spencer17x)开发并维护,当前版本 v0.1.0。

💬 留言讨论