← 返回 Skills 市场
nandyqiqi

Xiaohongshu Post

作者 nandyqiqi · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
2262
总下载
0
收藏
12
当前安装
2
版本数
在 OpenClaw 中安装
/install xiaohongshu-post
功能描述
在小红书创作服务平台发布图文帖子。包括: (1) 从本地桌面跨权限上传图片到小红书, (2) 填写标题和正文, (3) 发布帖子。当用户要求发布小红书帖子、上传图片到小红书、或需要在小红书发图文时使用此skill。
安全使用建议
This skill asks the agent to search your Desktop, copy images into a temporary folder, and use your Chrome profile session to upload them. That behavior is plausible for posting images but is privacy-sensitive and isn’t declared in the skill metadata. Before installing or using it, confirm you trust the skill author and that the agent runtime will prompt you before running PowerShell or accessing files. Prefer a version that: (1) asks you to select specific files rather than scanning the whole Desktop, (2) declares required local paths/permissions, or (3) uses an explicit file-pick UI so you can control exactly which files are exposed. If you cannot verify those controls, avoid installing or only run it in a tightly sandboxed environment where it cannot access your real home directory or browser profiles.
功能分析
Type: OpenClaw Skill Name: xiaohongshu-post Version: 1.1.0 The skill instructions in SKILL.md direct the agent to use PowerShell to scan the user's entire desktop ($env:USERPROFILE\Desktop) and copy files to a temporary directory (\tmp\openclaw\uploads) to bypass browser upload limitations. While this is framed as a functional requirement for posting to Xiaohongshu, the broad file system access and use of shell commands to move local data represent an over-privileged design and a significant security risk if the agent is manipulated.
能力评估
Purpose & Capability
Stated purpose (publish a Xiaohongshu post including uploading local images) reasonably requires browser automation and access to local image files. However, the skill metadata declares no config paths, credentials, or required permissions while the instructions assume filesystem and browser-profile access.
Instruction Scope
SKILL.md explicitly instructs running PowerShell to enumerate the user's Desktop, copying files into a temporary directory, and then invoking an upload action using absolute local paths. These instructions access user files and require execution of system commands and control of a browser session — actions outside the metadata's declared scope and potentially privacy-invasive.
Install Mechanism
No install spec or code files are present (instruction-only). That reduces filesystem persistence risk, but means the instructions are the full runtime surface to evaluate.
Credentials
The skill uses environment information (e.g., $env:USERPROFILE) and expects access to a Chrome profile and local filesystem, yet declares no required environment variables, config paths, or primary credential. Requiring broad local access without declaring it is disproportionate and ambiguous.
Persistence & Privilege
always is false and there is no install; the skill does not request permanent presence or elevated platform privileges in the manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaohongshu-post
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaohongshu-post 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
优化上传流程,增加多图片上传说明
v1.0.0
xiaohongshu-post v1.0.0 - Initial release: enables posting image-and-text content to Xiaohongshu via the creator platform. - Supports local image upload from desktop (with cross-permission file handling). - Allows setting post title and body content. - Guides through the complete publishing process, including handling common issues and troubleshooting.
元数据
Slug xiaohongshu-post
版本 1.1.0
许可证
累计安装 13
当前安装数 12
历史版本数 2
常见问题

Xiaohongshu Post 是什么?

在小红书创作服务平台发布图文帖子。包括: (1) 从本地桌面跨权限上传图片到小红书, (2) 填写标题和正文, (3) 发布帖子。当用户要求发布小红书帖子、上传图片到小红书、或需要在小红书发图文时使用此skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2262 次。

如何安装 Xiaohongshu Post?

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

Xiaohongshu Post 是免费的吗?

是的,Xiaohongshu Post 完全免费(开源免费),可自由下载、安装和使用。

Xiaohongshu Post 支持哪些平台?

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

谁开发了 Xiaohongshu Post?

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

💬 留言讨论