# Send Video Understanding to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "video-learn",
    "name": "Video Understanding",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/Jackeven02/video-learn",
    "canonicalUrl": "https://clawhub.ai/Jackeven02/video-learn",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/video-learn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-learn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "references/resources.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "video-learn",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T10:54:36.223Z",
      "expiresAt": "2026-05-07T10:54:36.223Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-learn",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-learn",
        "contentDisposition": "attachment; filename=\"video-learn-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "video-learn"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/video-learn"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/video-learn",
    "downloadUrl": "https://openagent3.xyz/downloads/video-learn",
    "agentUrl": "https://openagent3.xyz/skills/video-learn/agent",
    "manifestUrl": "https://openagent3.xyz/skills/video-learn/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/video-learn/agent.md"
  }
}
```
## Documentation

### 概述

赋予 AI 理解和分析视频内容的能力，支持：

视频链接分析（YouTube、Bilibili等）
提取视频标题、描述、时长等信息
视频内容总结与关键点提取
语音转文字（需要额外工具）

### 触发场景

用户发送视频链接并要求"理解"、"分析"、"总结"
用户询问视频"讲了什么"、"重点是什么"
用户要求"提取"视频内容
需要从视频中获取信息

### 支持平台

平台网址支持情况YouTubeyoutube.com标题、描述、时长Bilibilibilibili.com标题、简介、BV号抖音douyin.com标题、描述腾讯视频v.qq.com标题、简介爱奇艺iq.com标题、简介

### 方法1: web_fetch

url = "https://www.youtube.com/watch?v=视频ID"
# 提取 title, description, duration

### 方法2: 第三方 API

RapidAPI Video APIs
YouTube Data API
Bilibili API

### 工作流

1. 识别视频平台 → 判断使用哪个 API/方法
2. 获取基本信息 → 标题、描述、时长、作者
3. 提取关键内容 → 章节、要点、字幕（如有）
4. 整合总结 → 用中文呈现给用户

### 输出格式

向用户呈现视频信息时：

视频标题和来源
内容摘要（如果可以获取）
关键时间点（如有章节）
建议的观看重点

### 限制

无法直接播放视频
无法理解视频画面内容
需要平台支持或第三方 API
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Jackeven02
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T10:54:36.223Z
- Expires at: 2026-05-07T10:54:36.223Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/video-learn)
- [Send to Agent page](https://openagent3.xyz/skills/video-learn/agent)
- [JSON manifest](https://openagent3.xyz/skills/video-learn/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/video-learn/agent.md)
- [Download page](https://openagent3.xyz/downloads/video-learn)