← 返回 Skills 市场
Video pusher
作者
SamCheng0717
· GitHub ↗
· v1.0.1
· MIT-0
354
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install video-pusher
功能描述
多平台视频/图文内容发布技能集合。支持账号管理、登录状态维护、一键多平台发布。 当用户要求发布内容到抖音、小红书、微信视频号、Threads、Instagram,或管理发布账号时触发。
安全使用建议
This skill appears to be what it says: local Playwright scripts that open real browser windows to help you upload and fill content, and then require you to manually click the final publish/share button. Before installing: 1) Verify you trust the 'uv' package (it is required to run the provided commands); 2) be aware 'uv run playwright install chromium' will download Chromium (~150MB); 3) the skill will store browser sessions and cookies under video-pusher/profile/ (accounts.json and per-platform profile folders) — review and manage these files carefully (use separate/test accounts if you are concerned); 4) the scripts will be able to read any media file path you supply, so do not pass sensitive file paths; and 5) automated posting may violate some platforms' Terms of Service, so confirm compliance. If you need greater assurance, inspect the 'uv' package source and run the scripts in an isolated environment or on a throwaway account first.
功能分析
Type: OpenClaw Skill
Name: video-pusher
Version: 1.0.1
The video-pusher skill bundle is a legitimate automation tool designed to manage social media accounts and facilitate content publishing across platforms like Douyin, Instagram, and WeChat. It uses Playwright to automate browser interactions, storing session data locally in a 'profile/' directory. The scripts (e.g., vp_accounts.py, publish_douyin.py) are well-structured, lack obfuscation, and include safety features such as requiring manual user confirmation for the final 'Publish' action and providing instructions to exclude sensitive session data from version control via .gitignore.
能力评估
Purpose & Capability
Name/description match the code and instructions: all scripts perform browser automation to publish to the listed platforms and the SKILL.md consistently routes actions to those scripts. The single required binary ('uv') aligns with the documented 'uv run' usage throughout the docs and scripts.
Instruction Scope
SKILL.md and per-subskill SKILL.md files restrict operations to the project's Python scripts and require user confirmation/manual clicks for final publishing. The runtime instructions and code only access the local profile/ directory (accounts.json and per-platform Chromium profiles), the provided media file paths, and the target platform websites. They do not attempt to read other system config or send data to third-party endpoints beyond the social platforms visited during normal publishing.
Install Mechanism
Install requires installing/using the 'uv' tool and running 'playwright install chromium', which downloads Chromium (~150MB). This is expected for Playwright‑based automation, but it is a non-trivial download and relies on the 'uv' package; users should confirm 'uv' is from a trusted source (PyPI) before installing.
Credentials
No environment variables or external credentials are requested. The scripts store/reuse browser sessions and cookies under profile/, which is appropriate for a session‑based automation tool. The skill does not ask for unrelated secrets or access to other credentials.
Persistence & Privilege
The skill persists Chromium session data and accounts.json under a project-local profile/ directory (expected for reuse of logins). It does not request 'always: true' or modify other skills or system-wide agent settings. Autonomous invocation is allowed (platform default) but not coupled with elevated privileges or secret access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install video-pusher - 安装完成后,直接呼叫该 Skill 的名称或使用
/video-pusher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
增加初始化,自动配置安装环境
v1.0.0
Initial release of video-pusher
- Provides a unified skill for managing multi-platform video/text content publishing and account management.
- Supports publishing to Douyin, Xiaohongshu, WeChat Channels, Threads, and Instagram, with login state confirmation before publishing.
- Allows account group creation, platform login/status check, and removal through Python scripts.
- All publishing requires user confirmation and manual submission in browser.
- Includes error guidance for common failures (e.g., not logged in, profile conflicts, structural site changes).
- Enforces usage of absolute file paths and project-root as working directory.
元数据
常见问题
Video pusher 是什么?
多平台视频/图文内容发布技能集合。支持账号管理、登录状态维护、一键多平台发布。 当用户要求发布内容到抖音、小红书、微信视频号、Threads、Instagram,或管理发布账号时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 Video pusher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-pusher」即可一键安装,无需额外配置。
Video pusher 是免费的吗?
是的,Video pusher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Video pusher 支持哪些平台?
Video pusher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Video pusher?
由 SamCheng0717(@samcheng0717)开发并维护,当前版本 v1.0.1。
推荐 Skills