← 返回 Skills 市场
319
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install wangcut
功能描述
秦丝智能视频剪辑APP的API集成,用于创建和管理AI视频剪辑任务。 TRIGGER when: 用户请求创建视频、生成视频剪辑、查看视频任务列表、下载剪辑结果、等待任务完成、配置旺剪账号。 触发词: "创建视频"、"视频剪辑"、"生成视频"、"查看任务"、"下载视频"、"等待视频"、"配置旺剪"、"旺剪账号"、...
安全使用建议
This skill appears to do what it claims (control QinSilk/Wangcut video tasks). Before installing: (1) be aware it asks you to provide your QinSilk account (username/password) and will write them to a local config.ini in your workspace — do not commit that file to source control; add it to .gitignore. (2) The script stores the password in the config file (and MD5-hashes it only when sending to the server), so treat the config file as sensitive. (3) Verify the base_url (defaults to https://cloud.qinsilk.com/aicut/api/v1) is correct for your account and network; if you have concerns, inspect the full wangcut_api.py for any hidden endpoints before use. (4) Install the 'requests' dependency in an isolated environment (venv) and avoid using high-value or shared credentials unless you trust the service. If you want greater safety, use an account with limited permissions or provision temporary credentials.
功能分析
Type: OpenClaw Skill
Name: wangcut
Version: 1.0.1
The skill bundle provides integration for the Wangcut (秦丝旺剪) video editing API but exhibits insecure credential handling and misleading documentation. Specifically, `wangcut_api.py` stores user passwords in plain text within a local `config.ini` file, despite comments in `setup_config` claiming the password would be MD5 encrypted before storage. Additionally, `SKILL.md` instructs the AI agent to prompt users to provide their account credentials directly in the chat interface, which exposes sensitive secrets to chat history and logs. While the code appears functional for its stated purpose and communicates with legitimate domains (cloud.qinsilk.com), these vulnerabilities represent significant security risks.
能力评估
Purpose & Capability
Name/description describe an API client for QinSilk/Wangcut video editing; included Python client (wangcut_api.py), example config, and usage instructions align with that purpose. The default API base_url (cloud.qinsilk.com) matches the description.
Instruction Scope
Runtime instructions tell the agent to import the provided Python module and to create/update a local config.ini with account credentials. The skill reads/writes config.ini in the working directory or skill/project locations (including a project-root lookup), and downloads videos to a local downloads/ directory — all expected for this kind of client but it does mean user credentials and downloaded video files are stored locally.
Install Mechanism
No install spec; this is an instruction+script skill. docs recommend installing the single dependency 'requests' which is reasonable and expected.
Credentials
The skill requests no environment variables or external credentials beyond the QinSilk account provided by the user. It stores the username/password in a local config.ini (written plaintext in setup_config). That storage and the prompt for credentials are proportionate to the stated functionality but are sensitive — the skill does not declare any other credential access.
Persistence & Privilege
always:false and default autonomous invocation are set (normal). The skill writes/updates its own config.ini and creates a downloads/ directory — expected for a client but this is local persistence of credentials and files that the user should manage (e.g., .gitignore).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wangcut - 安装完成后,直接呼叫该 Skill 的名称或使用
/wangcut触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added initial configuration detection and user guidance for setting up Wangcut account credentials.
- Introduced new triggers and keywords for account configuration support ("配置旺剪账号", "旺剪账号").
- Expanded functionality to allow setting, checking, and prompting for account password directly.
- Updated command examples in documentation, including APIs for configuration management.
- Task list and detail examples now include video play and download URLs for easier access.
v1.0.0
- Initial release of the wangcut skill.
- Provides API integration with 秦丝智能视频剪辑APP for creating and managing AI video editing tasks.
- Supports creating video clip tasks from a script, auto-selecting 7 random materials.
- Allows users to check task list, view task details, wait for completion, and download results.
- Includes commands/triggers: 创建视频, 视频剪辑, 生成视频, 查看任务, 下载视频, 等待视频, wangcut.
元数据
常见问题
秦丝旺剪 - AI智能视频剪辑 是什么?
秦丝智能视频剪辑APP的API集成,用于创建和管理AI视频剪辑任务。 TRIGGER when: 用户请求创建视频、生成视频剪辑、查看视频任务列表、下载剪辑结果、等待任务完成、配置旺剪账号。 触发词: "创建视频"、"视频剪辑"、"生成视频"、"查看任务"、"下载视频"、"等待视频"、"配置旺剪"、"旺剪账号"、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 秦丝旺剪 - AI智能视频剪辑?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wangcut」即可一键安装,无需额外配置。
秦丝旺剪 - AI智能视频剪辑 是免费的吗?
是的,秦丝旺剪 - AI智能视频剪辑 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
秦丝旺剪 - AI智能视频剪辑 支持哪些平台?
秦丝旺剪 - AI智能视频剪辑 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 秦丝旺剪 - AI智能视频剪辑?
由 HuangJT(@huangjt)开发并维护,当前版本 v1.0.1。
推荐 Skills