← Back to Skills Marketplace
355
Downloads
0
Stars
0
Active Installs
17
Versions
Install in OpenClaw
/install tun-zei
Description
自动检测并修复错误,清理系统冗余数据,执行健康检查,实现容错自愈和系统净化管理。
Usage Guidance
这个技能看起来是一个小型自愈/诊断工具的演示实现:代码会对错误信息给出建议,计算临时目录中可清理的项,并返回系统健康信息,但不会实际删除文件,也没有实现 SKILL.md 中提到的跨技能调用。使用前请:
- 在沙箱或测试环境运行并验证 cleanup 的实际行为(它当前仅模拟,不会删除)。
- 如果你期待真实删除或跨技能集成,要求作者明确实现细节或提供经过审计的版本。
- 因为脚本会读取 TEMP 或 /tmp,若在权限受限或多租户环境中运行,请先确认读取这些目录是否合规。
- 若将其置于自动运行的代理中,注意它在描述上暗示的“自动修复”行为——在未确认其具体动作前避免赋予高权限或直接在生产系统自动触发清理操作。
Capability Analysis
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.
Capability Assessment
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;默认允许用户调用且可被代理自动调用(平台默认)。脚本不会修改系统/其他技能配置,也不会持久化自身设置或创建长期守护进程。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tun-zei - After installation, invoke the skill by name or use
/tun-zei - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Tun Zei?
自动检测并修复错误,清理系统冗余数据,执行健康检查,实现容错自愈和系统净化管理。 It is an AI Agent Skill for Claude Code / OpenClaw, with 355 downloads so far.
How do I install Tun Zei?
Run "/install tun-zei" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tun Zei free?
Yes, Tun Zei is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tun Zei support?
Tun Zei is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tun Zei?
It is built and maintained by 无为上人 (@lt8899789); the current version is v1.0.17.
More Skills