← 返回 Skills 市场
smile7up

小红书视频下载器

作者 Himly · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
714
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaohongshu-downloader
功能描述
Download and summarize Xiaohongshu (小红书/RedNote) videos. Produces a full resource pack with video, audio, subtitles, transcript, and AI summary. This skill s...
安全使用建议
This skill appears to do what it says: download Xiaohongshu videos and produce transcripts and a Claude-based summary. Before installing or running it, consider the following: - Browser cookies: yt-dlp's --cookies-from-browser will access your browser's cookie store to authenticate. Only use this if you understand/consent to that access and avoid running on a machine with other sensitive logged-in sessions you don't want accessed. - Dependencies & resource use: faster-whisper and model weights are large and may be installed from PyPI. Run in a dedicated Python virtualenv, and be prepared for substantial CPU/RAM/disk usage for transcription. - Run untrusted code safely: inspect the two scripts (they are included and readable) before running. If unsure, run them in an isolated environment (container or throwaway VM) and do not run as root. - Legal/terms: ensure you have the right to download the content and that you comply with Xiaohongshu's terms of service and copyright law. - Inputs: avoid pasting untrusted or malicious URLs; the scripts pass URL arguments directly to yt-dlp but use list-style subprocess calls (not shell), which reduces but does not eliminate risk. If you want greater assurance, ask the publisher for provenance (homepage, author contact) or run the scripts in a sandboxed environment and verify yt-dlp behavior on a test public URL first.
功能分析
Type: OpenClaw Skill Name: xiaohongshu-downloader Version: 1.0.0 The skill's core functionality to download and process videos is implemented securely, using `subprocess.run` with lists to prevent shell injection vulnerabilities in `scripts/download_xiaohongshu.py` and `scripts/parallel_transcribe.py`. However, the skill is classified as 'suspicious' due to the inherent prompt injection vulnerability against the AI agent's LLM component. The `SKILL.md` instructions explicitly direct the agent to read user-controlled content (video title and transcript from `~/Downloads/<video title>/transcript.txt` and `.meta.json`) and insert it into a prompt template (`reference/summary-prompt.md`) for AI summary generation. This creates a surface where malicious input in the video title or transcript could manipulate the LLM's behavior, even though the skill itself does not contain malicious intent or exploit this vulnerability.
能力评估
Purpose & Capability
Name/description match the included scripts and SKILL.md: the repo contains a downloader script that wraps yt-dlp and ffmpeg and a transcription script using faster-whisper. Required tools (yt-dlp, ffmpeg, optional faster-whisper) are coherent with downloading video, extracting audio, producing subtitles/transcripts, and generating AI summaries.
Instruction Scope
SKILL.md instructs the agent to call the included Python scripts and to read/write files under ~/Downloads/<video title>/ and reference/summary-prompt.md. The instructions do not ask for other system-wide data or arbitrary network endpoints. Notable: instructions use yt-dlp's --cookies-from-browser to access browser cookies (needed to access authenticated Xiaohongshu content) and list running uv to run the transcription script — both are within scope for downloading/transcribing but are sensitive in practice.
Install Mechanism
There is no automated install spec (instruction-only), which keeps risk low. The scripts expect external dependencies (yt-dlp, ffmpeg, Python packages like faster-whisper). The README/SKILL.md suggest using 'uv' or pip to install dependencies — installing faster-whisper or using 'uv run' may pull packages from PyPI and download model weights, which can be large and arbitrary. This is expected but worth noting for resource and supply-chain considerations.
Credentials
The skill requests no environment variables, which is fine, but it relies on yt-dlp's --cookies-from-browser to extract browser cookies to authenticate with Xiaohongshu. Accessing browser cookies is sensitive (may expose session tokens) and is not explicitly declared as a credential in the metadata. While this access is necessary for the stated purpose (download authenticated content), users should understand the privacy/security implications of granting or allowing tools that read browser cookie stores.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent elevated privileges or modify other skills or system-wide configurations. README suggests copying to a local skills directory, but no automated persistent installation is present in the package itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaohongshu-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaohongshu-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major update: Adds support for full Xiaohongshu video resource packs and AI-generated summaries. - Now produces downloadable bundles containing video, audio (mp3), subtitles, transcripts, and optional AI summaries. - New command-line flags: `--full` for resource packs, `--summary` for summary generation, and additional output/customization options. - Subtitle and transcript generation is now automatic, using a 3-tier fetching/fallback strategy. - Enhanced troubleshooting tips and detailed workflow instructions in documentation. - Backward compatibility: Basic video download remains unchanged for users preferring previous behavior.
元数据
Slug xiaohongshu-downloader
版本 1.0.0
许可证
累计安装 2
当前安装数 1
历史版本数 1
常见问题

小红书视频下载器 是什么?

Download and summarize Xiaohongshu (小红书/RedNote) videos. Produces a full resource pack with video, audio, subtitles, transcript, and AI summary. This skill s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 714 次。

如何安装 小红书视频下载器?

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

小红书视频下载器 是免费的吗?

是的,小红书视频下载器 完全免费(开源免费),可自由下载、安装和使用。

小红书视频下载器 支持哪些平台?

小红书视频下载器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 小红书视频下载器?

由 Himly(@smile7up)开发并维护,当前版本 v1.0.0。

💬 留言讨论