← 返回 Skills 市场
hviktortsoi

Xiao Hong Shu Video Analyser

作者 KINO · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
489
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install xhs-video-analyzer
功能描述
下载并分析小红书视频内容。当用户提供小红书链接(xiaohongshu.com)时,自动下载视频、提取语音文字、整理总结内容。Use when user provides a xiaohongshu.com URL and wants video content analysis.
安全使用建议
This skill appears to implement the stated Xiaohongshu video → audio → Poe/Gemini transcription → summary flow, but double-check these before installing: (1) The published metadata omitted POE_API_KEY even though SKILL.md and the scripts require it — confirm you are comfortable the skill will read $POE_API_KEY or ~/.openclaw/openclaw.json. (2) The skill will upload audio to api.poe.com (a third‑party transcription service) — avoid using it with sensitive or private audio unless you trust the service and key. (3) It depends on ffmpeg (and optionally yt-dlp) being available; yt-dlp is used as a fallback. (4) The downloader scrapes the Xiaohongshu page and writes video/audio/transcripts into a work directory (default /tmp); check and clean that directory if needed. If you plan to use this skill, request the author to update the registry metadata to declare POE_API_KEY as a required environment variable and to document any other runtime requirements. If you don’t trust the source, consider inspecting or running the scripts in an isolated environment or using a throwaway/limited Poe API key.
功能分析
Type: OpenClaw Skill Name: xhs-video-analyzer Version: 1.0.1 The skill provides a legitimate utility for downloading and analyzing Xiaohongshu videos by orchestrating ffmpeg, yt-dlp, and the Poe API. The scripts (full-analyze.sh, download.py) perform actions strictly aligned with the stated purpose in SKILL.md, such as extracting audio and sending it to a transcription service. While it accesses the local ~/.openclaw/openclaw.json file to retrieve the necessary POE_API_KEY, this behavior is explicitly documented and used only for the intended API communication with api.poe.com.
能力评估
Purpose & Capability
Name/description match the code and instructions: scripts download a Xiaohongshu video, extract audio (ffmpeg/yt-dlp), and send audio to the Poe API (Gemini) for transcription and summarization. There are no unrelated cloud credentials or unexpected services requested.
Instruction Scope
SKILL.md and scripts describe and implement the expected workflow. The shell script and Python downloader operate only on the provided URL/work directory. The agent is instructed to send audio files to api.poe.com for transcription, which matches the stated design. The scripts read ~/.openclaw/openclaw.json as a fallback for POE_API_KEY.
Install Mechanism
No install spec is present (instruction-only with included scripts). No remote download/install of arbitrary code occurs; only local scripts are run. This is low-risk from an install mechanism standpoint.
Credentials
Metadata lists no required env vars, but both SKILL.md and scripts require a POE_API_KEY (or an entry in ~/.openclaw/openclaw.json). This mismatch is a meaningful omission: the skill will attempt to read the API key from your home config file or environment and will send audio data to Poe. The number and type of credentials requested (a single Poe API key) are proportionate to the task, but the omission from metadata is an incoherence that should be fixed/confirmed before use.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It runs transiently and writes outputs to a working directory (default /tmp/xhs-analysis-<ts>), which is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xhs-video-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xhs-video-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No changes detected in this version. - Version 1.0.1 contains no modifications from the previous release.
v1.0.0
Initial release of xhs-video-analyzer. - Downloads and analyzes Xiaohongshu videos via URL input. - Extracts audio, transcribes speech using Poe API + Gemini. - Provides a detailed structured summary of video content in Chinese. - Supports segmenting audio for long videos (3-minute chunks). - Outputs video, audio, transcript, and structured deep analysis.
元数据
Slug xhs-video-analyzer
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Xiao Hong Shu Video Analyser 是什么?

下载并分析小红书视频内容。当用户提供小红书链接(xiaohongshu.com)时,自动下载视频、提取语音文字、整理总结内容。Use when user provides a xiaohongshu.com URL and wants video content analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 489 次。

如何安装 Xiao Hong Shu Video Analyser?

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

Xiao Hong Shu Video Analyser 是免费的吗?

是的,Xiao Hong Shu Video Analyser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Xiao Hong Shu Video Analyser 支持哪些平台?

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

谁开发了 Xiao Hong Shu Video Analyser?

由 KINO(@hviktortsoi)开发并维护,当前版本 v1.0.1。

💬 留言讨论