{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/video-learn",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=video-learn",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "references/resources.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/video-learn",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "概述",
        "body": "赋予 AI 理解和分析视频内容的能力，支持：\n\n视频链接分析（YouTube、Bilibili等）\n提取视频标题、描述、时长等信息\n视频内容总结与关键点提取\n语音转文字（需要额外工具）"
      },
      {
        "title": "触发场景",
        "body": "用户发送视频链接并要求\"理解\"、\"分析\"、\"总结\"\n用户询问视频\"讲了什么\"、\"重点是什么\"\n用户要求\"提取\"视频内容\n需要从视频中获取信息"
      },
      {
        "title": "支持平台",
        "body": "平台网址支持情况YouTubeyoutube.com标题、描述、时长Bilibilibilibili.com标题、简介、BV号抖音douyin.com标题、描述腾讯视频v.qq.com标题、简介爱奇艺iq.com标题、简介"
      },
      {
        "title": "方法1: web_fetch",
        "body": "url = \"https://www.youtube.com/watch?v=视频ID\"\n# 提取 title, description, duration"
      },
      {
        "title": "方法2: 第三方 API",
        "body": "RapidAPI Video APIs\nYouTube Data API\nBilibili API"
      },
      {
        "title": "工作流",
        "body": "1. 识别视频平台 → 判断使用哪个 API/方法\n2. 获取基本信息 → 标题、描述、时长、作者\n3. 提取关键内容 → 章节、要点、字幕（如有）\n4. 整合总结 → 用中文呈现给用户"
      },
      {
        "title": "输出格式",
        "body": "向用户呈现视频信息时：\n\n视频标题和来源\n内容摘要（如果可以获取）\n关键时间点（如有章节）\n建议的观看重点"
      },
      {
        "title": "限制",
        "body": "无法直接播放视频\n无法理解视频画面内容\n需要平台支持或第三方 API"
      }
    ],
    "body": "Video Understanding - 视频理解技能\n概述\n\n赋予 AI 理解和分析视频内容的能力，支持：\n\n视频链接分析（YouTube、Bilibili等）\n提取视频标题、描述、时长等信息\n视频内容总结与关键点提取\n语音转文字（需要额外工具）\n触发场景\n用户发送视频链接并要求\"理解\"、\"分析\"、\"总结\"\n用户询问视频\"讲了什么\"、\"重点是什么\"\n用户要求\"提取\"视频内容\n需要从视频中获取信息\n支持平台\n平台\t网址\t支持情况\nYouTube\tyoutube.com\t标题、描述、时长\nBilibili\tbilibili.com\t标题、简介、BV号\n抖音\tdouyin.com\t标题、描述\n腾讯视频\tv.qq.com\t标题、简介\n爱奇艺\tiq.com\t标题、简介\n获取视频信息\n方法1: web_fetch\nurl = \"https://www.youtube.com/watch?v=视频ID\"\n# 提取 title, description, duration\n\n方法2: 第三方 API\nRapidAPI Video APIs\nYouTube Data API\nBilibili API\n工作流\n1. 识别视频平台 → 判断使用哪个 API/方法\n2. 获取基本信息 → 标题、描述、时长、作者\n3. 提取关键内容 → 章节、要点、字幕（如有）\n4. 整合总结 → 用中文呈现给用户\n\n输出格式\n\n向用户呈现视频信息时：\n\n视频标题和来源\n内容摘要（如果可以获取）\n关键时间点（如有章节）\n建议的观看重点\n限制\n无法直接播放视频\n无法理解视频画面内容\n需要平台支持或第三方 API"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Jackeven02/video-learn",
    "publisherUrl": "https://clawhub.ai/Jackeven02/video-learn",
    "owner": "Jackeven02",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}