← 返回 Skills 市场
netkiller

Yolo Utilities

作者 Neo Chan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yoloutils
功能描述
基于 yoloutils 的命令级技能。用户需要执行 yoloutils 的 label、merge、copy、remove、change、crop、labelimg、resize、classify、test 任一子命令时使用。以源码真实行为为准,提供每个子命令的参数定义、执行逻辑、副作用、限制和示例。
安全使用建议
This is documentation for a local yoloutils tool rather than code to be installed. Before using: (1) back up your datasets; test commands on a small sample directory first; (2) be careful with flags like --clean and in-place operations (they can delete or overwrite images and labels); (3) ensure the declared Python deps (opencv-python, pillow, ultralytics, etc.) and any model files (e.g., best.pt) are from trusted sources; (4) note the SKILL.md refers to src/netkiller/yoloutils.py but the package/source code is not included here — if you need to execute code, prefer installing/reviewing the original project from a trusted repository or author to verify behavior.
功能分析
Type: OpenClaw Skill Name: yoloutils Version: 1.0.0 The `yoloutils` skill bundle describes a utility for YOLO dataset management with extensive file system capabilities, including recursive scanning, in-place modification of label files, and directory deletion via a `--clean` flag as detailed in `SKILL.md`. While these actions are aligned with the stated purpose, they represent high-risk behaviors for an automated agent. Additionally, the instructions explicitly direct the agent to prioritize the logic of an external script (`src/netkiller/yoloutils.py`) that is not included in the provided files, preventing a full verification of the actual execution logic.
能力评估
Purpose & Capability
The name/description describe dataset and YOLO-related utilities (label, merge, copy, remove, change, crop, labelimg, resize, classify, test), and the SKILL.md content documents exactly those commands and their file-system and model interactions. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Instructions are scoped to local filesystem operations and (optionally) running YOLO model inference via ultralytics. They explicitly instruct potentially destructive actions (clearing output dirs, in-place modifications, deleting .txt/.jpg pairs) and require local model files. The SKILL.md claims to reflect src/netkiller/yoloutils.py but no source code is included, so the behavior cannot be independently verified beyond this documentation.
Install Mechanism
No install specification or third-party downloads are present — this is an instruction-only skill, which minimizes install-time risk.
Credentials
No environment variables, credentials, or external config paths are required. The needed resources (filesystem access and optional local model files) are directly relevant to the described operations.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It can be invoked by the agent, which is the normal default.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yoloutils
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yoloutils 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
YOLOUtils 1.0.0 — Initial Release - Introduces command-line toolkit "yoloutils" for dataset management and YOLO workflows. - Supports 10 subcommands: label, merge, copy, remove, change, crop, labelimg, resize, classify, test. - Documents each command’s parameters, behaviors, requirements, and examples based on source code. - Ensures pre-checks on dependencies, paths, and critical files before execution. - Describes workflow details, such as label statistics, merging, selective copying, batch removals, index replacement, model-based cropping, and structured dataset conversion.
元数据
Slug yoloutils
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Yolo Utilities 是什么?

基于 yoloutils 的命令级技能。用户需要执行 yoloutils 的 label、merge、copy、remove、change、crop、labelimg、resize、classify、test 任一子命令时使用。以源码真实行为为准,提供每个子命令的参数定义、执行逻辑、副作用、限制和示例。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 Yolo Utilities?

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

Yolo Utilities 是免费的吗?

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

Yolo Utilities 支持哪些平台?

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

谁开发了 Yolo Utilities?

由 Neo Chan(@netkiller)开发并维护,当前版本 v1.0.0。

💬 留言讨论