72
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill aidotnet/moyucode --skill system-info- SKILL.md892 B
Overview
This skill collects and reports detailed system information including CPU, memory, disk, network, and active processes. It provides quick, scriptable snapshots and focused queries for individual subsystems. Use it to audit resources, troubleshoot performance, or feed monitoring pipelines.
How this skill works
The tool runs local inspections that read OS metrics and process tables, then summarizes usage and health indicators. It can produce a full overview or targeted reports (CPU, memory, disk, network, processes) and supports options like top-N processes. Output is suitable for human review or downstream automation.
When to use it
- You need a full snapshot of system health before or after a deployment.
- Investigating high CPU, memory pressure, disk saturation, or network anomalies.
- Collecting process lists and top resource consumers for diagnostics.
- Automating regular audits for capacity planning or compliance checks.
- Integrating lightweight checks into scripts or monitoring hooks.
Best practices
- Run full overview only when needed; use targeted flags to reduce output.
- Schedule regular captures during low-impact windows to establish baselines.
- Combine top process output with timestamps and host identifiers for tracing.
- Avoid storing sensitive command output in public logs; redact credentials.
- Use the tool as a data source for alert rules rather than raw alerts.
Example use cases
- Execute a full system snapshot before a major release to compare post-release metrics.
- Run --cpu to capture per-core load and frequency when investigating slow jobs.
- Query --memory to verify swap usage and identify memory-hungry services.
- Use --disk to find partitions with low free space and largest files.
- List top 10 processes with --processes --top 10 to pinpoint resource hogs.
FAQ
Yes. Use flags to request CPU, memory, disk, network, or processes individually to limit output.
Is this safe to run on production?
Yes. The tool performs read-only inspections. Follow best practices to avoid exposing sensitive output in shared logs.