UnityClaw Media Analysis
Analyze video and audio content to extract subtitles, summaries, and insights via UnityClaw API.
Supported Platforms
- YouTube:
youtube.com/watch?v=* - TikTok:
tiktok.com/@user/video/* - Douyin:
douyin.com/* - Vimeo:
vimeo.com/* - Twitter/X:
twitter.com/*/status/* - Direct Video URLs
Supported Media Types
- Video: MP4, WebM, MOV, AVI
- Audio: MP3, WAV, M4A, AAC
- Streaming: YouTube, TikTok, Douyin, Vimeo
Authorization Configuration
This skill requires UnityClaw API Key authorization.
When you first use this skill, a configuration popup will appear. Follow the instructions to complete the setup.
If you need to configure manually:
- Visit https://unityclaw.com/ to register and obtain your API key
- Configure your API key in the skill's authorization settings
Prerequisites
Install the UnityClaw SDK:
npm install @unityclaw/sdk
Usage
node scripts/generate.js --url "https://youtube.com/watch?v=..."
node scripts/generate.js -u "https://www.douyin.com/video/123456"
Parameters
| Parameter | Short | Required | Default | Description |
|-----------|-------|----------|---------|-------------|
| --url | -u | Yes | - | Media URL to analyze |
| --help | -h | No | - | Show help message |
Output
- Summary: Content summary extracted from the media
- Subtitle: Extracted transcript/subtitles
Examples
YouTube Video
node scripts/generate.js -u "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
Douyin Video
node scripts/generate.js -u "https://www.douyin.com/video/7650946302955605263"
TikTok Video
node scripts/generate.js -u "https://www.tiktok.com/@user/video/123456789"
Resource Index
- Script: scripts/generate.js - Main CLI tool for media analysis
微信扫一扫