← 返回 Skills 市场
nexaiguy

Nex Skillmon

作者 Nex AI · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
87
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nex-skillmon
功能描述
Health monitoring and cost optimization tool for OpenClaw skill ecosystems and power users managing multiple skills. Track all installed skills with real-tim...
安全使用建议
This package appears to do what it says: it scans a local skills directory, records metadata and usage in ~/.nex-skillmon, computes SHA256 hashes of skill files, and calls the configured ClawHub API to check for flags/updates. Before installing: (1) verify SKILLS_BASE_DIR points only to the directory you intend scanned (avoid pointing it to sensitive system paths), (2) review the ClawHub endpoint you configure (CLAWHUB_API_URL) if you don't want skill names sent externally — you can disable remote checks by setting CLAWHUB_API_URL to empty as documented, (3) note the installer will create ~/.nex-skillmon and add a user-level executable link (~/.local/bin), and (4) review the provided source if you want to audit what is hashed/posted. If you want to limit exposure, run the tool in a contained environment (VM/container) or review/modify scanner.check_for_updates and check_security_flags to point to a trusted endpoint or disable them.
功能分析
Type: OpenClaw Skill Name: nex-skillmon Version: 1.0.0 The nex-skillmon skill is a comprehensive monitoring utility designed to track the health, API costs, and security posture of other installed OpenClaw skills. It performs local directory scanning (lib/scanner.py), maintains a local SQLite database for usage statistics (lib/storage.py), and optionally checks for updates and security flags via the api.clawhub.dev endpoint. The code is well-documented, uses standard libraries, and its behaviors—such as calculating file hashes for integrity checks and estimating costs based on token usage—are entirely consistent with its stated purpose as a meta-tool for power users.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (health monitoring, cost tracking, security checks) match the files and behavior: scanner reads SKILL.md files under a skills directory, computes hashes, calls a ClawHub API for updates/flags, and stores local telemetry in ~/.nex-skillmon. Required binaries (python3) and the declared env vars (CLAWHUB_API_URL, SKILLS_BASE_DIR) are appropriate for the stated functionality.
Instruction Scope
Runtime instructions and CLI commands are focused on discovery, health checks, security scans, and cost reporting. The scanner will read all files under SKILLS_BASE_DIR and compute SHA256 hashes; it also makes outbound HTTP requests to CLAWHUB_API_URL for update/flag checks. These behaviors are expected for a monitoring tool, but users should be aware the skill will read the full contents of skill directories (file hashing) and send skill names to the configured ClawHub endpoint.
Install Mechanism
No external downloads or package installs are performed. setup.sh initializes a local SQLite DB, creates a ~/.nex-skillmon data directory and logs, and creates a symlink/wrapper in ~/.local/bin (or a Windows batch wrapper). The installer is local and idempotent; no network fetches or archives are pulled during setup.
Credentials
Only CLAWHUB_API_URL and SKILLS_BASE_DIR are declared as required env vars; these are proportionate to checking a remote skill index and scanning a local skills directory. The skill does read other optional env vars (CURRENCY, LOG_LEVEL) but these are non-sensitive configuration values. The package does not request secret tokens, cloud keys, or unrelated credentials.
Persistence & Privilege
The skill stores persistent state under the user's home (~/.nex-skillmon) and creates a user-level symlink/wrapper in ~/.local/bin. always is false. This level of persistence is typical for a CLI monitoring tool; it does not modify other skills or system-wide settings beyond adding a user bin entry.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nex-skillmon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nex-skillmon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug nex-skillmon
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nex Skillmon 是什么?

Health monitoring and cost optimization tool for OpenClaw skill ecosystems and power users managing multiple skills. Track all installed skills with real-tim... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Nex Skillmon?

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

Nex Skillmon 是免费的吗?

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

Nex Skillmon 支持哪些平台?

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

谁开发了 Nex Skillmon?

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

💬 留言讨论