← 返回 Skills 市场
Fast Douyin Publish
作者
DeadLining
· GitHub ↗
· v1.0.0
· MIT-0
515
总下载
2
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install fast-douyin-publish
功能描述
抖音视频自动发布助手。一键上传视频到抖音,支持自动文案生成和标签优化。
使用说明 (SKILL.md)
抖音视频发布助手
一键抖音登陆,上传视频到抖音。
Features
- ✅ 一键发布 - 简单操作,快速发布
- ✅ 自动文案 - 智能生成标题和标签(标题长度限制30字符)
- ✅ 发布记录 - 自动保存发布历史
- ✅ 二维码登录 - 安全便捷,无需密码
Quick Start
0. 进入 Conda 环境(mllm 为作者本地环境)
conda activate mllm
1. 安装依赖
pip install playwright
playwright install chromium
2. 配置账号
首次运行自动创建 config/accounts.json
3. 发布视频
# 手动指定标题和标签
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
pip install --upgrade pip
pip install playwright
playwright install chromium
安全使用建议
This skill implements browser automation and will create local files that can contain sensitive session cookies and account fields. Before running: (1) Review the full scripts/auto_publisher.py file (the provided file listing was truncated) for any network calls, hardcoded endpoints, or commands that send data off-host (search for requests, urllib, socket, fetch, subprocess, os.system, or any HTTP endpoints). (2) Note config/accounts.json includes other platforms—if you won't use them, consider removing those entries. (3) Run the tool in an isolated environment (VM or disposable container) and avoid using a machine with other active web sessions. (4) Back up and inspect any existing config/cookies files and ensure you trust the source before scanning QR codes or storing long-lived cookies. (5) Because the package has no homepage and an unknown author, prefer to audit the entire script (especially the truncated tail) or only run after manual review. If you want, provide the full scripts/auto_publisher.py content and I can review the remaining lines for suspicious behavior.
功能分析
Type: OpenClaw Skill
Name: fast-douyin-publish
Version: 1.0.0
The skill is a legitimate automation tool designed to upload videos to Douyin (TikTok China) using the Playwright browser automation library. It handles authentication through QR code scanning and stores session cookies locally in 'config/cookies/douyin.json' for subsequent use, with clear documentation advising users on security. The script 'scripts/auto_publisher.py' performs standard browser interactions (file uploading, text input, and button clicking) and lacks any indicators of data exfiltration, malicious execution, or unauthorized persistence.
能力评估
Purpose & Capability
Name/description advertise a Douyin uploader and the included script implements browser automation for that purpose. However the bundled config (config/accounts.json) lists multiple platforms (wechat_channels, xiaohongshu, bilibili, youtube) even though README/SKILL.md focus only on Douyin. The extra platform entries are not clearly documented in SKILL.md and may indicate broader functionality than advertised.
Instruction Scope
SKILL.md instructs running the included Python script with Playwright; the runtime instructions are narrowly scoped to logging in (QR code), uploading, and saving cookies locally. The script (visible portion) uses Playwright to navigate and interact with creator.douyin.com and stores cookies and account config under a local config/ directory. This is expected behavior for automation but it does mean sensitive data (cookies, optional username/password fields) will be created/stored on disk. The SKILL.md does not instruct transmitting these to external endpoints, and the visible code does not show any obvious exfiltration, but part of the script is truncated in the provided file listing (so full behavior is not confirmed).
Install Mechanism
No formal install spec; skill is instruction + code file. SKILL.md tells user to pip install playwright and run 'playwright install chromium', which will download browser binaries from Playwright's distribution endpoints. That is typical but does perform network downloads of large binaries. No other installers or remote download URLs are present in the manifest.
Credentials
The skill requests no environment variables or external credentials via requires.env, which is proportional. However it writes local account and cookie files (config/accounts.json and config/cookies/*.json) that may contain sensitive session tokens/credentials. The presence of other platforms in accounts.json expands the surface for stored credentials beyond the declared Douyin purpose and is not explained.
Persistence & Privilege
The skill is not force-included (always:false) and does not request elevated system privileges. It persistently stores configuration and cookies under a local config/ directory (normal for this kind of tool) but does not appear to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fast-douyin-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/fast-douyin-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
fast-douyin-publish 1.0.0 – Initial release
- One-click video uploading to Douyin with convenient QR code login.
- Automatically generates titles and tags if not provided, respecting Douyin’s 30-character title limit.
- Saves publishing history and account info locally.
- Provides troubleshooting guidance for login and publishing issues.
- Includes main publishing script and sample configuration structure.
元数据
常见问题
Fast Douyin Publish 是什么?
抖音视频自动发布助手。一键上传视频到抖音,支持自动文案生成和标签优化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 515 次。
如何安装 Fast Douyin Publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fast-douyin-publish」即可一键安装,无需额外配置。
Fast Douyin Publish 是免费的吗?
是的,Fast Douyin Publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fast Douyin Publish 支持哪些平台?
Fast Douyin Publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fast Douyin Publish?
由 DeadLining(@deadlining)开发并维护,当前版本 v1.0.0。
推荐 Skills