本 skill 通过 social-auto-upload 项目(以下简称 SAU)完成快手操作。OPclaw 自带 uv 工具,会在首次使用时自动 clone SAU 并准备依赖,不要让用户手动 pip install。
| 功能 | 子命令 | 说明 |
| --- | --- | --- |
| 登录 | login --account | 用户在本机真实终端里执行,扫码完成 |
| 校验 | check --account | 检查指定账号 cookie 当前是否有效 |
| 视频上传 | upload-video ... | 上传一条快手视频 |
| 图文上传 | upload-note ... | 上传一条快手图文 |
元数据约定:
title + desc + tags
title + note + tags
references/runtime-requirements.md
references/cli-contract.md
python sau_cli.py kuaishou ... 命令
references/troubleshooting.md
login
check
upload-video
upload-note
执行任何 python sau_cli.py kuaishou ... 之前,必须按 references/runtime-requirements.md 的"自动准备流程"完成环境校验:
~/.openclaw/social-auto-upload 是否存在
uv sync --python 3.12
uv run --project ~/.openclaw/social-auto-upload python sau_cli.py kuaishou ...
sau kuaishou ...(这条命令不存在)
git clone 直连超时/失败,agent 必须自动用 gh-proxy.org / gh-proxy.com / hub.gitmirror.com 三个镜像依次重试,严禁第一次失败就告诉用户'无法访问 GitHub'。详见 references/runtime-requirements.md Step 2
--headless 或 --headed
--schedule
login 命令应由用户自己在本机终端执行,agent 在非交互环境下不要硬跑
qrcode.png 扫码
--account 对应一个本地账号文件,可用于多账号隔离
scripts/examples/kuaishou_commands.ps1
scripts/examples/kuaishou_commands.sh
scripts/examples/kuaishou_cli_template.py
references/runtime-requirements.md
references/cli-contract.md
references/troubleshooting.md
共 1 个版本