← 返回 Skills 市场
se7enelk

video-edit-strategy

作者 Elk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
286
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install video-edit-strategy
功能描述
分析素材与用户意图,输出结构化 JSON 剪辑策略(分镜、时间线、转场、音频、文字)。当用户要求制作短视频、混剪、或提供了素材但未给出具体剪辑指令时调用。策略输出供 ffmpeg-cli / ffmpeg-video-editor 等下游 skill 执行。
安全使用建议
This skill appears to do what it says: create a structured JSON editing plan for provided media. Before installing or invoking it, consider: 1) The SKILL.md expects ffprobe/ffmpeg tooling but the metadata did not list required binaries — ensure your environment actually has ffprobe/ffmpeg or steps that call them will fail. 2) The skill will probe any file paths you provide (ffprobe reads local files) and will include those original paths in the generated plan; downstream execution may then read those files. Only provide paths to files you are comfortable allowing the agent and downstream skills to reference. 3) Intermediate artifacts are placed under /tmp/ve_strategy — check and clean that directory if needed. 4) The skill does not request credentials or external endpoints, but downstream executor skills (ffmpeg-cli, ffmpeg-video-editor) will perform actual file operations; only use trusted executors. 5) If you need stricter sandboxing, run this skill in an environment with limited filesystem access or only provide copies of needed files. If you want higher assurance, ask the publisher/source (not provided here) to declare required binaries and to confirm expected downstream skill mappings.
功能分析
Type: OpenClaw Skill Name: video-edit-strategy Version: 1.0.0 The skill is designed to generate structured video editing strategies but contains a potential shell injection vulnerability in its core workflow. In SKILL.md, the agent is instructed to execute a shell command (`ffprobe`) using a template that wraps the user-provided 'INPUT_FILE' in quotes without explicit instructions for input sanitization, which could be exploited if a filename contains command-injection sequences. While the behavior is aligned with the stated purpose of video orchestration, the lack of security boundaries when interacting with the shell and the generation of complex execution plans for downstream skills (like ffmpeg-cli) qualify it as suspicious under the vulnerability criteria.
能力评估
Purpose & Capability
Name/description (generate structured JSON video-edit strategies) matches the SKILL.md behavior: probing media, asking clarifying questions, and producing an execution_plan for downstream ffmpeg skills. One minor inconsistency: the instructions require running ffprobe (and assume ffmpeg tooling downstream), but the registry metadata lists no required binaries.
Instruction Scope
SKILL.md explicitly instructs probing user-provided file paths with ffprobe and to produce full JSON using original file paths and /tmp/ve_strategy for intermediates. This is expected for a strategy generator, but it does mean the agent will read metadata from arbitrary paths the user supplies and will reference those paths in outputs (which downstream executors may then read). There are no instructions to send data to external endpoints or to read unrelated system config.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest surface area. No downloads or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. All declared requirements (none) are proportional to the stated purpose. Note: it implicitly requires ffprobe/ffmpeg binaries at runtime but those are not declared in metadata.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills. It only generates strategy JSON and references files under /tmp/ve_strategy for intermediate outputs; this is within expected scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install video-edit-strategy
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /video-edit-strategy 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release: generates structured JSON editing strategies for short video creation. - Analyzes user-provided materials and intent; auto-detects missing info and prompts for clarification. - Follows best practices for short video structure, pacing, and transitions based on popular platform standards. - Output includes detailed editing plan: materials, timeline, transitions, audio, text overlays, and step-by-step execution instructions. - Designed for seamless downstream integration with editors like ffmpeg-cli and ffmpeg-video-editor.
元数据
Slug video-edit-strategy
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

video-edit-strategy 是什么?

分析素材与用户意图,输出结构化 JSON 剪辑策略(分镜、时间线、转场、音频、文字)。当用户要求制作短视频、混剪、或提供了素材但未给出具体剪辑指令时调用。策略输出供 ffmpeg-cli / ffmpeg-video-editor 等下游 skill 执行。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 286 次。

如何安装 video-edit-strategy?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install video-edit-strategy」即可一键安装,无需额外配置。

video-edit-strategy 是免费的吗?

是的,video-edit-strategy 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

video-edit-strategy 支持哪些平台?

video-edit-strategy 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 video-edit-strategy?

由 Elk(@se7enelk)开发并维护,当前版本 v1.0.0。

💬 留言讨论