← 返回 Skills 市场
nexaiguy

Nex DepCheck

作者 Nex AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-depcheck
功能描述
Skill dependency checker. Scan Python skills for external dependencies. Verify stdlib-only compliance, check individual files or entire skill directories. No...
安全使用建议
This package appears to do exactly what it says: a local Python import scanner that reports stdlib/internal/external modules and creates a small CLI wrapper in your home bin. Before running setup.sh or installing the wrapper: 1) Inspect setup.sh and the .py files (they're included) to confirm they match your expectations — they do in this package. 2) Consider running the CLI directly (python3 path/to/nex-depcheck.py check ...) before running setup.sh so you avoid writing to $HOME. 3) Note the tool uses a curated stdlib list in lib/config.py that could misclassify some modules; validate results against your environment if precise accuracy matters. 4) If you install the wrapper, remember it will execute the local repository script path — if you clone/modify the repo later, the wrapper will run those changes. If you obtained this package from an untrusted source, run it in an isolated environment or container first.
功能分析
Type: OpenClaw Skill Name: nex-depcheck Version: 1.0.0 The Nex DepCheck skill is a legitimate utility designed to audit Python source code for external dependencies. The code performs static analysis using regex to identify import statements and compares them against a hardcoded list of standard library modules in lib/config.py. No network activity, data exfiltration, or malicious execution patterns were found in nex-depcheck.py or lib/scanner.py, and the setup.sh script follows standard practices for local CLI installation.
能力评估
Purpose & Capability
Name, description, SKILL.md and the included Python code all implement a Python import scanner that classifies imports as stdlib, internal, or external. No unrelated credentials, binaries, or services are requested. The only slightly surprising item is the curated STDLIB_MODULES list (maintained in lib/config.py), which is a pragmatic implementation detail — it may be incomplete or differ from a target environment but is coherent with the tool's purpose.
Instruction Scope
SKILL.md describes running setup.sh and using the CLI commands (check/scan/file/stdlib). The runtime instructions and the code exclusively read Python files and directory structure, parse import lines, and report classifications. The scanner also checks presence of SKILL.md and setup.sh files in target skill directories — this is consistent with its auditing purpose. There are no instructions to read unrelated system configuration, secrets, or to transmit data externally.
Install Mechanism
No remote downloads or package manager installs. setup.sh is included and simply verifies Python 3.8+, verifies the CLI, and writes a wrapper script into $HOME/.local/bin that execs the bundled .py script. This is low-risk compared to network installs; the wrapper will execute the local script path, so running setup.sh writes an executable to the user's home directory but does not fetch external code.
Credentials
The skill requests no environment variables, credentials, or config paths. It only writes a wrapper to $HOME/.local/bin and suggests adding that directory to PATH. No secrets or unrelated system credentials are requested or accessed.
Persistence & Privilege
always:false (no forced inclusion). The only persistence is the user-level wrapper created in $HOME/.local/bin by setup.sh. This grants the tool a convenient CLI presence but does not alter other skills or system-wide settings. Users should be aware the wrapper points to the repository script path, so modifying the local repo later affects what the wrapper runs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nex-depcheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nex-depcheck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Nex DepCheck. - Scan Python skills or files to find external dependencies. - Verify compliance with Python standard library (stdlib-only skills). - Supports checking individual files, skill folders, or whole directories. - No external dependencies required; pure stdlib, no database. - Includes command-line commands: check, scan, file, stdlib.
元数据
Slug nex-depcheck
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nex DepCheck 是什么?

Skill dependency checker. Scan Python skills for external dependencies. Verify stdlib-only compliance, check individual files or entire skill directories. No... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 Nex DepCheck?

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

Nex DepCheck 是免费的吗?

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

Nex DepCheck 支持哪些平台?

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

谁开发了 Nex DepCheck?

由 Nex AI(@nexaiguy)开发并维护,当前版本 v1.0.0。

💬 留言讨论