Install
openclaw skills install @nexaiguy/nex-skillmonHealth 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.
openclaw skills install @nexaiguy/nex-skillmonSkill 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.
Use this skill when the user asks about:
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"
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.
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"
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 - 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 - 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
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)
All data is stored locally in ~/.nex-skillmon/:
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
MIT-0 License - Copyright 2026 Nex AI (Kevin Blancaflor)