← 返回 Skills 市场
Tar
作者
bytesagain1
· GitHub ↗
· v3.0.1
· MIT-0
261
总下载
0
收藏
1
当前安装
7
版本数
在 OpenClaw 中安装
/install tar
功能描述
Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption.
安全使用建议
This skill is a simple shell wrapper around the system tar and related utilities and appears to do what it says. Before installing/using: (1) inspect scripts/script.sh yourself (it's executed locally); (2) ensure tar/file are the expected system binaries; (3) avoid extracting untrusted archives in sensitive directories — tar can contain absolute paths or ../ entries and may overwrite files; (4) be cautious when passing untrusted filenames or patterns (shell/tar/grep will process them); and (5) run in a sandbox or with limited permissions if you will operate on archives from unknown sources.
功能分析
Type: OpenClaw Skill
Name: tar
Version: 3.0.1
The 'tar' skill bundle is a standard utility wrapper for managing archives (create, extract, list, etc.). The script (scripts/script.sh) uses standard system tools like tar, du, and stat with proper variable quoting and lacks any indicators of data exfiltration, persistence, or malicious execution.
能力评估
Purpose & Capability
Name, description, SKILL.md commands, and the included scripts all implement archive creation, listing, extraction, inspection, diffing and verification using system tar/file utilities — the requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md directs the agent to run the bundled scripts/script.sh with explicit subcommands; the script only operates on provided archive paths and uses standard local utilities. It does not reference external endpoints, secrets, or unrelated system paths. Note: extracting untrusted archives may cause path traversal or overwrite issues because tar is invoked without sandboxing — this is a usage/security caveat, not an incoherence.
Install Mechanism
No install spec or network downloads are present; the skill is instruction-only with a local script, so nothing is fetched or written to disk by an installer.
Credentials
The skill requires no environment variables or credentials. The script uses common utilities (tar, file, du, stat, grep, sort, comm) which are appropriate for an archive tool.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tar - 安装完成后,直接呼叫该 Skill 的名称或使用
/tar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.1
v3.0.1: SKILL.md rewritten to match new script commands.
v3.0.0
v3.0.0: Complete rewrite — real tar commands instead of logging template.
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
常见问题
Tar 是什么?
Create, extract, list, and compress tar archives with format support. Use when scanning contents, monitoring sizes, reporting results, alerting corruption. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。
如何安装 Tar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tar」即可一键安装,无需额外配置。
Tar 是免费的吗?
是的,Tar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tar 支持哪些平台?
Tar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tar?
由 bytesagain1(@bytesagain1)开发并维护,当前版本 v3.0.1。
推荐 Skills