← 返回 Skills 市场
bytesagain1

Split

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
137
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install split
功能描述
Data splitting techniques and strategies reference — partitioning datasets, string splitting, file splitting, and ML train/test splits. Use when dividing dat...
安全使用建议
This skill appears to be a local reference/CLI that prints documentation and doesn't require credentials or network access, so its direct risk is low. However: 1) Inspect the raw SKILL.md for invisible unicode control characters (the scanner flagged them) — remove or decode them if present. 2) Review scripts/script.sh locally to confirm it only prints docs (no curl, wget, netcat, or eval of remote content). 3) If you plan to run it, do so in a sandboxed environment first. 4) Note the SPLIT_DIR config is declared but not used; ask the author or check the script if you expect it to read/write files in that directory. If these checks are clean, the skill is likely safe to use.
功能分析
Type: OpenClaw Skill Name: split Version: 1.0.0 The 'split' skill is a purely informational reference tool providing educational content on data splitting techniques (strings, files, ML datasets, and database partitioning). The core logic in 'scripts/script.sh' consists entirely of static text output via heredocs, with no network activity, file system modifications, or sensitive data access.
能力评估
Purpose & Capability
Name/description match the included files: the SKILL.md is a data-splitting reference and scripts/script.sh implements command handlers that only print documentation. The requested capabilities (none) are proportionate to the purpose.
Instruction Scope
Runtime instructions simply invoke scripts/script.sh with subcommands (intro, string, file, dataset, etc.). The script functions shown print documentation to stdout and do not access external networks or credentials. SKILL.md declares a SPLIT_DIR config (~/.split/) that is not referenced in the script — small scope mismatch. Also the SKILL.md contains detected unicode control characters (prompt-injection pattern) that warrant inspection.
Install Mechanism
No install spec is present (instruction-only with an included local script). Nothing is downloaded or extracted from the network during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The only configuration table entry (SPLIT_DIR) is informational and not required by the shipped script.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system presence. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install split
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /split 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug split
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Split 是什么?

Data splitting techniques and strategies reference — partitioning datasets, string splitting, file splitting, and ML train/test splits. Use when dividing dat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。

如何安装 Split?

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

Split 是免费的吗?

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

Split 支持哪些平台?

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

谁开发了 Split?

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

💬 留言讨论