Back to skills
extension
Category: Data & AnalyticsAPI key required

社媒音视频分析

Analyze video and audio content to extract subtitles, summaries, and insights via UnityClaw API;当用户需要分析YouTube/TikTok/Vimeo/Douyin等平台的视频音频内容、提取字幕或生成内容摘要时使用

personAuthor: user_fabd0a58hubcommunity

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:

  1. Visit https://unityclaw.com/ to register and obtain your API key
  2. 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