← Back to Skills Marketplace
weilixiong

小红书笔记搬运

by weilixiong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaohongshu-transfer
Description
小红书笔记搬运到 Facebook 和 WordPress 的自动化流程。当用户要求搬运小红书笔记、发布小红书内容到 Facebook/WordPress 时使用。
Usage Guidance
This skill appears to implement the advertised task, but review before use: 1) The WordPress publish script reads WP_TOKEN from the environment though the skill metadata doesn't declare any required credentials — do not provide secrets until you verify the destination and token scope. 2) Ensure your environment has curl, python3, Pillow (PIL) and requests installed; the package doesn't declare these dependencies. 3) The skill uses osascript to control macOS file dialogs — macOS will ask for automation/accessibility permission; only grant this if you trust the code and author. 4) The scripts reference specific account IDs and save paths (~/Downloads/铁头/... and /tmp/openclaw/uploads/) — check/adjust paths and do a dry run in an isolated environment. 5) Because the skill includes runnable scripts and network calls, inspect the code yourself (or run in a sandbox) before giving it access to your credentials or broad filesystem permissions.
Capability Analysis
Type: OpenClaw Skill Name: xiaohongshu-transfer Version: 1.0.0 The skill bundle automates content scraping from Xiaohongshu and cross-posting to Facebook and WordPress. It employs high-risk capabilities, specifically using `osascript` (documented in `SKILL.md` and `references/platforms.md`) to programmatically control the macOS system UI (`com.apple.appkit.xpc.openAndSavePanelService`) to automate file upload dialogs. Additionally, `scripts/download_images.sh` uses potentially dangerous shell commands (`rm -rf`) on a temporary directory. While these behaviors are aligned with the stated automation goals, the use of system-level UI manipulation and broad file system operations represents a significant attack surface in an agentic environment.
Capability Assessment
Purpose & Capability
The included scripts and SKILL.md align with the stated purpose: downloading images/text from 小红书 and publishing to Facebook (manual/osascript-assisted) and WordPress (REST API). However the package metadata declares no required credentials or binaries while the scripts expect network access, curl, python3, Pillow, and requests — these runtime requirements are not declared.
Instruction Scope
Instructions tell the agent/operator to enter a target account page, extract title/content/image URLs, download files with a Referer header, and use AppleScript (osascript) to control macOS file dialogs. That GUI automation and the open-ended instruction to 'extract' content give the agent broad discretion. The SKILL.md and scripts also reference specific account IDs and a WordPress site, suggesting targeted use but also hardcoded targets.
Install Mechanism
There is no install spec (instruction-only), which keeps disk-write risk low from package installation. But the repo includes runnable scripts which will execute curl/python and require third‑party Python packages (Pillow, requests) that are not declared — operationally important but not an installation-hosted supply-chain download risk.
Credentials
The skill metadata lists no required env vars, yet scripts expect a WP_TOKEN environment variable and SKILL.md shows using an Authorization Bearer token for WordPress. The skill also implicitly requires network access and credentials for Facebook (not declared). Requiring a secret token for publishing is expected for WordPress, but the omission from metadata is an incoherence and a transparency issue.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It manipulates local files (/tmp/openclaw/uploads and ~/Downloads/...) and uses AppleScript to control the macOS file dialog, which requires user-granted accessibility/automation permission on macOS but does not alter other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaohongshu-transfer
  3. After installation, invoke the skill by name or use /xiaohongshu-transfer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:小红书笔记自动化搬运到 Facebook 和 WordPress,包含图片下载、webp转换、Meta Business Suite发布、WordPress REST API发布、macOS文件对话框自动化
Metadata
Slug xiaohongshu-transfer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 小红书笔记搬运?

小红书笔记搬运到 Facebook 和 WordPress 的自动化流程。当用户要求搬运小红书笔记、发布小红书内容到 Facebook/WordPress 时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install 小红书笔记搬运?

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

Is 小红书笔记搬运 free?

Yes, 小红书笔记搬运 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 小红书笔记搬运 support?

小红书笔记搬运 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 小红书笔记搬运?

It is built and maintained by weilixiong (@weilixiong); the current version is v1.0.0.

💬 Comments