monitoring

Monitors system CPU and Memory usage, saves metrics to SQLite database, and generates Excel reports.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "monitoring" with this command: npx skills add ningtoba/event-monitor

Monitoring Skill

This skill allows you to monitor system resources and track historical usage patterns.

Security & Permissions

CategoryDetails
System AccessReads process list via psutil (read-only)
File WritesCreates monitoring.db (SQLite) and system_report.xlsx in skill directory only
NetworkNone - fully offline, no external connections
APIsNone - no external API calls
CredentialsNone required
Shell CommandsNone - pure Python execution

Why These Permissions?

  • psutil: Industry-standard library for reading system metrics (used by VS Code, PyCharm, etc.)
  • SQLite: Local embedded database, no server needed
  • openpyxl: Standard Excel library, no macros or VBA

This skill is benign - it only reads public system information and writes to its own directory.

Commands

/collect-metrics

Triggers a collection of the top 10 CPU and Memory consuming processes. The results are saved to a local SQLite database monitoring.db in the skill directory.

/generate-report

Generates an Excel report of the latest captured metrics from the database.

/show-metrics [limit=10]

Displays the most recent metrics from the database.

Database

  • Location: {skillDir}/monitoring.db
  • Tables: cpu_usage_table, memory_usage_table
  • Format: SQLite 3

Usage

# Collect current metrics
python {skillDir}/monitoring.py --collect

# Generate Excel report
python {skillDir}/monitoring.py --report

# Show recent metrics
python {skillDir}/monitoring.py --show --limit 10

Data Retention

Metrics include timestamp, day of week, week of month, month, and working day classification for trend analysis.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Pdf To Markdown

PDF转Markdown工具。PDF文本转Markdown、表格识别转换、关键信息提取、格式美化修复、内容摘要、文档对比。PDF to Markdown converter with table recognition, info extraction, formatting, summarization, do...

Registry SourceRecently Updated
1910ckchzh
General

Partycraft

Provides customized event planning for weddings, birthdays, and corporate events, including budgets, checklists, invitations, timelines, and vendor lists.

Registry SourceRecently Updated
General

Orders

Orders - command-line tool for everyday use

Registry SourceRecently Updated
General

Option Calculator

期权计算器。期权定价、Greeks计算、策略组合、盈亏图、隐含波动率、行权分析。Option calculator with pricing, Greeks. 期权、衍生品。

Registry SourceRecently Updated