← All skills
Tencent SkillHub · Communication & Collaboration

Auto Publisher

Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishi...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishi...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, scripts/auto_publisher.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

🦞 小龙虾品牌

Created by 小龙虾 AI 工作室 "小龙虾,有大钳(前)途!" Contact for custom services: +86 15805942886 Need custom automation workflows, enterprise batch publishing, or API integration? Reach out!

Auto Publisher - 多平台视频发布助手

一键上传视频到抖音、视频号、小红书、B 站、YouTube 等平台。

Features

✅ 多平台支持 - 抖音、视频号、小红书、B 站、YouTube ✅ 一键发布 - 一次操作,多平台同步 ✅ 自动文案 - 智能生成标题和标签 ✅ 定时发布 - 支持发布队列和定时任务 ✅ 发布记录 - 自动保存发布历史 ✅ 二维码登录 - 安全便捷,无需密码

1. 安装依赖

pip install playwright playwright install chromium

2. 配置账号

首次运行自动创建 config/accounts.json

3. 发布视频

# 发布到所有平台 python auto_publisher.py "video.mp4" # 指定平台 python auto_publisher.py "video.mp4" --platforms douyin,xiaohongshu # 无头模式 python auto_publisher.py "video.mp4" --headless

Platform Support

PlatformLoginTitle LimitDuration LimitDouyinQR Code100 chars15 minWeChat ChannelsQR Code1000 chars30 minXiaohongshuQR Code20+1000 chars15 minBilibiliQR/Password80 chars4 hoursYouTubeGoogle100 chars12 hours

Scripts

scripts/auto_publisher.py - 主发布程序 scripts/schedule_publisher.py - 定时发布(待开发) scripts/batch_publisher.py - 批量发布(待开发)

Config

config/accounts.json - 账号配置 config/publish_log.json - 发布记录 config/schedule.json - 发布计划(待开发)

Commands / Triggers

Use this skill when: "发布视频到所有平台" "Auto-post this video" "批量上传视频" "定时发布内容" "Multi-platform upload"

Security Notes

Cookie 保存在本地,注意保密 定期更新登录状态 不要分享账号配置文件 企业用户建议使用官方 API

Login timeout

Check network connection Manually visit the platform website Re-run and scan QR code again

Publish failed

Check video format (MP4 recommended) Check video size limits View browser window for error details

Playwright errors

pip install --upgrade pip pip install playwright playwright install chromium Ready to automate your social media posting? Let's go! 🦞🚀

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/auto_publisher.py Scripts