Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

video-understanding-and-ai-clipping视频理解和 AI 剪辑

Agent Skill

用于辅助视频生成、动画合成、脚本化剪辑或 Remotion 等视频项目开发。它适合让 Agent 组织镜头、生成素材说明、维护合成代码或排查渲染问题。使用时需要确认分辨率、时长、素材路径和导出格式;涉及外部素材、人物肖像或商业发布时,应先核对版权授权和内容审核要求。

总安装

4,543

周安装

182

GitHub Stars

公开资料未说明

下载量

1,471
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:video-understanding-and-ai-clipping(视频理解和 AI 剪辑)
来源仓库:https://github.com/wayinvideo/video-understanding-and-ai-clipping
安装命令:
openclaw skills install video-understanding-and-ai-clipping
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install video-understanding-and-ai-clipping

简介

AI 驱动的视频分析套件,支持精彩片段提取与自然语言搜索。

  • 适合内容创作者进行视频摘要、字幕生成和镜头定位。
  • 基于 WayinVideo 平台提供转录、剪辑建议与结构化内容检索。
  • 使用时需确保视频 URL 可访问,注意人物肖像与版权合规要求。
  • 通过 clawhub 安装并接入 OpenClaw 实现自动化视频处理流程。

SKILL.md

name
wayinvideo
description
WayinVideo AI video editing and analysis suite. Includes highlight extraction, natural language video search, content summarization, and transcription. Example scenarios: 'extract video highlights' / '分析这个视频' / 'Um clipe de um gato pulando na mesa.' / 'Transcrivez cette vidéo.'. Supports online URLs and local files with customizable export options like aspect ratio, captions, and AI reframing. Features persistent configuration for seamless automation and sub-agent optimized background polling. Use when the user needs any form of AI video editing, highlight discovery, or content analysis.
metadata
clawdbot
emoji
🎬
requires
bins
["python3"]
env
["WAYIN_API_KEY"]
primaryEnv
WAYIN_API_KEY
files
["wayinvideo-cli/**/*"]

WayinVideo - Mastering Video Editing & Understanding with AI-Powered Tools

What is WayinVideo?

WayinVideo is an AI video editing and analysis platform designed to simplify complex video tasks with a few clicks, such as extracting viral highlights, searching for specific moments using natural language, generating comprehensive summaries, providing high-quality transcriptions, etc. WayinVideo not only provides a friendly GUI to users, but also APIs for agents to automate their workflows. Whether you are dealing with online URLs (YouTube, TikTok, etc.) or local files, WayinVideo offers customizable export options like AI reframing and captioning to make your content ready for any platform. This skill encompasses WayinVideo CLI, which simplifies the API usage and allows for persisting user preferences.

Installation & Setup

Check if the WayinVideo CLI is already installed: wayinvideo --help.

  • Recommended: Install as a local package: pip3 install -e <ABS_PATH_TO_SKILL>/wayinvideo-cli
  • No-Install Option: If you prefer not to install, replace wayinvideo <command> with:

PYTHONPATH=<ABS_PATH_TO_SKILL>/wayinvideo-cli python3 -m wayinvideo <command>

Quick Start

Follow this simple workflow to use the CLI effectively:

  1. Check Environment: Ensure WAYIN_API_KEY is set.
  2. Confirm Video Source:

- If it's a supported URL (YouTube, Vimeo, Dailymotion, Kick, Twitch, TikTok, Facebook, Instagram, Zoom, Rumble, Google Drive), proceed to step 4. - If it's an unsupported URL, download it first. - If it's a local file (or downloaded), proceed to step 3.

  1. Upload Local Video: Run wayinvideo upload --file-path <path> to get a video identity.
  2. Submit Task: Use wayinvideo submit <task_type> --url "<url_or_identity>" with desired options.
  3. Poll Results: Use wayinvideo poll --type <type> --id <id> to track progress and get final results.

What WayinVideo CLI can do?

WayinVideo supports several specialized tasks to match different user needs:

