J
v1.0.0Short alias skill for joining, merging, or combining files, data, or strings. Use when you need to concatenate or merge content from multiple sources.
⭐ 0· 209·0 current·0 all-time
byopenlang@openlang-cn
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description (join/merge/concatenate) match the SKILL.md content: examples show cat, paste, join, jq, simple Node script, csv tools, pandoc, iconv, etc. Nothing requested or described suggests capabilities beyond file/data merging.
Instruction Scope
The instructions explicitly tell the agent to read and concatenate local files and run local commands (cat, paste, awk, jq, node, etc.), which is expected for this purpose. This does mean the agent will read any files you ask it to merge and may run a Node script example; the doc does not instruct access to unrelated system paths or external endpoints.
Install Mechanism
No install spec (instruction-only), so nothing is written to disk by the skill itself — lowest install risk. Note: the examples reference external tools (jq, csvstack/csvjoin, pandoc, iconv, node) that are not installed by the skill; the agent environment must already have them available to run those commands.
Credentials
The skill requires no environment variables, credentials, or config paths. There are no unexplained secret requests or access to unrelated services.
Persistence & Privilege
always is false and the skill has no install/persistence behavior. It does not request elevated or permanent presence in the agent environment.
Assessment
This skill is a documentation/cheatsheet for merging files and strings — it does not install anything or ask for secrets. Before using it, ensure: (1) you run the shown commands only on files you intend to merge (they will read and potentially overwrite output files), (2) backup originals before bulk operations, (3) required external tools (jq, csvstack/csvjoin, pandoc, node, iconv) are present on your system if you plan to use those examples, and (4) be cautious about running example scripts on untrusted files (the Node example reads and parses JSON). If you need the agent to operate autonomously, confirm it has explicit, limited file access so it cannot read sensitive files by accident.Like a lobster shell, security has layers — review code before you run it.
latestvk97236s9h2hs7avrne2s3b2wq582sb2c
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
