📦 Douyin Automation — 抖音自动发布
v1.0.0基于 Puppeteer 的无头浏览器工具,一键自动登录抖音创作者平台,完成视频上传与发布,全程无需人工干预。
0· 161·1 当前·1 累计
下载技能包
最后更新
2026/3/30
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This package appears to do what it claims: Puppeteer scripts to log in and upload to Douyin, storing cookies locally (douyin-cookies.json, permission 0600) and browser data in chrome-user-data/. Before installing: 1) review the included files if you need to be sure nothing hidden is occurring (all code is bundled). 2) Be aware npm install puppeteer will contact the npm registry and typically download a Chromium binary; perform installs in a trusted or isolated environment if you are concerned. 3...详细分析 ▾
✓ 用途与能力
Name/description match the included code and scripts. Required binaries (node, npm, and a Chromium/Chrome binary) and the puppeteer dependency are appropriate for a headless-browser uploader. No unrelated credentials, config paths, or binaries are requested.
✓ 指令范围
SKILL.md instructs only about installing puppeteer and running the bundled login/upload/manage scripts. The instructions reference the local cookie file and browser user-data directory (both expected). There are no directives to read unrelated system files or send data to third‑party endpoints; runtime network activity targets Douyin pages for login/upload.
ℹ 安装机制
Installation is a single npm dependency (puppeteer). This is expected for a Puppeteer tool, but note that puppeteer typically downloads a Chromium binary from upstream during npm install (network activity to package registry and chromium hosts). The install source is npm (traceable) rather than an arbitrary URL or extractor, which is moderate and expected for this purpose.
✓ 凭证需求
The skill requires no environment variables or external credentials. It stores cookies locally (douyin-cookies.json) and browser data under chrome-user-data/ in the skill directory — these are proportional to the stated functionality. No extra secrets (API keys/tokens) are requested.
ℹ 持久化与权限
The skill does persist state locally (cookies and browser profile) within its directory, which is normal for a browser automation tool. always is false and the skill does not request elevated system-wide privileges or modify other skills' configs. Be aware that an agent invoking this skill autonomously could post using stored cookies (this is expected behavior but has policy/operational implications).
安全有层次,运行前请审查代码。
运行时依赖
🖥️ OSmacOS · Linux · Windows
版本
latestv1.0.02026/3/30
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install douyin-automation
镜像加速npx clawhub@latest install douyin-automation --registry https://cn.longxiaskill.com