system-info
System Info Skill
Get system information for monitoring and debugging.
When to Use
✅ USE this skill when:
- "What's the system status?"
- "How much memory is available?"
- "What processes are running?"
- "Get CPU information"
- "Check disk space"
When NOT to Use
❌ DON'T use this skill when:
- Performance profiling → use specialized profilers
- Security auditing → use security tools
- Hardware diagnostics → use vendor tools
Commands
System Overview
{baseDir}/system.sh info
{baseDir}/system.sh info --json
CPU Information
{baseDir}/system.sh cpu
{baseDir}/system.sh cpu --usage
{baseDir}/system.sh cpu --cores
Memory Information
{baseDir}/system.sh memory
{baseDir}/system.sh memory --summary
{baseDir}/system.sh memory --json
Disk Information
{baseDir}/system.sh disk
{baseDir}/system.sh disk --path /
{baseDir}/system.sh disk --all
Network Information
{baseDir}/system.sh network
{baseDir}/system.sh network --interfaces
{baseDir}/system.sh network --connections
Process Information
{baseDir}/system.sh processes
{baseDir}/system.sh processes --top 10
{baseDir}/system.sh processes --by-memory
{baseDir}/system.sh processes --user root
Environment
{baseDir}/system.sh env
{baseDir}/system.sh env --filter PATH
{baseDir}/system.sh env --json
Output Formats
- Default: Human-readable text
- --json: JSON output for scripting
- --summary: Condensed summary
Examples
Quick system overview:
{baseDir}/system.sh info
# Output: OS, CPU, Memory, Disk summary
Top processes by memory:
{baseDir}/system.sh processes --by-memory --top 5
# Output: Top 5 memory-heavy processes
Check specific disk:
{baseDir}/system.sh disk --path /home
# Output: Disk usage for /home
Get process tree:
{baseDir}/system.sh processes --tree
# Output: Process tree view
Notes
- Works on Linux and macOS
- Some commands require specific permissions
- Uses system utilities:
ps,top,free,df, etc. - JSON output for programmatic use
More from winsorllc/upgraded-carnival
vector-memory
Vector-based semantic memory using embeddings for intelligent recall. Store and search memories by meaning rather than keywords. Use when you need semantic search, similar document retrieval, or context-aware memory.
131model-router
Route requests between different LLM providers and models. Configure routing rules, fallback providers, and model-specific parameters inspired by ZeroClaw and OpenClaw model routing systems.
63rss-monitor
Monitor RSS/Atom feeds and blogs for new content using feedparser.
59rss-reader
Read and parse RSS/Atom feeds. Use when: user wants to subscribe to feeds, get latest articles, or monitor news sources.
54video-frames
Production-grade video frame extraction with thumbnail grids, GIF creation, and batch frame processing. Includes intelligent quality presets, progress tracking, and comprehensive error handling.
39elevenlabs-tts
Convert text to speech using ElevenLabs API. Use when you need to generate voice audio for messages, narrations, or accessibility.
25