Overview
- Skill Key
- deadlining/fast-douyin-publish
- Author
- deadlining
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/deadlining/fast-douyin-publish
- Latest Commit SHA
- 193ce5c582fd2a23bd344fac3e87fa674e653ffa
抖音视频自动发布助手。一键上传视频到抖音,支持自动文案生成和标签优化。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 fast-douyin-publish 技能。 若已安装,则直接安装 fast-douyin-publish 技能。
# 抖音视频发布助手 一键抖音登陆,上传视频到抖音。 ## Features - ✅ **一键发布** - 简单操作,快速发布 - ✅ **自动文案** - 智能生成标题和标签(标题长度限制30字符) - ✅ **发布记录** - 自动保存发布历史 - ✅ **二维码登录** - 安全便捷,无需密码 ## Quick Start ### 0. 进入 Conda 环境(mllm 为作者本地环境) ```bash conda activate mllm ``` ### 1. 安装依赖 ```bash pip install playwright playwright install chromium ``` ### 2. 配置账号 首次运行自动创建 `config/accounts.json` ### 3. 发布视频 ```bash # 手动指定标题和标签 python scripts/auto_publisher.py "video.mp4" --title "我的视频" --tags "AI,科技,创新" # 无头模式 python scripts/auto_publisher.py "video.mp4" --title "我的视频" --tags "AI,科技" --headless ``` **注意**:`--title` 和 `--tags` 是必填参数。如果用户未提供标题或标签,skill 应根据视频文件名自动生成标题和标签。 ## Platform | Platform | Login | Title Limit | Duration Limit | |----------|-------|-------------|----------------| | 抖音 | QR Code | 30 chars | 15 min | ## Scripts - `scripts/auto_publisher.py` - 主发布程序 ## Config - `config/accounts.json` - 账号配置 - `config/publish_log.json` - 发布记录 - `config/cookies/douyin.json` - 登录状态 ## Commands / Triggers Use this skill when: - "发布视频到抖音" - "上传视频到抖音" - "抖音发布" ## Security Notes - Cookie 保存在本地,注意保密 - 定期更新登录状态 - 不要分享账号配置文件 ## 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 ```bash pip install --upgrade pip pip install playwright playwright install chromium ```
# 抖音视频发布助手
> 一键抖音登陆, 上传视频到抖音
> 修正自 auto-publisher skill (之前的不可用)
---
## 🚀 快速开始
### 1. 安装依赖
```bash
# 安装 playwright
pip install playwright
# 安装浏览器
playwright install chromium
```
### 2. 配置账号
首次运行会自动创建配置文件:
```
config/accounts.json
```
编辑文件,启用抖音(使用二维码登录,无需填写密码)
### 3. 发布视频
```bash
# 手动指定标题和标签
python scripts/auto_publisher.py "video.mp4" --title "我的视频" --tags "AI,科技,创新"
# 无头模式
python scripts/auto_publisher.py "video.mp4" --title "我的视频" --tags "AI,科技" --headless
```
**注意**:`--title` 和 `--tags` 是必填参数。如果用户未提供标题或标签,skill 应根据视频文件名自动生成标题和标签。
---
## 📱 支持的平台
| 平台 | 登录方式 | 标题限制 | 时长限制 |
|------|---------|---------|---------|
| 抖音 | 二维码 | 30 字 | 15 分钟 |
---
## ⚙️ 配置文件说明
### config/accounts.json
```json
{
"douyin": {
"enabled": true, // 是否启用
"qr_login": true, // 使用二维码登录
"notes": "首次需要扫码"
}
}
```
---
## 📝 常用命令
### 发布视频
```bash
python scripts/auto_publisher.py "video.mp4" --title "我的视频" --tags "AI,科技" --headless
```
---
## 📊 发布记录
发布记录保存在 `config/publish_log.json`
包含:
- 发布时间
- 视频文件
- 标题和标签
- 发布结果
---
## ⚠️ 注意事项
### 首次使用
1. 首次登录需要扫码
2. 扫码后 Cookie 会保存,下次无需重复登录
3. Cookie 有效期约 7-30 天
### 发布频率
- 抖音:建议日更 1-3 条
### 内容规范
- 不要发布违规内容
- 注意版权问题
---
## 🐛 故障排除
### 问题:Playwright 安装失败
```bash
# 解决方法
pip install --upgrade pip
pip install playwright
playwright install chromium
```
### 问题:登录超时
- 检查网络连接
- 手动打开平台网站,确认可以访问
- 重新运行,重新扫码
### 问题:发布失败
- 检查视频格式是否支持
- 检查视频大小是否超限
- 查看浏览器窗口中的错误信息
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)
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.
ashemag
OpenClaw skill to crosspost X/Twitter posts to Reddit via browser automation
canbirlik
A visual, human-like web browser for OpenClaw agents.Supports reading,screenshots, and visible mode.