{
  "schemaVersion": "1.0",
  "item": {
    "slug": "auto-publisher",
    "name": "Auto Publisher",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/954215110/auto-publisher",
    "canonicalUrl": "https://clawhub.ai/954215110/auto-publisher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/auto-publisher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=auto-publisher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "scripts/auto_publisher.py",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/auto-publisher"
    },
    "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/auto-publisher",
    "agentPageUrl": "https://openagent3.xyz/skills/auto-publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-publisher/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🦞 小龙虾品牌",
        "body": "Created by 小龙虾 AI 工作室\n\n\"小龙虾，有大钳（前）途！\"\n\nContact for custom services: +86 15805942886\n\nNeed custom automation workflows, enterprise batch publishing, or API integration? Reach out!"
      },
      {
        "title": "Auto Publisher - 多平台视频发布助手",
        "body": "一键上传视频到抖音、视频号、小红书、B 站、YouTube 等平台。"
      },
      {
        "title": "Features",
        "body": "✅ 多平台支持 - 抖音、视频号、小红书、B 站、YouTube\n✅ 一键发布 - 一次操作，多平台同步\n✅ 自动文案 - 智能生成标题和标签\n✅ 定时发布 - 支持发布队列和定时任务\n✅ 发布记录 - 自动保存发布历史\n✅ 二维码登录 - 安全便捷，无需密码"
      },
      {
        "title": "1. 安装依赖",
        "body": "pip install playwright\nplaywright install chromium"
      },
      {
        "title": "2. 配置账号",
        "body": "首次运行自动创建 config/accounts.json"
      },
      {
        "title": "3. 发布视频",
        "body": "# 发布到所有平台\npython auto_publisher.py \"video.mp4\"\n\n# 指定平台\npython auto_publisher.py \"video.mp4\" --platforms douyin,xiaohongshu\n\n# 无头模式\npython auto_publisher.py \"video.mp4\" --headless"
      },
      {
        "title": "Platform Support",
        "body": "PlatformLoginTitle LimitDuration LimitDouyinQR Code100 chars15 minWeChat ChannelsQR Code1000 chars30 minXiaohongshuQR Code20+1000 chars15 minBilibiliQR/Password80 chars4 hoursYouTubeGoogle100 chars12 hours"
      },
      {
        "title": "Scripts",
        "body": "scripts/auto_publisher.py - 主发布程序\nscripts/schedule_publisher.py - 定时发布（待开发）\nscripts/batch_publisher.py - 批量发布（待开发）"
      },
      {
        "title": "Config",
        "body": "config/accounts.json - 账号配置\nconfig/publish_log.json - 发布记录\nconfig/schedule.json - 发布计划（待开发）"
      },
      {
        "title": "Commands / Triggers",
        "body": "Use this skill when:\n\n\"发布视频到所有平台\"\n\"Auto-post this video\"\n\"批量上传视频\"\n\"定时发布内容\"\n\"Multi-platform upload\""
      },
      {
        "title": "Security Notes",
        "body": "Cookie 保存在本地，注意保密\n定期更新登录状态\n不要分享账号配置文件\n企业用户建议使用官方 API"
      },
      {
        "title": "Login timeout",
        "body": "Check network connection\nManually visit the platform website\nRe-run and scan QR code again"
      },
      {
        "title": "Publish failed",
        "body": "Check video format (MP4 recommended)\nCheck video size limits\nView browser window for error details"
      },
      {
        "title": "Playwright errors",
        "body": "pip install --upgrade pip\npip install playwright\nplaywright install chromium\n\nReady to automate your social media posting? Let's go! 🦞🚀"
      }
    ],
    "body": "🦞 小龙虾品牌\n\nCreated by 小龙虾 AI 工作室\n\n\"小龙虾，有大钳（前）途！\"\n\nContact for custom services: +86 15805942886\n\nNeed custom automation workflows, enterprise batch publishing, or API integration? Reach out!\n\nAuto Publisher - 多平台视频发布助手\n\n一键上传视频到抖音、视频号、小红书、B 站、YouTube 等平台。\n\nFeatures\n✅ 多平台支持 - 抖音、视频号、小红书、B 站、YouTube\n✅ 一键发布 - 一次操作，多平台同步\n✅ 自动文案 - 智能生成标题和标签\n✅ 定时发布 - 支持发布队列和定时任务\n✅ 发布记录 - 自动保存发布历史\n✅ 二维码登录 - 安全便捷，无需密码\nQuick Start\n1. 安装依赖\npip install playwright\nplaywright install chromium\n\n2. 配置账号\n\n首次运行自动创建 config/accounts.json\n\n3. 发布视频\n# 发布到所有平台\npython auto_publisher.py \"video.mp4\"\n\n# 指定平台\npython auto_publisher.py \"video.mp4\" --platforms douyin,xiaohongshu\n\n# 无头模式\npython auto_publisher.py \"video.mp4\" --headless\n\nPlatform Support\nPlatform\tLogin\tTitle Limit\tDuration Limit\nDouyin\tQR Code\t100 chars\t15 min\nWeChat Channels\tQR Code\t1000 chars\t30 min\nXiaohongshu\tQR Code\t20+1000 chars\t15 min\nBilibili\tQR/Password\t80 chars\t4 hours\nYouTube\tGoogle\t100 chars\t12 hours\nScripts\nscripts/auto_publisher.py - 主发布程序\nscripts/schedule_publisher.py - 定时发布（待开发）\nscripts/batch_publisher.py - 批量发布（待开发）\nConfig\nconfig/accounts.json - 账号配置\nconfig/publish_log.json - 发布记录\nconfig/schedule.json - 发布计划（待开发）\nCommands / Triggers\n\nUse this skill when:\n\n\"发布视频到所有平台\"\n\"Auto-post this video\"\n\"批量上传视频\"\n\"定时发布内容\"\n\"Multi-platform upload\"\nSecurity Notes\nCookie 保存在本地，注意保密\n定期更新登录状态\n不要分享账号配置文件\n企业用户建议使用官方 API\nTroubleshooting\nLogin timeout\nCheck network connection\nManually visit the platform website\nRe-run and scan QR code again\nPublish failed\nCheck video format (MP4 recommended)\nCheck video size limits\nView browser window for error details\nPlaywright errors\npip install --upgrade pip\npip install playwright\nplaywright install chromium\n\n\nReady to automate your social media posting? Let's go! 🦞🚀"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/954215110/auto-publisher",
    "publisherUrl": "https://clawhub.ai/954215110/auto-publisher",
    "owner": "954215110",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/auto-publisher",
    "downloadUrl": "https://openagent3.xyz/downloads/auto-publisher",
    "agentUrl": "https://openagent3.xyz/skills/auto-publisher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/auto-publisher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/auto-publisher/agent.md"
  }
}