← Back to Skills Marketplace
954215110

Auto Publisher

by 954215110 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1175
Downloads
3
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install auto-publisher
Description
Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishi...
README (SKILL.md)

🦞 小龙虾品牌

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
  • 一键发布 - 一次操作,多平台同步
  • 自动文案 - 智能生成标题和标签
  • 定时发布 - 支持发布队列和定时任务
  • 发布记录 - 自动保存发布历史
  • 二维码登录 - 安全便捷,无需密码

Quick Start

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

Platform Login Title Limit Duration Limit
Douyin QR Code 100 chars 15 min
WeChat Channels QR Code 1000 chars 30 min
Xiaohongshu QR Code 20+1000 chars 15 min
Bilibili QR/Password 80 chars 4 hours
YouTube Google 100 chars 12 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

Troubleshooting

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! 🦞🚀

Usage Guidance
This skill appears to do what it claims: browser-automated uploads using Playwright. Before installing/running it: 1) inspect config/accounts.json and config/publish_log.json after first run — they may contain usernames/passwords or cookies in plaintext; avoid storing sensitive accounts there or encrypt the files yourself; 2) run the tool in a controlled environment (separate account or VM) if you are worried about stored session data; 3) prefer official platform APIs for enterprise/high-security use (the README already recommends that); 4) ensure Playwright and the Chromium runtime are installed from official sources; and 5) review the full script for any additional logging or network calls you might not want (the provided code visits official platform domains and automates uploads, but you should audit the rest of the file if you need higher assurance).
Capability Analysis
Type: OpenClaw Skill Name: auto-publisher Version: 1.0.0 The skill bundle provides a multi-platform video auto-publisher using Playwright for browser automation. The code in `scripts/auto_publisher.py` aligns with its stated purpose, handling video uploads and basic caption/hashtag generation locally. There is no evidence of intentional malicious behavior such as data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation. The `SKILL.md` and `README.md` files contain clear instructions and even include security notes advising users to protect their locally stored cookies and account configurations (`config/accounts.json`), which indicates transparency rather than malicious intent. While browser automation and local credential storage inherently carry risks if the user's system is compromised, these are necessary for the skill's functionality and are not indicative of malice within the skill itself.
Capability Assessment
Purpose & Capability
The name/description (multi-platform video auto-publisher) match the provided Python script and SKILL.md. The script uses Playwright to automate web UIs for Douyin, WeChat Channels, Xiaohongshu, Bilibili and YouTube, which is the expected approach for an automation tool that does QR and browser-based login. There are no unrelated required env vars, binaries, or external services declared.
Instruction Scope
SKILL.md and README instruct installing Playwright and running the Python script (including headless mode). The runtime instructions and the script operate on the user's local files (video files) and create/modify local config files (config/accounts.json, config/publish_log.json). They do not appear to read or exfiltrate unrelated system files or environment variables. Note: the tool depends on the user scanning QR codes and will persist login state (cookies/config) locally — this expands the data the skill holds and should be considered sensitive.
Install Mechanism
There is no automatic install spec in the registry (instruction-only skill). SKILL.md asks users to pip install playwright and to run 'playwright install chromium' — these are reasonable and expected for Playwright-based automation. No remote archives or obscure URLs are fetched by the skill itself.
Credentials
The skill requests no environment variables or external credentials from the registry metadata. However, it creates and stores account configuration locally (accounts.json) including fields for username/password and will persist cookies/session state locally. Those files are stored in plaintext by default and could contain sensitive tokens or cookies; this is proportionate to the tool's purpose but has privacy/security implications the user must accept.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill privileges. It only creates/uses its own config files under a local 'config/' directory. It does not modify other skills or system-wide agent settings according to the provided files.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install auto-publisher
  3. After installation, invoke the skill by name or use /auto-publisher
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of auto-publisher. - Automatically uploads videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube, and more. - Supports batch publishing, scheduled posting, auto-caption generation, and hashtag optimization. - One-click multi-platform publishing with support for login via QR code and secure credential management. - Includes detailed platform limits, setup instructions, and troubleshooting tips. - Scripts for publishing, with batch and scheduled publishing planned for future updates.
Metadata
Slug auto-publisher
Version 1.0.0
License
All-time Installs 8
Active Installs 8
Total Versions 1
Frequently Asked Questions

What is Auto Publisher?

Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishi... It is an AI Agent Skill for Claude Code / OpenClaw, with 1175 downloads so far.

How do I install Auto Publisher?

Run "/install auto-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Auto Publisher free?

Yes, Auto Publisher is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Auto Publisher support?

Auto Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Auto Publisher?

It is built and maintained by 954215110 (@954215110); the current version is v1.0.0.

💬 Comments