← 返回 Skills 市场
Video Intelligence
作者
Luiz Gustavo Nogara
· GitHub ↗
· v1.0.1
381
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install video-intel
功能描述
Download videos and get transcripts, summaries, or metadata from YouTube, TikTok, Instagram, and X (Twitter). Use when the user shares a video URL and wants...
安全使用建议
Before installing or running this skill: (1) Understand privacy: when captions are not available the script downloads audio and uploads it to OpenAI's transcription API (api.openai.com) using OPENAI_API_KEY — do not provide that key if you don't want audio leaving your machine. (2) The registry metadata does not list required binaries or the optional OPENAI_API_KEY even though the SKILL.md and scripts require yt-dlp, python3, curl (and ffmpeg for some sites) — confirm you have/are willing to install those. (3) Prefer installing yt-dlp and ffmpeg via your OS/package manager rather than blindly running the provided curl | chmod command. (4) Inspect the script locally before running, and consider running it in a confined environment (container/VM) if you have sensitive data. (5) Ask the publisher to update the skill metadata to declare the required binaries and the OPENAI_API_KEY dependency so the registry accurately reflects what will be needed.
功能分析
Type: OpenClaw Skill
Name: video-intel
Version: 1.0.1
The skill bundle is benign. It downloads videos and processes transcripts using `yt-dlp`, `curl`, and `python3`, as explicitly stated in `SKILL.md`. The only significant external interaction is the optional upload of audio to OpenAI's transcription API (`https://api.openai.com/v1/audio/transcriptions`) if `OPENAI_API_KEY` is set and captions are unavailable, which is clearly disclosed as a privacy notice in `SKILL.md`. There is no evidence of malicious intent, unauthorized data exfiltration, persistence mechanisms, or harmful prompt injection against the agent.
能力评估
Purpose & Capability
The skill's name and description match the code: yt-dlp is used to fetch captions/downloads, a Python script parses captions, and curl is used to call OpenAI for audio transcription. However, the registry metadata lists no required binaries or env vars while SKILL.md and the scripts require yt-dlp, python3, curl (and optionally ffmpeg) and optionally OPENAI_API_KEY. That metadata omission is an incoherence and should be corrected by the publisher.
Instruction Scope
SKILL.md and scripts stay within the stated purpose: fetching captions, downloading audio/video, parsing captions, and calling OpenAI's transcription endpoint as a documented fallback. The README explicitly warns about audio uploads and gives guidance. The scripts write cached output to /tmp/video-intel and use $HOME for a local yt-dlp fallback; they do not read other system config or unrelated secrets.
Install Mechanism
There is no formal install spec in the registry (instruction-only skill). SKILL.md includes a curl command to download yt-dlp from GitHub releases and suggests apt install for ffmpeg. Downloading a binary with curl is common but higher-risk than using a distribution package manager; the instructions will write to ~/bin which is benign but should be performed consciously by the user.
Credentials
The registry metadata claims no required env vars, but the script will require OPENAI_API_KEY when captions are unavailable and it falls back to the OpenAI transcription API. That credential request is proportionate to the fallback behavior, but the omission from the declared requirements is an inconsistency. Users must be aware that providing OPENAI_API_KEY causes audio files to be uploaded to api.openai.com.
Persistence & Privilege
No special persistence or privileged flags are requested (always:false). The skill caches files under /tmp/video-intel and does not modify other skills or system-wide agent settings. It does not try to auto-enable itself or gain elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-intel - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-intel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Expanded requirements in the description to clearly list all dependencies (yt-dlp, python3, curl; ffmpeg and OPENAI_API_KEY as optional).
- Added a detailed "Required Dependencies" section with explanation table and install instructions.
- Introduced a new "Privacy Notice" describing OpenAI audio upload behavior, clarifying that audio from non-YouTube sources may be sent to OpenAI for transcription.
- Clarified when each dependency is needed and caveats for non-YouTube videos.
- No changes to workflows or core functionality.
v1.0.0
Initial release of video-intel.
- Download videos and extract transcripts, summaries, or metadata from YouTube, TikTok, Instagram, and X (Twitter).
- Handles both direct captions and OpenAI Whisper fallback for audio transcription.
- Supports command-line workflows to get transcripts, video info, caption tracks, or download videos.
- Responds to common video-related queries and URLs.
- Includes support for translated transcripts, summaries, and key quotes.
元数据
常见问题
Video Intelligence 是什么?
Download videos and get transcripts, summaries, or metadata from YouTube, TikTok, Instagram, and X (Twitter). Use when the user shares a video URL and wants... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 381 次。
如何安装 Video Intelligence?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-intel」即可一键安装,无需额外配置。
Video Intelligence 是免费的吗?
是的,Video Intelligence 完全免费(开源免费),可自由下载、安装和使用。
Video Intelligence 支持哪些平台?
Video Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Video Intelligence?
由 Luiz Gustavo Nogara(@nogara)开发并维护,当前版本 v1.0.1。
推荐 Skills