← 返回 Skills 市场
holl4ndtv

Video Analyzer (TikTok + YouTube + Instagram)

作者 holl4ndtv · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1241
总下载
5
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install tiktok-video-analyzer
功能描述
Analyze videos from TikTok, YouTube, Instagram, Twitter, and others by URL, transcribing audio locally and answering questions about the content.
安全使用建议
This skill appears to do what it says: it downloads only audio (via yt-dlp), transcribes locally with faster-whisper/whisper, and caches transcripts in a local folder. Before installing, consider: 1) The first transcription run will download a ~150MB model from Hugging Face (network activity but expected). 2) You must install ffmpeg, yt-dlp, and the Python packages (pip may use --break-system-packages which can alter system Python envs). 3) The skill enforces frequent progress messages and a strict interaction style — make sure that behavior fits your UI/UX expectations. 4) Downloading videos may implicate copyright or privacy concerns depending on content. If you want extra assurance, review the repository origin (README suggests a GitHub repo) and run the Python scripts in a controlled environment first.
功能分析
Type: OpenClaw Skill Name: tiktok-video-analyzer Version: 1.0.0 The OpenClaw AgentSkills bundle for the 'tiktok-video-analyzer' skill is classified as benign. The code (transcribe.py, save_transcript.py) uses `subprocess.run` with a list of arguments, which safely prevents shell injection when executing `yt-dlp` with user-provided URLs. Video IDs are hashed, mitigating path traversal risks. The `SKILL.md` instructions for the AI agent are focused on guiding its behavior for the stated purpose and do not contain any prompt injection attempts to subvert the agent for malicious activities like data exfiltration or unauthorized actions. The skill explicitly states that all processing occurs locally, enhancing user privacy and security.
能力评估
Purpose & Capability
Name and description (video download + local transcription) match the code and instructions: yt-dlp/ffmpeg for download, faster-whisper/whisper for local transcription, and local caching/saving of transcripts. Required tools and files are proportional to the stated purpose.
Instruction Scope
SKILL.md tightly prescribes runtime behavior (immediate acknowledgement messages, periodic progress messages, strict no-commentary rules) which is unusual but not inherently malicious. It instructs the agent to run local scripts, read/write only the skill's transcripts/staging folders, and not to send transcripts anywhere external. The periodic messaging requirement is a behavioral constraint an operator should be aware of.
Install Mechanism
There is no automatic installer in the registry entry (instruction-only + bundled scripts). README suggests standard package managers (brew/apt/pip) and git/gh clone. No downloads from untrusted shorteners or extraction of arbitrary archives were found. Note: model download from Hugging Face and pip installs are network operations but expected for this use case.
Credentials
The skill requires no environment variables or credentials. The only network interactions are: downloading video content via yt-dlp and (once) fetching the local transcription model from Hugging Face; both are consistent with the skill's purpose.
Persistence & Privilege
The skill stores transcripts under its own directory (~/.openclaw/skills/tiktok-analyzer/transcripts) and does not request system-wide privileges or set always:true. Saving files is limited to its own skill folder.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tiktok-video-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tiktok-video-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: analyze TikTok, YouTube, Instagram and 1000+ sites. Local transcription, save library, progress updates.
元数据
Slug tiktok-video-analyzer
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Video Analyzer (TikTok + YouTube + Instagram) 是什么?

Analyze videos from TikTok, YouTube, Instagram, Twitter, and others by URL, transcribing audio locally and answering questions about the content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1241 次。

如何安装 Video Analyzer (TikTok + YouTube + Instagram)?

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

Video Analyzer (TikTok + YouTube + Instagram) 是免费的吗?

是的,Video Analyzer (TikTok + YouTube + Instagram) 完全免费(开源免费),可自由下载、安装和使用。

Video Analyzer (TikTok + YouTube + Instagram) 支持哪些平台?

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

谁开发了 Video Analyzer (TikTok + YouTube + Instagram)?

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

💬 留言讨论