Task TypeDescriptionBest Use CaseDocumentation
clipExtracts engaging highlights.Creating viral social media clips or highlight reels.basics/ai-clipping.md
searchNatural language video search.Locating specific scenes, topics, or events (e.g., "the part where they talk about taxes").basics/find-moments.md
summarizeStructured content summary.Quick understanding, key info extraction, or video QA.basics/video-summarization.md
transcribeSpeech-to-text conversion.Subtitle creation, speaker analysis, or searchable transcripts.basics/video-transcription.md
exportStandalone video rendering.Changing ratio/captions/hooks for existing clip/search results.basics/export.md

You MUST read the corresponding documentation before you submit that task.

Selecting the Right Task

  • "Make this viral" / "Give me highlights" -> Use clip. It's best for broad, subjective requests.
  • "Where do they mention X?" / "Find the cat jumping" -> Use search. Perfect for specific search intent.
  • "What is this video about?" / "Summarize this meeting" -> Use summarize. Ideal for high-level understanding.
  • "I need the full script" / "Who said Y?" -> Use transcribe. Best for detailed textual evidence and speaker tracking.
  • "Change the subtitles to dual-lang" / "Make these clips 9:16" -> Use export. Best for re-rendering results from a prior clip or search task.

Advanced Usage

Polling in the Background

Polling can be time-consuming. Run wayinvideo poll in a subagent or as a background task whenever possible. This allows you to stay responsive to the user while the subagent handles the task.

Parallel Processing: For scenarios involving multiple videos or multiple tasks (e.g., clipping and summarizing the same video simultaneously), it is highly recommended to spawn multiple parallel subagents or background tasks. This allows for concurrent execution and significantly reduces the total wall-clock time.

Pro Tip: For OpenClaw users, use --event-interval 300 to enable progress updates via the openclaw CLI every 300 seconds (default is 0/disabled). - When you receive a reminder, update the user on the current progress. - Actively check the subagent/background task status every 2 * --event-interval seconds. - If the task is still active, notify the user that processing is ongoing (e.g., "Processing is still in progress; as the video is quite long, it may take a bit more time"). - If the task is no longer active (crashed or stopped), notify the user and offer to retry (start polling again or resubmit).

Customizing User Preferences

  • Reflect on Patterns: Periodically review the user's recent tasks and interactions to identify consistent preferences (e.g., target language, bilingual subtitles, specific caption styles, or aspect ratios).
  • Persist Settings: Use wayinvideo config set <key> <value> to save these preferences globally, ensuring a smoother and more personalized experience. Examples:

- wayinvideo config set defaults.target zh - wayinvideo config set defaults.clip.ratio RATIO_9_16

Reporting Results

If WayinVideo CLI outputs files locally, ALWAYS include the file path in your response. If the user asks for video transcription, ALWAYS ask whether they want the subtitles converted to a common format (e.g., .txt).

If an export_link is provided in the result:

  1. Check Expiration:

- If the project has expired (3 days after submission), notify the user and re-run. - If the export_link has expired (24 hours after the last poll), run wayinvideo poll --type <type> --project-id <id> again to refresh it.

  1. Provide the Link: Always include the export_link as a clickable Markdown link. NEVER truncate, shorten, or alter these links.
  2. Download: If the user wants to download the video or use it locally, use: curl -L -o <filename> "<export_link>".

Handling Complex Scenarios

You MUST read the corresponding advanced documentation before proceeding with these tasks.

I want to...Read
"Learn [subject] from these [N] videos"advanced/learning_from_videos.md
"Find the most [adjective] clip from the video"advanced/searching_best.md

Principles

  1. Exhaust All Options: Never claim a task is impossible until every tool, parameter, and workflow combination has been exhausted. There are no excuses—only creative problem-solving and persistent attempts.
  2. Act First, Ask Later: Use the tools at your disposal before asking for permission. When you must ask for clarification, always include diagnostic data or status updates as evidence. Never rely on memory—verify facts with documentation or logs first.
  3. Owner, Not NPC: Take full ownership of the end-to-end outcome. Proactively manage background tasks, handle link expirations, and deliver final results without waiting for the user to nudge you. Move the needle, don't just react.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.26%
按下载量换算1,401

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install video-understanding-and-ai-clipping 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills