Overview
- Skill Key
- 954215110/auto-publisher
- Author
- 954215110
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/954215110/auto-publisher
- Latest Commit SHA
- 8659ec45f6004c69bb0a36948d573161f11812f2
Multi-platform video auto-publisher. Automatically upload videos to Douyin, WeChat Channels, Xiaohongshu, Bilibili, YouTube and more. Supports batch publishing, scheduled posting, auto-caption generation, and hashtag optimization.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 auto-publisher 技能。 若已安装,则直接安装 auto-publisher 技能。
## 🦞 小龙虾品牌 **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. 安装依赖 ```bash pip install playwright playwright install chromium ``` ### 2. 配置账号 首次运行自动创建 `config/accounts.json` ### 3. 发布视频 ```bash # 发布到所有平台 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...
# 🦞 小龙虾多平台视频发布助手
> 一键上传视频到抖音、视频号、小红书、B 站、YouTube 等平台
---
## 🚀 快速开始
### 1. 安装依赖
```bash
# 安装 playwright
pip install playwright
# 安装浏览器
playwright install chromium
```
### 2. 配置账号
首次运行会自动创建配置文件:
```
config/accounts.json
```
编辑文件,启用要发布的平台(大部分平台使用二维码登录,无需填写密码)
### 3. 发布视频
```bash
# 基础用法
python auto_publisher.py "D:\AI-Video-Studio\outputs\video.mp4"
# 指定标题和标签
python auto_publisher.py "video.mp4" --title "AI 生成的未来城市" --tags "#AI,#科技,#未来"
# 指定平台
python auto_publisher.py "video.mp4" --platforms douyin,xiaohongshu,bilibili
# 无头模式(后台运行)
python auto_publisher.py "video.mp4" --headless
```
---
## 📱 支持的平台
| 平台 | 登录方式 | 标题限制 | 时长限制 |
|------|---------|---------|---------|
| **抖音** | 二维码 | 100 字 | 15 分钟 |
| **视频号** | 二维码 | 1000 字 | 30 分钟 |
| **小红书** | 二维码 | 20 字标题 +1000 字内容 | 15 分钟 |
| **B 站** | 二维码/密码 | 80 字 | 4 小时 |
| **YouTube** | Google 账号 | 100 字 | 12 小时 |
---
## ⚙️ 配置文件说明
### config/accounts.json
```json
{
"douyin": {
"enabled": true, // 是否启用
"qr_login": true, // 使用二维码登录
"notes": "首次需要扫码"
}
}
```
---
## 📝 常用命令
### 发布到所有平台
```bash
python auto_publisher.py "video.mp4"
```
### 只发布到抖音和小红书
```bash
python auto_publisher.py "video.mp4" --platforms douyin,xiaohongshu
```
### 自定义文案风格
```bash
# 吸引互动
python auto_publisher.py "video.mp4" --style engaging
# 专业风格
python auto_publisher.py "video.mp4" --style professional
# 搞笑风格
python auto_publisher.py "video.mp4" --style funny
```
### 批量发布
```bash
# 发布整个文件夹的视频
for file in D:\AI-Video-Studio\outputs\*.mp4; do
python auto_publisher.py "$file"
done
```
---
## 🔄 定时发布
### Windows 任务计划程序
1. 打开"任务计划程序"
2. 创建基本任务
3. 设置触发时间
4. 操作:启动程序
- 程序:`python`
- 参...
openbotx
An open-source platform for orchestrating AI agents — secure, simple, and built for everyone. Multi-agent, real-time task board, web control panel, skills system, browser automation, multi-provider, scheduler, and more. One command to start. Everything from the browser. No coding required.
sealiu1997
OpenClaw skill for 知识星球 / ZSXQ digests with token-first auth and browser recovery.
abczsl520
🌐 OpenClaw skill for Browser-Use — AI-powered browser automation for complex multi-step workflows (login, form filling, scraping, posting)
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
chizhongwang
Teach AI agents to discover hidden APIs, data functions & browser automation recipes for any website. Works with Claude Code, ClawHub, Cursor & any AgentSkills-compatible agent.
campfirefun
AI Agent autonomous prediction market platform. Supports wallet signature registration, market browsing, prediction publishing, and bet execution.