Douyin Video Publisher
自动登录抖音账号,上传并发布视频到抖音创作者平台,支持视频标签管理和登录状态检查。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 18 · 4.1k · 39 current installs · 39 all-time installs
MIT-0
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The SKILL.md describes an automated Douyin publisher that relies on a local MCP server, Puppeteer/Chrome, mcporter and uvx commands. However, the skill metadata declares no required binaries, env vars, or install steps — those runtime dependencies are missing from the manifest and should be declared.
Instruction Scope
Instructions are focused on publishing videos and managing login state (including cookie persistence and SMS verification). They reference specific local paths (video files, cookie file, skill directory) and tell the user to add MCP server commands to configuration. These actions are within the stated purpose but grant the helper servers access to local files and account cookies, which is sensitive and should be explicitly documented.
Install Mechanism
There is no install spec (instruction-only), so nothing is automatically downloaded or written by the skill itself. Risk comes from the external MCP server code the user is instructed to run — the manifest does not provide or vouch for that code.
Credentials
No environment variables or credentials are declared, yet the instructions expect running local node processes, mcporter/uvx commands and using Chrome and a cookies file (~/.../douyin-cookies.json). The skill implicitly requires access to local account cookies and files but does not declare or justify those requirements in metadata.
Persistence & Privilege
always is false and the skill does not request special platform-wide privileges. The skill will rely on a persistent cookie file for login state, but it does not request forced inclusion or modification of other skills.
What to consider before installing
This skill's instructions are plausible for automating Douyin publishing, but the package metadata omits key runtime dependencies (node, mcporter, uvx, Chrome) and asks you to run external MCP server code that will store and use account cookies. Before running anything: (1) verify the origin and integrity of the MCP server code (don’t run untrusted node scripts); (2) confirm you have and trust mcporter/uvx and understand what those tools will execute; (3) inspect the MCP server repository for any code that might exfiltrate cookies or files; (4) consider running the MCP server in an isolated environment or container and limit its filesystem access; (5) be cautious about storing account cookies — treat them like passwords; and (6) ask the skill author to update the manifest to list required binaries and a homepage/repo so you can review the implementation. If the author provides a reputable repository and updates the manifest to declare node/mcporter/uvx/Chrome requirements, my confidence that the skill is coherent would increase.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipdouyinlatestmcpshort-videotiktokvideo-upload
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
douyin-publish
抖音视频发布 skill。使用 MCP 技术自动登录、上传并发布视频到抖音创作者平台。
功能
- 📹 登录抖音 - 管理抖音账号登录状态
- 🚀 发布视频 - 上传视频并发布到抖音
- ✅ 检查状态 - 查看登录状态和发布结果
- 🏷️ 标签管理 - 支持视频标签和话题
使用方式
发布视频到抖音
直接在对话中发布视频:
帮我发布视频到抖音
标题:酥脆金黄鸡腿
视频:/home/gonghaiquan/Downloads/jimeng-2026-02-13-3808-Crispy golden chicken leg.mp4
描述:外酥里嫩,美味无法挡!
标签:美食,鸡腿,烹饪
或更简洁:
发布视频 /home/gonghaiquan/Downloads/video.mp4
标题:我的视频标题
检查登录状态
检查抖音登录状态
重新登录
重新登录抖音账号
所需工具
需要配置好的 MCP 服务器:
-
douyin-upload - 视频上传 MCP
- 命令:
node ~/douyin-mcp-server/mcp-server/dist/index.js - 功能:登录、上传、发布视频
- 命令:
-
douyin-extract - 视频文案提取 MCP(可选)
- 命令:
uvx douyin-mcp-server - 功能:提取无水印链接、AI 文案识别
- 命令:
配置方法
确保 MCP 服务器已添加到配置:
mcporter config add douyin-upload "node ~/douyin-mcp-server/mcp-server/dist/index.js"
mcporter config add douyin-extract "uvx douyin-mcp-server"
技术细节
- 浏览器自动化:使用 Puppeteer 控制 Chrome
- 系统 Chrome:
/usr/bin/google-chrome - Cookie 保存:自动持久化登录状态
- 验证码处理:支持短信验证码手动输入
示例对话
用户:帮我发布这个鸡腿视频到抖音
助手:
🚀 开始发布视频到抖音...
✅ 登录成功!账号已验证
📤 正在上传视频...
✅ 视频上传完成
🏷️ 设置标签:#美食 #鸡腿 #烹饪
🚀 正在发布...
✅ 发布成功!
📋 视频信息:
- 标题:酥脆金黄鸡腿,美味诱人!
- 状态:已发布
- 链接:https://www.douyin.com/video/...
🎉 视频已成功发布到抖音!
注意事项
- 首次使用需要手动扫码/短信验证
- Cookie 有效期有限,过期需要重新登录
- 建议使用创作者账号
- 发布频率不要过高,避免触发限制
文件位置
- Skill 目录:
/home/gonghaiquan/.openclaw/skills/douyin-publish/ - MCP 服务器:
~/douyin-mcp-server/ - Cookie 保存:
~/douyin-mcp-server/mcp-server/douyin-cookies.json
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
