social-auto-upload is an automation tool for uploading and scheduling videos across social media platforms including Douyin, Bilibili, Xiaohongshu, TikTok, and YouTube. Content creators and operators use it for repeatable multi-platform publishing, while its catalogue skills expose these upload workflows to coding agents.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add dreammis/social-auto-upload --skill douyin-uploadgit clone --depth 1 https://github.com/dreammis/social-auto-uploadWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dreammis/social-auto-upload/douyin-upload)<a href="https://agentmods.dev/skills/dreammis/social-auto-upload/douyin-upload"><img src="https://agentmods.dev/badge/skills/dreammis/social-auto-upload/douyin-upload/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/dreammis/social-auto-upload/douyin-upload"><img src="https://agentmods.dev/badge/skills/dreammis/social-auto-upload/douyin-upload.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00093 | $0.00771 |
| Opus 5 | $0.00046 | $0.00385 |
| Sonnet 5 | $0.00019 | $0.00154 |
| Haiku 4.5 | $0.00009 | $0.00077 |
Grade A, and why
douyin-upload scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
抖音上传 Skill
优先把 sau 作为主接口。
不要假设当前环境一定能读取仓库源码。
不要一开始就去读 uploader/。
只有在命令不可用或 CLI 执行失败时,才回退到故障排查说明。
功能概览
| 功能 | 命令入口 | 说明 |
|---|---|---|
| 抖音登录 | sau douyin login --account <name> |
生成或刷新指定账号的 cookie |
| cookie 校验 | sau douyin check --account <name> |
检查指定账号 cookie 是否有效 |
| 视频上传 | sau douyin upload-video ... |
上传并发布抖音视频 |
| 图文上传 | sau douyin upload-note ... |
上传并发布抖音图文 |
元数据约定:
- 视频使用
title + desc + tags - 图文使用
title + note + tags
默认工作流
- 先确认
references/runtime-requirements.md里的运行前提。 - 再确认
references/cli-contract.md里的命令契约。 - 执行匹配的
sau douyin ...命令。 - 如果命令失败,再看
references/troubleshooting.md。
支持动作
- 使用
sau douyin login --account <name>登录抖音 - 使用
sau douyin check --account <name>校验 cookie 是否有效 - 使用
sau douyin upload-video ...上传抖音视频 - 使用
sau douyin upload-note ...上传抖音图文
命令选择建议
- 当用户需要新的 cookie,或现有 cookie 已失效时,使用
login - 当用户只需要确认 cookie 状态时,使用
check - 当用户要发布视频时,使用
upload-video - 当用户要发布图文时,使用
upload-note
执行前检查
- 先确认当前 shell 里是否可以调用
sau - 如果
sau不可用,按references/runtime-requirements.md里的回退方式处理 - 当用户明确指定无头或有头模式时,显式传
--headless或--headed - 只有用户明确要求定时发布时,才使用
--schedule - 如果登录流程生成了本地二维码图片,不要只把图片路径告诉用户
- 二维码图片本身就是给用户扫码的,优先直接把本地图片展示/发送给用户
模板文件
当你需要稳定的命令模板时,使用 scripts/examples/ 下的文件:
douyin_commands.ps1douyin_commands.shdouyin_cli_template.py
参考文档
- 运行前提:
references/runtime-requirements.md - CLI 契约:
references/cli-contract.md - 故障排查:
references/troubleshooting.md
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 71 lines · 93 tokens per session scan A 2f3d73379b35
douyin-upload is a skill published in the GitHub repository dreammis/social-auto-upload (14,876 stars, last pushed 8d ago), licensed MIT. It adds 93 tokens to every session and 771 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
opencli-usage
Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs (HackerNews, arXiv). Covers installation, command reference, and output formats for 100+ adapters.
qiaomu-opencli-usage
Use when running OpenCLI commands to interact with websites (Bilibili, Twitter, Reddit, Xiaohongshu, etc.), desktop apps (Cursor, Notion), or public APIs (HackerNews, arXiv). Covers installation, command reference, and output formats for 79+ adapters.
videonote
A skill for turning video links or local videos from supported platforms into AI-generated Markdown notes. It can inspect videos, use available subtitles or transcription, and return notes with key points and chapters.
zernio
Schedule posts, manage inbox, broadcasts, sequences, and automations across 14 platforms from the CLI.
laohan-chuangzuo
A writing workflow for spoken-video scripts. It accepts an outline, raw text, a recording, a web-link queue, or a free-form topic, then organizes the material before writing the script.
laohan-shencha
A fact-checking tool for technical documents, scripts, configuration files, and spoken claims that can be checked against outside sources.