Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nex-skillmon下一个技能兽

Agent Skill

nex-skillmon 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,423

周安装

103

GitHub Stars

1

下载量

849
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nex-skillmon(下一个技能兽)
来源仓库:https://github.com/nexaiguy/nex-skillmon
安装命令:
openclaw skills install nex-skillmon
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nex-skillmon

简介

OpenClaw 技能生态健康度监控与成本优化分析工具。

  • 适合管理多种技能的高级用户进行资源调配与效能评估。
  • 实时追踪技能调用频率、错误率与潜在冗余。
  • 安装命令:openclaw skills install nex-skillmon;需读取已安装技能清单。
  • 注意部分私有技能可能无法提供完整遥测数据。

SKILL.md

name
nex-skillmon
description
Health monitoring and cost optimization tool for OpenClaw skill ecosystems and power users managing multiple skills. Track all installed skills with real-time health scoring, detect stale skills (unused for 30+ days), identify skills with security flags or vulnerabilities, and monitor for available updates. View comprehensive cost dashboards showing API usage, estimated monthly costs, and spending per skill to identify expensive skills and optimize budget allocation. Set monthly cost budgets and receive alerts when approaching limits. Scan skill installation directories to discover all active skills and build baseline health metrics. Perform security checks for file integrity, vulnerability detection, and suspicious patterns. View usage statistics including trigger counts, execution duration, success rates, and trends over time. Generate detailed reports in markdown or JSON format for stakeholder communication and compliance documentation. Perfect for power users, development teams, and organizations managing complex skill infrastructures who need visibility into skill health, costs, and security posture.
version
1.0.0
metadata
clawdbot
emoji
\F50D
requires
bins
env
primaryEnv
homepage
https://nex-ai.be
files

Nex SkillMon

Skill Health & Cost Monitor - meta-tool for OpenClaw power users. Monitor installed skills, track API costs, detect stale skills, check security flags, and manage your skill ecosystem.

When to Use

Use this skill when the user asks about:

  • Which skills they have installed and their health status
  • Cost tracking and which skills are most expensive
  • API costs and token usage per skill
  • Skills that haven't been used recently (stale skills)
  • Security flags, vulnerabilities, or integrity issues with skills
  • Available updates for installed skills
  • Overall skill ecosystem health and usage patterns
  • Deprecated or removed skills
  • Skill performance metrics and trends
  • Monthly budget tracking and spending
  • Skill usage statistics over time
  • Exporting skill reports and analytics

Trigger phrases: "skill monitor", "which skills", "skill costs", "expensive skills", "stale skills", "security flags", "skill updates", "skill health", "API costs", "token usage", "skill report", "skill ecosystem", "monitor my skills", "what skills am I using"

Quick Setup

If the database does not exist yet, run the setup script:

bash setup.sh

This creates the data directory, initializes the database, and sets up the monitoring environment.

Available Commands

Basic Information

  • scan - Discover and scan all installed skills
  nex-skillmon scan
  • list - List skills with filters
  nex-skillmon list                    # All skills
  nex-skillmon list --status active    # Active only
  nex-skillmon list --stale            # Stale skills (unused 30+ days)
  nex-skillmon list --flagged          # Flagged/security issues
  • show - Show detailed skill information
  nex-skillmon show "skill-name"

Monitoring & Health

  • health - Health dashboard with scores
  nex-skillmon health
  • check - Run comprehensive health checks
  nex-skillmon check                        # All skills
  nex-skillmon check --skill "skill-name"   # Specific skill
  • security - Security scan
  nex-skillmon security
  • stale - Show unused/stale skills
  nex-skillmon stale
  • updates - Check for available updates
  nex-skillmon updates

Cost & Usage

  • cost - Cost overview
  nex-skillmon cost                        # This month
  nex-skillmon cost --period weekly --last 4   # Last 4 weeks
  nex-skillmon cost --skill "skill-name"  # Specific skill
  • usage - Usage statistics
  nex-skillmon usage
  nex-skillmon usage --skill "skill-name"
  • budget - Budget management
  nex-skillmon budget                # Check current budget
  nex-skillmon budget --set 50       # Set monthly budget (€)
  nex-skillmon budget --currency usd # Set currency

Alerts & Configuration

  • alerts - Show security/cost alerts
  nex-skillmon alerts
  nex-skillmon alerts --unacknowledged
  • acknowledge - Acknowledge an alert
  nex-skillmon acknowledge 42
  • export - Export report as markdown or JSON
  nex-skillmon export --format json --period monthly
  nex-skillmon export --format markdown
  • config - Configuration management
  nex-skillmon config                    # Show config
  nex-skillmon config --set SKILLS_BASE_DIR /path/to/skills

Dashboard Output Example

Skill Health Dashboard
---
Score  Skill              Triggers  Cost/mo  Last Used    Status
 95    nex-life-logger    1,245     €2.34    2 hours ago  OK
 90    nex-crm             342      €0.89    1 day ago    OK
 85    nex-einvoice          47     €0.12    3 days ago   OK
 60    nex-healthcheck       89     €0.00    5 days ago   OK
 30    telegram-bot          12     €0.45    28 days ago  STALE
 10    old-skill              0     €0.00    45 days ago  STALE
  0    flagged-plugin         3     €1.20    2 days ago   FLAGGED
---
Total skills: 7 | Active: 4 | Stale: 2 | Flagged: 1
This month: €5.00 | Budget: €50.00 (10% used)

Features

  • Real-time Monitoring: Scan installed skills and track their status
  • Cost Tracking: Monitor API usage and estimated costs per skill
  • Security Checks: Detect flagged skills, file integrity changes, and vulnerabilities
  • Health Scoring: Comprehensive skill health metric (0-100) based on usage, errors, and staleness
  • Update Detection: Check for available updates on ClawHub
  • Stale Detection: Identify skills not used in N days
  • Usage Analytics: Track triggers, duration, success rate per skill
  • Budget Alerts: Set monthly budgets and get cost alerts
  • Report Export: Export detailed reports in markdown or JSON format

Data Storage

All data is stored locally in ~/.nex-skillmon/:

  • skillmon.db - SQLite database with skills, usage logs, and security checks
  • logs/ - Application logs
  • .env - Configuration (SKILLS_BASE_DIR, API credentials, etc.)

Configuration

Key environment variables can be set in ~/.nex-skillmon/.env:

SKILLS_BASE_DIR=/path/to/skills
CLAWHUB_API_URL=https://api.clawhub.dev
LOG_LEVEL=INFO
CURRENCY=EUR

Security & Privacy

  • All skill data is stored locally on your machine
  • Security checks query ClawHub API for known vulnerabilities (can be disabled)
  • File integrity verification uses local hashing
  • No personal data is sent to external services without your configuration

Requirements

  • Python 3.9+
  • Standard library only (urllib, sqlite3, etc.)

License

MIT-0 License - Copyright 2026 Nex AI (Kevin Blancaflor)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.58%
按下载量换算650

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills