← Back to Skills Marketplace
nandyqiqi

Xiaohongshu Post

by nandyqiqi · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
2262
Downloads
0
Stars
12
Active Installs
2
Versions
Install in OpenClaw
/install xiaohongshu-post
Description
在小红书创作服务平台发布图文帖子。包括: (1) 从本地桌面跨权限上传图片到小红书, (2) 填写标题和正文, (3) 发布帖子。当用户要求发布小红书帖子、上传图片到小红书、或需要在小红书发图文时使用此skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-post
  3. After installation, invoke the skill by name or use /xiaohongshu-post
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug xiaohongshu-post
Version 1.1.0
License
All-time Installs 13
Active Installs 12
Total Versions 2
Frequently Asked Questions

What is Xiaohongshu Post?

在小红书创作服务平台发布图文帖子。包括: (1) 从本地桌面跨权限上传图片到小红书, (2) 填写标题和正文, (3) 发布帖子。当用户要求发布小红书帖子、上传图片到小红书、或需要在小红书发图文时使用此skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 2262 downloads so far.

How do I install Xiaohongshu Post?

Run "/install xiaohongshu-post" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xiaohongshu Post free?

Yes, Xiaohongshu Post is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Xiaohongshu Post support?

Xiaohongshu Post is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xiaohongshu Post?

It is built and maintained by nandyqiqi (@nandyqiqi); the current version is v1.1.0.

💬 Comments