← Back to Skills Marketplace
Split
by
bytesagain1
· GitHub ↗
· v1.0.0
· MIT-0
137
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install split
Description
Data splitting techniques and strategies reference — partitioning datasets, string splitting, file splitting, and ML train/test splits. Use when dividing dat...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install split - After installation, invoke the skill by name or use
/split - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Split?
Data splitting techniques and strategies reference — partitioning datasets, string splitting, file splitting, and ML train/test splits. Use when dividing dat... It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install Split?
Run "/install split" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Split free?
Yes, Split is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Split support?
Split is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Split?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.
More Skills