Overview
- Skill Key
- cassh100k/vidiq
- Author
- cassh100k
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cassh100k/vidiq
- Latest Commit SHA
- cdf2773fa027a849ca5fe29bae610731019130b9
AI-powered video intelligence - download, analyze, clip, GIF from any URL. Supports YouTube, TikTok, Instagram, X. Uses ffmpeg + yt-dlp.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vidiq 技能。 若已安装,则直接安装 vidiq 技能。
# VidIQ - Video Intelligence & Query Tool
Download, understand, and manipulate any video from a URL.
## Commands
```bash
# Video info (duration, resolution, codecs)
{baseDir}/scripts/vidiq.sh <url_or_path> info
# Extract N frames evenly spaced
{baseDir}/scripts/vidiq.sh <url_or_path> frames 10
# Single frame at timestamp
{baseDir}/scripts/vidiq.sh <url_or_path> frame 01:30:00
# Clip between timestamps
{baseDir}/scripts/vidiq.sh <url_or_path> clip 01:01:01 01:20:01 output.mp4
# Create GIF (start time, duration in seconds)
{baseDir}/scripts/vidiq.sh <url_or_path> gif 00:45:00 5
# Extract audio as MP3
{baseDir}/scripts/vidiq.sh <url_or_path> audio
# Detect scene changes
{baseDir}/scripts/vidiq.sh <url_or_path> scenes 0.3
# Visual mosaic (columns, total frames)
{baseDir}/scripts/vidiq.sh <url_or_path> mosaic 4 16
```
## AI Analysis Workflow
1. Extract frames: `vidiq.sh <url> frames 10`
2. Feed frames to vision model for content understanding
3. Answer questions about the video based on frame analysis
## Supported Platforms
YouTube, TikTok, Instagram, X/Twitter, any direct video URL, local files.
## Notes
- Downloaded videos are cached in `/tmp/vidiq/` for reuse
- Frames output to `/tmp/vidiq/frames_*/`
- For long videos, extract more frames for better coverage
- GIFs are optimized with palette generation for small file size
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.