← 返回 Skills 市场
52yuanchangxing

Skill Install Checker

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-install-checker
功能描述
安装前验证二进制、环境变量、配置、OS 与 sandbox 条件,解释为什么此机不适合装。;use for skills, install, preflight workflows;do not use for 假装依赖已经满足, 直接修改系统环境.
安全使用建议
This skill appears to do exactly what it says: run a read-only audit of a provided directory and produce a structured report. Before running: (1) confirm the --input path is the intended skill directory (do not point it at / or other system/private folders), (2) prefer --dry-run initially and review output on stdout rather than writing files to sensitive locations, (3) review the generated report for any masked secret snippets (the script searches for secret-like patterns and partially redacts them), and (4) if you cannot or do not want to run the Python script locally, the skill can produce text output from its templates without execution. Overall the bundle is coherent and low-risk given these precautions.
功能分析
Type: OpenClaw Skill Name: skill-install-checker Version: 1.0.0 The skill is a diagnostic and auditing tool designed to verify system environments and check other skill bundles for compliance and security risks. The core logic in `scripts/run.py` acts as a static analyzer, using regex to detect (but not execute) high-risk patterns such as 'curl|bash', 'rm -rf /', and hardcoded secrets, which it masks before outputting. The instructions in `SKILL.md` and `README.md` explicitly forbid system modifications or faking dependency checks, and the script relies solely on Python standard libraries without external network calls or obfuscation.
能力评估
Purpose & Capability
Name/description claim to perform preflight checks; declared requirement (python3), included README, spec, template, and a local Python script that scans a provided directory are all proportional and expected.
Instruction Scope
SKILL.md confines the skill to read-only environment checks and provides an alternative template-based output if execution isn't allowed. The included script reads files under the user-specified input directory and looks for headings, file lists, and pattern matches. This is appropriate for auditing a skill directory, but you should avoid passing system/root paths or other directories containing unrelated sensitive files because the script will read them for analysis.
Install Mechanism
No install spec (instruction-only skill). Script is Python-only and uses the standard library; no network downloads or package installs are performed by the bundle.
Credentials
No environment variables, credentials, or external service tokens are requested. The single binary requirement (python3) is minimal and appropriate for the provided script.
Persistence & Privilege
always is false and the skill does not request permanent presence or modify other skills. It may write an output file if you specify an output path (normal behavior) but does not change system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-install-checker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-install-checker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-install-checker. - Adds pre-installation checks for binaries, environment variables, configuration, OS, and sandbox compatibility. - Explains why a skill may not be suitable for installation on the current machine. - Outputs include: environment overview, missing dependencies, OS and sandbox risks, configuration gaps, installation and rollback advice. - Designed for reviewable, read-only, and auditable operation—will not alter system environment or simulate satisfied dependencies. - Includes boundaries for safe usage, requiring clear explanation for any risky or system-modifying actions.
元数据
Slug skill-install-checker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Install Checker 是什么?

安装前验证二进制、环境变量、配置、OS 与 sandbox 条件,解释为什么此机不适合装。;use for skills, install, preflight workflows;do not use for 假装依赖已经满足, 直接修改系统环境. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Skill Install Checker?

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

Skill Install Checker 是免费的吗?

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

Skill Install Checker 支持哪些平台?

Skill Install Checker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Skill Install Checker?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论