← 返回 Skills 市场
cassh100k

VidIQ - Video Intelligence

作者 Cassh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
346
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vidiq
功能描述
AI-powered video intelligence - download, analyze, clip, GIF from any URL. Supports YouTube, TikTok, Instagram, X. Uses ffmpeg + yt-dlp.
安全使用建议
This skill appears to do what it says: it downloads videos via yt-dlp and manipulates them with ffmpeg. Before installing, consider: 1) Privacy/exfiltration — the SKILL.md suggests sending extracted frames to a vision model but doesn't specify which; ensure you trust the agent or model that will receive those images. 2) Local storage — downloads and frames are cached under /tmp/vidiq; remove sensitive files after use. 3) Undeclared dependencies — the script uses python3, md5sum, bc, awk, grep, sed in addition to ffmpeg/yt-dlp; ensure your environment provides these. 4) Copyright and bandwidth — downloading videos may violate terms or consume network/disk. If you want tighter guarantees, request the author add explicit statements about where frame data is sent and list all required binaries in metadata.
功能分析
Type: OpenClaw Skill Name: vidiq Version: 1.0.0 The skill bundle provides legitimate video processing functionality using ffmpeg and yt-dlp, but contains a security vulnerability in `scripts/vidiq.sh`. Specifically, it uses the Python `eval()` function to process the `r_frame_rate` metadata field extracted by `ffprobe` from potentially untrusted video files. While this appears to be an unintentional coding flaw rather than intentional malice, it represents a potential code execution vector if a crafted video file can influence the ffprobe output.
能力评估
Purpose & Capability
Name/description match the included script: the shell script uses yt-dlp to download videos and ffmpeg/ffprobe to inspect, extract frames, clip, create GIFs, etc. The requested binaries (ffmpeg, yt-dlp) are the core tools needed. Minor mismatch: the script also invokes common utilities (python3, md5sum, bc, awk, grep, sed) that are not listed in the metadata but are typical on many systems.
Instruction Scope
SKILL.md tells the agent to 'feed frames to a vision model for content understanding' but does not specify which model or endpoint; the script itself only writes frames to /tmp/vidiq and does not transmit them. This leaves it to the agent runtime to decide where frames are sent, which could result in external transmission of image data if the agent forwards frames to a remote service. Also: SKILL.md lists a 'transcript' action in usage comments, but the script has no implemented 'transcript' case.
Install Mechanism
No install spec (instruction-only with an included shell script). This is low-risk from an installation perspective because no external code is fetched during install. Runtime does call yt-dlp which downloads video content (expected behaviour).
Credentials
The skill declares no required environment variables or credentials, which is appropriate for a local video manipulation tool. It does perform network downloads of user-supplied URLs via yt-dlp — expected for the feature, but note that any URL the agent is given will be fetched.
Persistence & Privilege
The skill does not request persistent/always-on privileges. It writes temporary files under /tmp/vidiq for caching and frames, which is normal for this functionality but means downloaded content is stored locally.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vidiq
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vidiq 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - video download, frames, clips, GIFs, mosaics, AI analysis
元数据
Slug vidiq
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

VidIQ - Video Intelligence 是什么?

AI-powered video intelligence - download, analyze, clip, GIF from any URL. Supports YouTube, TikTok, Instagram, X. Uses ffmpeg + yt-dlp. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。

如何安装 VidIQ - Video Intelligence?

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

VidIQ - Video Intelligence 是免费的吗?

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

VidIQ - Video Intelligence 支持哪些平台?

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

谁开发了 VidIQ - Video Intelligence?

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

💬 留言讨论