Video pusher
v1.0.1多平台视频/图文内容发布技能集合。支持账号管理、登录状态维护、一键多平台发布。 当用户要求发布内容到抖音、小红书、微信视频号、Threads、Instagram,或管理发布账号时触发。
⭐ 1· 274·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97bckmdah4mbctryvqx6wwg6s831nw3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📤 Clawdis
OSmacOS · Linux · Windows
Binsuv
Install
Install uv (Python package manager)
Bins: uv
uv tool install uv