← 返回 Skills 市场
dinghaibin

Split Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install split-tool
功能描述
Split files into smaller pieces by size, line count, or number of chunks. Use for breaking large files into manageable parts.
使用说明 (SKILL.md)

Split - File Fragmenter

Divide large files into smaller segments based on line count, byte size, or number of output files. Useful for breaking up logs or data files.

Usage

split-tool [options] \x3Cfile> [prefix]

Options

  • -l N: Split every N lines (default: 1000)
  • -b SIZE: Split by byte size (e.g. 10M, 1G)
  • -n N: Split into N chunks

Examples

split-tool -l 500 large_log.txt log_part_
split-tool -b 10M data.bin part_
split-tool -n 5 bigfile.txt chunk_
安全使用建议
Before installing, verify how the `split-tool` command is connected to the included script, and run it in a safe output directory or with a unique prefix so it does not overwrite existing files.
功能分析
Type: OpenClaw Skill Name: split-tool Version: 1.0.0 The skill bundle provides a standard utility for splitting files into smaller segments based on size or line count. The implementation in scripts/split.py uses basic file I/O and argparse, with no evidence of network activity, shell execution, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The included script is consistent with the stated file-splitting purpose, but the documentation advertises some behavior, such as `-n N`, that is not implemented in the script.
Instruction Scope
The instructions are limited to command usage examples and do not contain prompt overrides, hidden control flow, or autonomous high-impact workflows.
Install Mechanism
The artifacts include a Python script but no install specification or declared binary mapping for the documented `split-tool` command, so users should confirm how it is wired before use.
Credentials
Reading a user-specified local file and writing chunk files is proportionate for a splitter, but the output prefix can cause existing matching files to be overwritten.
Persistence & Privilege
There is no evidence of credentials, privilege escalation, background services, network calls, or persistence beyond the expected output files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install split-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /split-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug split-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Split Tool 是什么?

Split files into smaller pieces by size, line count, or number of chunks. Use for breaking large files into manageable parts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。

如何安装 Split Tool?

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

Split Tool 是免费的吗?

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

Split Tool 支持哪些平台?

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

谁开发了 Split Tool?

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

💬 留言讨论