← 返回 Skills 市场
290
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install organise-videos
功能描述
Organize a video folder by cleaning non-video files, removing short/bad videos, and classifying videos into numbered subfolders using AI vision analysis.
安全使用建议
Before installing or running this skill: (1) Understand it will run shell commands that can permanently delete or move files — make a backup or test on a copy of your folder first. (2) Ensure the runtime environment has ffmpeg and ffprobe (and bc, find, standard shell utilities); the skill fails silently if these are missing but it does not declare them. (3) Ask where the AI vision analysis runs — extracted frames may be sent to an external model or API, which could expose your video content; ask the skill author how images are handled and whether processing is local. (4) Be cautious about the provided shell snippets: they use fixed temp paths (/tmp/video_frames) and plain rm/mv commands without safety checks — consider running interactively or adding safety flags and validation. (5) Prefer installing only if you trust the owner or can inspect/modify the SKILL.md to add explicit binary requirements and safer command usage.
功能分析
Type: OpenClaw Skill
Name: organise-videos
Version: 1.0.0
The skill is designed to organize video files by scanning directories, checking durations with ffprobe, extracting frames with ffmpeg for AI analysis, and sorting files into subfolders. It follows safety best practices by explicitly requiring user confirmation before any file deletion or movement, and it does not exhibit signs of data exfiltration, obfuscation, or unauthorized access (SKILL.md).
能力评估
Purpose & Capability
The skill says no required binaries or env vars, but the SKILL.md consistently uses ffmpeg, ffprobe, bc, find, mkdir, mv, rm and shell utilities. That is an incoherence: a user running this skill will need those binaries available. Requesting filesystem operations (move/delete) is consistent with 'organise videos', but the missing declared prerequisites is a problem.
Instruction Scope
The instructions instruct the agent to scan a user-supplied folder, list and move or permanently delete files, extract frames into /tmp, and use an AI vision analysis step (Read tool) on images. Deletions are gated by AskUserQuestion in the flow, but many code snippets show unconditional rm/mv commands (no safety flags), placeholders like '[non-video files]' that could be mis-substituted, and use of a fixed /tmp directory (possible symlink/TOCTOU risks). The AI analysis step implies sending extracted frames to the model — the SKILL.md does not state whether image data stays local or is sent to an external service, so there is a privacy risk.
Install Mechanism
This is an instruction-only skill with no install spec, so nothing is written to disk by the skill itself. That reduces installer risk. However, it still depends on external binaries at runtime (see purpose_capability).
Credentials
The skill declares no environment variables or credentials — that matches its stated purpose. There is no request for unrelated secrets or config paths.
Persistence & Privilege
The skill is not forced-always and does not request persistent/global privileges. It is user-invocable and can be run autonomously per platform defaults, which is normal. No evidence it modifies other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install organise-videos - 安装完成后,直接呼叫该 Skill 的名称或使用
/organise-videos触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
organise-videos 1.0.0
- Initial release of organise-videos skill.
- Organizes a video folder by:
- Cleaning/removing non-video files (with user choice).
- Deleting or moving short or low-quality videos.
- Extracting video frames and categorizing videos using AI vision analysis.
- Sorting videos into clearly labeled, AI-generated folders in the user's language.
- Offers optional further sub-organization based on user preferences (e.g., time of day, video length, quality).
- Supports multi-language interactions and folder naming.
元数据
常见问题
Organise videos 是什么?
Organize a video folder by cleaning non-video files, removing short/bad videos, and classifying videos into numbered subfolders using AI vision analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。
如何安装 Organise videos?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install organise-videos」即可一键安装,无需额外配置。
Organise videos 是免费的吗?
是的,Organise videos 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Organise videos 支持哪些平台?
Organise videos 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Organise videos?
由 Pat(@lemondepat)开发并维护,当前版本 v1.0.0。
推荐 Skills