← 返回 Skills 市场
小红书笔记搬运
作者
weilixiong
· GitHub ↗
· v1.0.0
· MIT-0
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-transfer
功能描述
小红书笔记搬运到 Facebook 和 WordPress 的自动化流程。当用户要求搬运小红书笔记、发布小红书内容到 Facebook/WordPress 时使用。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaohongshu-transfer - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaohongshu-transfer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:小红书笔记自动化搬运到 Facebook 和 WordPress,包含图片下载、webp转换、Meta Business Suite发布、WordPress REST API发布、macOS文件对话框自动化
元数据
常见问题
小红书笔记搬运 是什么?
小红书笔记搬运到 Facebook 和 WordPress 的自动化流程。当用户要求搬运小红书笔记、发布小红书内容到 Facebook/WordPress 时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 小红书笔记搬运?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaohongshu-transfer」即可一键安装,无需额外配置。
小红书笔记搬运 是免费的吗?
是的,小红书笔记搬运 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
小红书笔记搬运 支持哪些平台?
小红书笔记搬运 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 小红书笔记搬运?
由 weilixiong(@weilixiong)开发并维护,当前版本 v1.0.0。
推荐 Skills