{
  "schemaVersion": "1.0",
  "item": {
    "slug": "douyin-video-fetch",
    "name": "Douyin Video Fetch",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/KAMIENDER/douyin-video-fetch",
    "canonicalUrl": "https://clawhub.ai/KAMIENDER/douyin-video-fetch",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/douyin-video-fetch",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=douyin-video-fetch",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/fetch_video.py"
    ],
    "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/douyin-video-fetch"
    },
    "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/douyin-video-fetch",
    "agentPageUrl": "https://openagent3.xyz/skills/douyin-video-fetch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/douyin-video-fetch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/douyin-video-fetch/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": "Overview",
        "body": "把抖音链接下载成可分析的本地 mp4。\n这是“视频复刻”链路的素材入口层。"
      },
      {
        "title": "何时使用",
        "body": "你需要把目标视频落地到本地做拆解\n你拿到的是 video_id，想直接下载\n你要批量下载一组抖音视频做样本库"
      },
      {
        "title": "快速用法",
        "body": "单条下载：\n\npython scripts/fetch_video.py \"https://www.douyin.com/video/7599980362898427178\"\n\n用 video_id 下载：\n\npython scripts/fetch_video.py 7599980362898427178\n\n批量（每行一个 URL 或 video_id）：\n\npython scripts/fetch_video.py --file input.txt --output-dir ./downloads/douyin"
      },
      {
        "title": "输出",
        "body": "默认输出目录：./downloads\n文件名：<video_id>.mp4\n终端会输出每条的成功/失败结果与落盘路径"
      },
      {
        "title": "备注",
        "body": "该技能只负责下载，不做ASR/镜头分析。\n下载失败时建议先用 douyin-url-resolver 清洗输入链接。"
      }
    ],
    "body": "Douyin Video Fetch\nOverview\n\n把抖音链接下载成可分析的本地 mp4。 这是“视频复刻”链路的素材入口层。\n\n何时使用\n你需要把目标视频落地到本地做拆解\n你拿到的是 video_id，想直接下载\n你要批量下载一组抖音视频做样本库\n快速用法\n\n单条下载：\n\npython scripts/fetch_video.py \"https://www.douyin.com/video/7599980362898427178\"\n\n\n用 video_id 下载：\n\npython scripts/fetch_video.py 7599980362898427178\n\n\n批量（每行一个 URL 或 video_id）：\n\npython scripts/fetch_video.py --file input.txt --output-dir ./downloads/douyin\n\n输出\n默认输出目录：./downloads\n文件名：<video_id>.mp4\n终端会输出每条的成功/失败结果与落盘路径\n备注\n该技能只负责下载，不做ASR/镜头分析。\n下载失败时建议先用 douyin-url-resolver 清洗输入链接。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/KAMIENDER/douyin-video-fetch",
    "publisherUrl": "https://clawhub.ai/KAMIENDER/douyin-video-fetch",
    "owner": "KAMIENDER",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/douyin-video-fetch",
    "downloadUrl": "https://openagent3.xyz/downloads/douyin-video-fetch",
    "agentUrl": "https://openagent3.xyz/skills/douyin-video-fetch/agent",
    "manifestUrl": "https://openagent3.xyz/skills/douyin-video-fetch/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/douyin-video-fetch/agent.md"
  }
}