← Back to Skills Marketplace
kukuoai

Deepsop Douyin 协作台

by kukuoAI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install deepsop-douyin-ai
Description
抖音视频自动上传 skill。当用户需要登录抖音、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。
README (SKILL.md)

\r \r

抖音上传 Skill\r

\r 本 skill 通过 social-auto-upload 项目(以下简称 SAU)完成抖音操作。OPclaw 自带 uv 工具,会在首次使用时自动 clone SAU 并准备依赖,不要让用户手动 pip install。\r \r

功能概览\r

\r | 功能 | 子命令 | 说明 |\r | --- | --- | --- |\r | 登录 | login --account \x3Cname> | 用户在本机真实终端里执行,扫码完成 |\r | 校验 | check --account \x3Cname> | 检查指定账号当前是否有效 |\r | 视频上传 | upload-video ... | 上传一条抖音视频 |\r \r

默认工作流\r

\r

  1. 先确认环境就绪 —— 见 references/runtime-requirements.md\r
  2. 再确认命令格式 —— 见 references/cli-contract.md\r
  3. 执行匹配的 python sau_cli.py douyin ... 命令\r
  4. 失败时查 references/troubleshooting.md\r \r

执行前必做检查(agent 行为约定)\r

\r 执行任何 python sau_cli.py douyin ... 之前,必须references/runtime-requirements.md 的"自动准备流程"完成环境校验:\r \r

  1. 检查 ~/.openclaw/social-auto-upload 是否存在\r
  2. 不存在则自动 clone + uv sync\r
  3. 准备好后,所有调用都用 uv run --project ~/.openclaw/social-auto-upload python sau_cli.py douyin ...\r
  4. 不要直接 sau douyin ...(这条命令不存在)\r
  5. 网络失败时git clone 直连超时/失败,agent 必须自动gh-proxy.org / gh-proxy.com / hub.gitmirror.com 三个镜像依次重试,严禁第一次失败就告诉用户'无法访问 GitHub'。详见 references/runtime-requirements.md Step 2\r \r

登录注意事项\r

\r

  • login 命令应由用户自己在本机终端执行,agent 在非交互环境下不要硬跑\r
  • 如果终端二维码显示不完整,提醒用户打开仓库目录下的 qrcode.png 扫码\r
  • 一个 --account \x3Cname> 对应一个本地账号文件,可用于多账号隔离\r \r

模板文件\r

\r

  • scripts/examples/douyin_commands.ps1\r
  • scripts/examples/douyin_commands.sh\r
  • scripts/examples/douyin_cli_template.py\r \r

参考文档\r

\r

  • 运行前提:references/runtime-requirements.md\r
  • CLI 契约:references/cli-contract.md\r
  • 故障排查:references/troubleshooting.md
Usage Guidance
Review this skill before installing. Only use it if you are comfortable with OpenClaw cloning and running the external social-auto-upload project, installing dependencies and Chromium, storing Douyin login state locally, and potentially publishing to a live Douyin account. Avoid automatic mirror fallback unless you trust the mirror source, and confirm the exact account, files, title, tags, and schedule before any upload.
Capability Assessment
Purpose & Capability
The stated purpose is Douyin login, account checking, and video/image posting, and the commands match that purpose. This is inherently high-impact because it can act on an authenticated social-media account and publish content.
Instruction Scope
The runtime instructions tell the agent to clone social-auto-upload, run uv sync, install Chromium, and automatically retry third-party mirror sources before running commands. This grants broad local execution and network authority without a clear consent gate or pinned provenance.
Install Mechanism
The skill installs into ~/.openclaw/social-auto-upload and fetches dependencies plus browser binaries. The canonical GitHub source is disclosed, but fallback mirrors such as Gitee, gh-proxy, and gitmirror are also used automatically without checksum, signature, or commit pinning.
Credentials
Browser automation and dependency installation are plausible for Douyin uploads, but automatic execution of a full third-party automation stack is more authority than a user may expect from an upload skill unless it is explicitly confirmed.
Persistence & Privilege
The skill persists the cloned project and account login state locally. It says login should be performed by the user in a real terminal, which reduces risk, but stored cookies and ready-to-run headless examples still require care.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install deepsop-douyin-ai
  3. After installation, invoke the skill by name or use /deepsop-douyin-ai
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the deepsop-douyin skill for automated Douyin video uploads. - Supports user login via terminal, account verification, and video uploads using the social-auto-upload project. - Automatically prepares and manages dependencies with uv; no manual installation required. - Includes robust environment checks and automatic GitHub mirror retry logic for reliable setup. - Provides reference documents and usage examples for streamlined integration.
Metadata
Slug deepsop-douyin-ai
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Deepsop Douyin 协作台?

抖音视频自动上传 skill。当用户需要登录抖音、校验账号或上传视频时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。 It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Deepsop Douyin 协作台?

Run "/install deepsop-douyin-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Deepsop Douyin 协作台 free?

Yes, Deepsop Douyin 协作台 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Deepsop Douyin 协作台 support?

Deepsop Douyin 协作台 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Deepsop Douyin 协作台?

It is built and maintained by kukuoAI (@kukuoai); the current version is v1.0.0.

💬 Comments