← 返回 Skills 市场
29
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kuaishou-auto-publishing-ai-employee
功能描述
快手视频/图文自动上传 skill。当用户需要登录快手、校验账号或上传内容时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。
使用说明 (SKILL.md)
快手上传 Skill
本 skill 通过 social-auto-upload 项目(以下简称 SAU)完成快手操作。OPclaw 自带 uv 工具,会在首次使用时自动 clone SAU 并准备依赖,不要让用户手动 pip install。
功能概览
| 功能 | 子命令 | 说明 |
|---|---|---|
| 登录 | login --account \x3Cname> |
用户在本机真实终端里执行,扫码完成 |
| 校验 | check --account \x3Cname> |
检查指定账号 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
命令选择建议
- 用户需要新的 cookie 或现有 cookie 失效 → 用
login - 用户只想确认 cookie 状态 → 用
check - 用户要发视频 → 用
upload-video - 用户要发图文 → 用
upload-note
执行前必做检查(agent 行为约定)
执行任何 python sau_cli.py kuaishou ... 之前,必须按 references/runtime-requirements.md 的"自动准备流程"完成环境校验:
- 检查
~/.openclaw/social-auto-upload是否存在 - 不存在则自动 clone +
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.mdStep 2 - 当用户明确指定无头或有头模式时,显式传
--headless或--headed - 只有用户明确要求定时发布时,才使用
--schedule
登录注意事项
login命令应由用户自己在本机终端执行,agent 在非交互环境下不要硬跑- 如果终端二维码显示不完整,提醒用户打开 SAU 仓库目录下的
qrcode.png扫码 - 一个
--account \x3Cname>对应一个本地账号文件,可用于多账号隔离 - 如果登录流程生成了本地二维码图片,不要只把图片路径告诉用户,优先直接把本地图片展示/发送给用户
模板文件
scripts/examples/kuaishou_commands.ps1scripts/examples/kuaishou_commands.shscripts/examples/kuaishou_cli_template.py
参考文档
- 运行前提:
references/runtime-requirements.md - CLI 契约:
references/cli-contract.md - 故障排查:
references/troubleshooting.md
安全使用建议
Review this skill carefully before installing. It is meant to automate Kuaishou posting, so it needs account access and browser automation, but you should only use it with accounts you are comfortable automating, verify the external social-auto-upload source, and require explicit confirmation before any upload is published.
功能分析
Type: OpenClaw Skill
Name: kuaishou-auto-publishing-ai-employee
Version: 1.0.0
The skill automates Kuaishou video uploads by instructing the agent to automatically clone and execute code from an external GitHub repository (dreammis/social-auto-upload) and several third-party mirrors (e.g., gitee.com, gh-proxy.org). It contains explicit instructions in SKILL.md and runtime-requirements.md for the agent to autonomously manage environment setup, dependency installation (uv sync), and browser patching (patchright) without user intervention or confirmation. While these actions are aligned with the stated purpose, the autonomous execution of external code and the use of mirrors for supply-chain delivery represent a high-risk pattern for potential exploitation.
能力评估
Purpose & Capability
The stated purpose is coherent, but it grants high-impact authority over a Kuaishou account, including login state handling and public content publishing.
Instruction Scope
The instructions tell the agent to automatically prepare the environment and retry through mirrors without asking, and the publishing workflow does not require an explicit final confirmation before immediate posting.
Install Mechanism
Although the registry says there is no install spec, the skill instructs the agent to clone an external repository, sync dependencies, and install a browser runtime at first use.
Credentials
Browser automation and local command execution are proportionate for social-media upload, but the primary runtime code is external, mutable, and not included in the reviewed artifacts.
Persistence & Privilege
The skill persists a cloned project under ~/.openclaw and creates or reuses local Kuaishou account cookie files for future account actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kuaishou-auto-publishing-ai-employee - 安装完成后,直接呼叫该 Skill 的名称或使用
/kuaishou-auto-publishing-ai-employee触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
kuaishou-auto-publishing-ai-employee 1.0.0
- Initial release of kuaishou-upload skill for automated video/image post uploading to Kuaishou.
- Automates environment setup with OPclaw and uv, requiring no manual dependency installation.
- Supports login, account cookie checking, video upload, and image/text post upload commands.
- Enforces strict pre-execution checks for environment readiness and command format.
- Implements robust git cloning logic with fallback mirrors to ensure reliable setup.
- Clear guidelines for agent actions, login flow, and multi-account usage.
元数据
常见问题
快手自动发布AI数字员工 是什么?
快手视频/图文自动上传 skill。当用户需要登录快手、校验账号或上传内容时使用。基于 social-auto-upload 项目,OPclaw 自动准备运行环境,无需用户手动安装。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 29 次。
如何安装 快手自动发布AI数字员工?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kuaishou-auto-publishing-ai-employee」即可一键安装,无需额外配置。
快手自动发布AI数字员工 是免费的吗?
是的,快手自动发布AI数字员工 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
快手自动发布AI数字员工 支持哪些平台?
快手自动发布AI数字员工 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 快手自动发布AI数字员工?
由 kukuoAI(@kukuoai)开发并维护,当前版本 v1.0.0。
推荐 Skills