{
  "schemaVersion": "1.0",
  "item": {
    "slug": "douyin-publish",
    "name": "Douyin Video Publisher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/gonghaiquan/douyin-publish",
    "canonicalUrl": "https://clawhub.ai/gonghaiquan/douyin-publish",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/douyin-publish",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=douyin-publish",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "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-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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-publish"
    },
    "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-publish",
    "agentPageUrl": "https://openagent3.xyz/skills/douyin-publish/agent",
    "manifestUrl": "https://openagent3.xyz/skills/douyin-publish/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/douyin-publish/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": "douyin-publish",
        "body": "抖音视频发布 skill。使用 MCP 技术自动登录、上传并发布视频到抖音创作者平台。"
      },
      {
        "title": "功能",
        "body": "📹 登录抖音 - 管理抖音账号登录状态\n🚀 发布视频 - 上传视频并发布到抖音\n✅ 检查状态 - 查看登录状态和发布结果\n🏷️ 标签管理 - 支持视频标签和话题"
      },
      {
        "title": "发布视频到抖音",
        "body": "直接在对话中发布视频：\n\n帮我发布视频到抖音\n标题：酥脆金黄鸡腿\n视频：/home/gonghaiquan/Downloads/jimeng-2026-02-13-3808-Crispy golden chicken leg.mp4\n描述：外酥里嫩，美味无法挡！\n标签：美食,鸡腿,烹饪\n\n或更简洁：\n\n发布视频 /home/gonghaiquan/Downloads/video.mp4\n标题：我的视频标题"
      },
      {
        "title": "检查登录状态",
        "body": "检查抖音登录状态"
      },
      {
        "title": "重新登录",
        "body": "重新登录抖音账号"
      },
      {
        "title": "所需工具",
        "body": "需要配置好的 MCP 服务器：\n\ndouyin-upload - 视频上传 MCP\n\n命令：node ~/douyin-mcp-server/mcp-server/dist/index.js\n功能：登录、上传、发布视频\n\n\n\ndouyin-extract - 视频文案提取 MCP（可选）\n\n命令：uvx douyin-mcp-server\n功能：提取无水印链接、AI 文案识别"
      },
      {
        "title": "配置方法",
        "body": "确保 MCP 服务器已添加到配置：\n\nmcporter config add douyin-upload \"node ~/douyin-mcp-server/mcp-server/dist/index.js\"\nmcporter config add douyin-extract \"uvx douyin-mcp-server\""
      },
      {
        "title": "技术细节",
        "body": "浏览器自动化：使用 Puppeteer 控制 Chrome\n系统 Chrome：/usr/bin/google-chrome\nCookie 保存：自动持久化登录状态\n验证码处理：支持短信验证码手动输入"
      },
      {
        "title": "示例对话",
        "body": "用户：帮我发布这个鸡腿视频到抖音\n\n助手：\n\n🚀 开始发布视频到抖音...\n\n✅ 登录成功！账号已验证\n\n📤 正在上传视频...\n✅ 视频上传完成\n\n🏷️ 设置标签：#美食 #鸡腿 #烹饪\n\n🚀 正在发布...\n✅ 发布成功！\n\n📋 视频信息：\n- 标题：酥脆金黄鸡腿，美味诱人！\n- 状态：已发布\n- 链接：https://www.douyin.com/video/...\n\n🎉 视频已成功发布到抖音！"
      },
      {
        "title": "注意事项",
        "body": "首次使用需要手动扫码/短信验证\nCookie 有效期有限，过期需要重新登录\n建议使用创作者账号\n发布频率不要过高，避免触发限制"
      },
      {
        "title": "文件位置",
        "body": "Skill 目录：/home/gonghaiquan/.openclaw/skills/douyin-publish/\nMCP 服务器：~/douyin-mcp-server/\nCookie 保存：~/douyin-mcp-server/mcp-server/douyin-cookies.json"
      }
    ],
    "body": "douyin-publish\n\n抖音视频发布 skill。使用 MCP 技术自动登录、上传并发布视频到抖音创作者平台。\n\n功能\n📹 登录抖音 - 管理抖音账号登录状态\n🚀 发布视频 - 上传视频并发布到抖音\n✅ 检查状态 - 查看登录状态和发布结果\n🏷️ 标签管理 - 支持视频标签和话题\n使用方式\n发布视频到抖音\n\n直接在对话中发布视频：\n\n帮我发布视频到抖音\n标题：酥脆金黄鸡腿\n视频：/home/gonghaiquan/Downloads/jimeng-2026-02-13-3808-Crispy golden chicken leg.mp4\n描述：外酥里嫩，美味无法挡！\n标签：美食,鸡腿,烹饪\n\n\n或更简洁：\n\n发布视频 /home/gonghaiquan/Downloads/video.mp4\n标题：我的视频标题\n\n检查登录状态\n检查抖音登录状态\n\n重新登录\n重新登录抖音账号\n\n所需工具\n\n需要配置好的 MCP 服务器：\n\ndouyin-upload - 视频上传 MCP\n\n命令：node ~/douyin-mcp-server/mcp-server/dist/index.js\n功能：登录、上传、发布视频\n\ndouyin-extract - 视频文案提取 MCP（可选）\n\n命令：uvx douyin-mcp-server\n功能：提取无水印链接、AI 文案识别\n配置方法\n\n确保 MCP 服务器已添加到配置：\n\nmcporter config add douyin-upload \"node ~/douyin-mcp-server/mcp-server/dist/index.js\"\nmcporter config add douyin-extract \"uvx douyin-mcp-server\"\n\n技术细节\n浏览器自动化：使用 Puppeteer 控制 Chrome\n系统 Chrome：/usr/bin/google-chrome\nCookie 保存：自动持久化登录状态\n验证码处理：支持短信验证码手动输入\n示例对话\n\n用户：帮我发布这个鸡腿视频到抖音\n\n助手：\n\n🚀 开始发布视频到抖音...\n\n✅ 登录成功！账号已验证\n\n📤 正在上传视频...\n✅ 视频上传完成\n\n🏷️ 设置标签：#美食 #鸡腿 #烹饪\n\n🚀 正在发布...\n✅ 发布成功！\n\n📋 视频信息：\n- 标题：酥脆金黄鸡腿，美味诱人！\n- 状态：已发布\n- 链接：https://www.douyin.com/video/...\n\n🎉 视频已成功发布到抖音！\n\n注意事项\n首次使用需要手动扫码/短信验证\nCookie 有效期有限，过期需要重新登录\n建议使用创作者账号\n发布频率不要过高，避免触发限制\n文件位置\nSkill 目录：/home/gonghaiquan/.openclaw/skills/douyin-publish/\nMCP 服务器：~/douyin-mcp-server/\nCookie 保存：~/douyin-mcp-server/mcp-server/douyin-cookies.json"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/gonghaiquan/douyin-publish",
    "publisherUrl": "https://clawhub.ai/gonghaiquan/douyin-publish",
    "owner": "gonghaiquan",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/douyin-publish",
    "downloadUrl": "https://openagent3.xyz/downloads/douyin-publish",
    "agentUrl": "https://openagent3.xyz/skills/douyin-publish/agent",
    "manifestUrl": "https://openagent3.xyz/skills/douyin-publish/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/douyin-publish/agent.md"
  }
}