← Back to Skills Marketplace
holl4ndtv

Video Analyzer (TikTok + YouTube + Instagram)

by holl4ndtv · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1241
Downloads
5
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install tiktok-video-analyzer
Description
Analyze videos from TikTok, YouTube, Instagram, Twitter, and others by URL, transcribing audio locally and answering questions about the content.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tiktok-video-analyzer
  3. After installation, invoke the skill by name or use /tiktok-video-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: analyze TikTok, YouTube, Instagram and 1000+ sites. Local transcription, save library, progress updates.
Metadata
Slug tiktok-video-analyzer
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1241 downloads so far.

How do I install Video Analyzer (TikTok + YouTube + Instagram)?

Run "/install tiktok-video-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Video Analyzer (TikTok + YouTube + Instagram) free?

Yes, Video Analyzer (TikTok + YouTube + Instagram) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Video Analyzer (TikTok + YouTube + Instagram) support?

Video Analyzer (TikTok + YouTube + Instagram) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Video Analyzer (TikTok + YouTube + Instagram)?

It is built and maintained by holl4ndtv (@holl4ndtv); the current version is v1.0.0.

💬 Comments