← 返回
未分类 中文

Nex DepCheck

Skill dependency checker. Scan Python skills for external dependencies. Verify stdlib-only compliance, check individual files or entire skill directories. No...
Skill dependency checker. Scan Python skills for external dependencies. Verify stdlib-only compliance, check individual files or entire skill directories. No...
nexaiguy nexaiguy 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 335
下载
💾 0
安装
1
版本
#latest

概述

Nex DepCheck

Skill dependency checker. Scan Python skills to verify they only use stdlib and internal imports. Catch external dependencies before publishing.

Requirements

  • Python 3.8+
  • No external dependencies (stdlib only)
  • No database needed

Setup

bash setup.sh

Commands

CommandWhat it does
----------------------
checkCheck one skill for external deps
scanScan all skills in a directory
fileCheck a single Python file
stdlibCheck if a module is in Python stdlib

Tone Guide

Check a skill before publishing:

> "Does nex-timetrack have any external dependencies?"

nex-depcheck check /path/to/nex-timetrack

Scan all skills at once:

> "Check all my skills for external deps"

nex-depcheck scan /path/to/skills

Check if a module is stdlib:

> "Is pathlib part of the standard library?"

nex-depcheck stdlib pathlib

Storage

No database. Pure file scanner. Reads Python files, parses imports, classifies them.

License

MIT-0 on ClawHub (free for any use).

AGPL-3.0 on GitHub (commercial licenses via info@nex-ai.be).

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 15:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 195 📥 67,827
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 73 📥 182,195
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 680 📥 328,573