← 返回 Skills 市场
lt8899789

Tun Zei

作者 无为上人 · GitHub ↗ · v1.0.17 · MIT-0
cross-platform ✓ 安全检测通过
355
总下载
0
收藏
0
当前安装
17
版本数
在 OpenClaw 中安装
/install tun-zei
功能描述
自动检测并修复错误,清理系统冗余数据,执行健康检查,实现容错自愈和系统净化管理。
安全使用建议
这个技能看起来是一个小型自愈/诊断工具的演示实现:代码会对错误信息给出建议,计算临时目录中可清理的项,并返回系统健康信息,但不会实际删除文件,也没有实现 SKILL.md 中提到的跨技能调用。使用前请: - 在沙箱或测试环境运行并验证 cleanup 的实际行为(它当前仅模拟,不会删除)。 - 如果你期待真实删除或跨技能集成,要求作者明确实现细节或提供经过审计的版本。 - 因为脚本会读取 TEMP 或 /tmp,若在权限受限或多租户环境中运行,请先确认读取这些目录是否合规。 - 若将其置于自动运行的代理中,注意它在描述上暗示的“自动修复”行为——在未确认其具体动作前避免赋予高权限或直接在生产系统自动触发清理操作。
功能分析
Type: OpenClaw Skill Name: tun-zei Version: 1.0.17 The 'tun-zei' skill bundle is a system maintenance utility focused on error diagnosis, health monitoring, and temporary file cleanup. Analysis of 'scripts/index.js' shows the code only performs read-only operations (e.g., checking file stats in temp directories and monitoring memory/uptime) and returns diagnostic strings; it lacks any network activity, file deletion logic, or unauthorized execution capabilities. The instructions in 'SKILL.md' are consistent with the stated purpose and do not contain malicious prompt injection.
能力评估
Purpose & Capability
名称与描述宣称的能力(fix/cleanup/health)与 scripts/index.js 中导出的函数一致。值得注意的是 SKILL.md 提到多项“聚合技能”调用,但代码未实现任何跨技能调用或外部 API 访问;还应注意 cleanup 函数并不实际删除文件,只是读取 /tmp(或 TEMP 环境变量)并计算模拟删除数量与释放空间,这与“清理冗余数据”描述不完全一致(更像演示/模拟)。
Instruction Scope
SKILL.md 的运行说明与代码接口对齐(命令行 fix/cleanup/health)。说明与代码均未指示读取用户主目录、凭据或网络外发。唯一的环境读取是 process.env.TEMP,用于定位临时目录。风险较低,但 SKILL.md 的“调用其他技能”文字授予了更广泛的能力期望,实际指令/代码范围较窄。
Install Mechanism
无安装规范(instruction-only + 附带脚本),没有从外部 URL 下载或执行不明二进制,风险最低。随附的 Node.js 脚本仅使用标准模块(fs, path, os),没有外部依赖。
Credentials
无需声明的环境变量或凭据;仅可选使用 TEMP 环境变量来定位临时目录。所需权限与技能目的(读取临时目录的目录列表与文件元数据)相匹配且有限,没有请求敏感凭据或不相关服务的令牌。
Persistence & Privilege
技能未设置 always:true;默认允许用户调用且可被代理自动调用(平台默认)。脚本不会修改系统/其他技能配置,也不会持久化自身设置或创建长期守护进程。
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tun-zei
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tun-zei 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.17
- Bumped version from 1.0.16 to 1.0.17 in SKILL.md. - No other content or functionality changes.
v1.0.16
- Updated version to 1.0.16 in SKILL.md. - No other content changes detected.
v1.0.15
- Updated version to 1.0.15 in SKILL.md. - No functional or content changes; documentation version bump only.
v1.0.14
- Updated version to 1.0.14 in SKILL.md. - No changes to skill features, usage, or documentation content.
v1.0.13
- Bump version to 1.0.13 in SKILL.md. - No other content or functional changes.
v1.0.12
- Downgraded documented skill version from 2.0.1 to 1.0.12 in SKILL.md. - No functional or capability changes; only metadata in SKILL.md was modified.
v2.0.1
- Added structured metadata to SKILL.md, including version, skill_id, capacity, load_strategy, and author fields - No changes to skill description or capabilities - Documentation update only; skill logic remains the same
v1.0.11
- Updated SKILL.md to version 1.0.11. - Documentation improved; no changes made to features or functionality.
v1.0.10
- Bumped version to 1.0.10 in documentation. - No other content changes.
v1.0.9
- Version updated to 1.0.9 in SKILL.md. - No changes to content or functionality; only the version number was incremented.
v1.0.8
- Version updated from 1.0.7 to 1.0.8 in documentation. - No other content changes detected in the SKILL.md file.
v1.0.7
- Bumped version to 1.0.7 in SKILL.md. - No other content or documentation changes.
v1.0.6
- Bumped version to 1.0.6 in SKILL.md. - No other content changes detected.
v1.0.5
- Version updated to 1.0.5 in documentation. - No functional or content changes; only SKILL.md version field was modified.
v1.0.4
- Bump version from 1.0.3 to 1.0.4 in SKILL.md. - No other content changes detected.
v1.0.3
- Version updated to 1.0.3. - Documentation (SKILL.md) updated for this release. - No changes to functionality, inputs, or outputs detected.
v1.0.2
Version 1.0.2 of tun-zei introduces the initial release of the "吞贼·净化魄" (Tun Zei - Purifier) skill. - Provides automated error detection and correction. - Adds system cleanup capabilities (removes redundant data: temp, cache, logs). - Implements health check function with system status reporting. - Integrates with related skills for error handling and self-healing. - Designed as a purification and self-recovery module.
元数据
Slug tun-zei
版本 1.0.17
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 17
常见问题

Tun Zei 是什么?

自动检测并修复错误,清理系统冗余数据,执行健康检查,实现容错自愈和系统净化管理。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 355 次。

如何安装 Tun Zei?

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

Tun Zei 是免费的吗?

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

Tun Zei 支持哪些平台?

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

谁开发了 Tun Zei?

由 无为上人(@lt8899789)开发并维护,当前版本 v1.0.17。

💬 留言讨论