← Back to Skills Marketplace
85
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install parse-video-nomark
Description
视频去水印解析 Skill。支持 20+ 平台短视频去水印解析,包括抖音、快手、小红书、微博、西瓜视频、豆包、云雀、B站等。使用本技能时触发:解析视频、去水印、视频解析、解析链接、下载视频、去除水印、parse video、video parser、抖音解析、快手解析、小红书解析、bilibili 解析、douy...
Usage Guidance
This skill appears to do what it says (download a platform-specific parser binary and run it), but it automatically fetches and executes a closed-source executable from a remote Gitee repo. Before installing or running it: 1) Verify the Gitee repository and author (https://gitee.com/qiushuihanjing/parse-video-nomark) and inspect release files if possible. 2) Prefer open-source alternatives you can audit; running opaque binaries carries risk of arbitrary network/file access. 3) Run the skill in a sandboxed environment (isolated VM or container) if you must test it. 4) Ensure git is installed — the scripts assume git but do not declare it. 5) Look for checksums/signatures for the binary in the repo; if absent, treat the binary as unverified. 6) Do not run this on machines containing sensitive credentials or data. If you want a lower-risk alternative, ask for a variant that builds from source or exposes the parsing logic in script form instead of shipping precompiled binaries.
Capability Assessment
Purpose & Capability
The name/description (video parsing / remove watermark) align with the included scripts: both scripts download a platform-specific executable and run it to parse or serve video links. However the SKILL metadata declares no required binaries while the scripts rely on git (and basic shell utilities) to fetch the remote repo — an inconsistency the pack author should have declared.
Instruction Scope
The scripts instruct the agent/environment to clone a remote Gitee repository into ~/.cache/parse-video/.git-repo, copy a prebuilt executable into ~/.cache/parse-video/, chmod +x it, and then execute it. That means runtime behavior includes network retrieval of a non-open-source binary and executing it locally; the SKILL.md and scripts do not access other unrelated system paths, but executing opaque binaries is a meaningful scope expansion because the binary can perform arbitrary network IO and file access outside the skill's visible code.
Install Mechanism
No package manager install spec is present; the scripts perform a git shallow-clone from a Gitee repo and copy a prebuilt binary from the repo's dist/ directory. Downloading and executing third-party precompiled binaries (closed-source) is higher risk than instruction-only or source-based installs. Gitee is a known host, but the binary is opaque (README explicitly says the executable is not open source).
Credentials
The skill requests no environment variables or credentials, which is appropriate for its stated purpose. That said, it makes network requests to fetch binaries (git clone) and executes them locally; because no checksums or signatures are present, this behavior is not provably limited to the stated task and could access other credentials or data at runtime via the downloaded binary.
Persistence & Privilege
The skill does not set always:true and does not modify other skills or system-wide configs. It stores files under ~/.cache/parse-video/, which is reasonable for caching binaries. It will, however, persist a downloaded executable on disk and execute it when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install parse-video-nomark - After installation, invoke the skill by name or use
/parse-video-nomark - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 增加首次使用时自动下载对应平台二进制文件功能,无需手动编译
- 明确二进制文件存放路径为 ~/.cache/parse-video/
- 下载源为 Gitee 仓库 dist/ 目录
- 更新 CLI 使用说明,指向自动下载后的二进制路径
- 精简技术细节说明,移除本地编译相关内容
v1.0.0
支持 20+ 平台视频去水印解析,包括抖音、快手、小红书、微博、B 站、豆包、云雀等
Metadata
Frequently Asked Questions
What is Parse Video - 视频去水印?
视频去水印解析 Skill。支持 20+ 平台短视频去水印解析,包括抖音、快手、小红书、微博、西瓜视频、豆包、云雀、B站等。使用本技能时触发:解析视频、去水印、视频解析、解析链接、下载视频、去除水印、parse video、video parser、抖音解析、快手解析、小红书解析、bilibili 解析、douy... It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.
How do I install Parse Video - 视频去水印?
Run "/install parse-video-nomark" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Parse Video - 视频去水印 free?
Yes, Parse Video - 视频去水印 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Parse Video - 视频去水印 support?
Parse Video - 视频去水印 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Parse Video - 视频去水印?
It is built and maintained by mackjosn (@mackjosn); the current version is v1.0.1.
More Skills