iyeque-local-system-info

Return system metrics (CPU, RAM, disk, processes) using psutil.

7 stars

Best use case

iyeque-local-system-info is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Return system metrics (CPU, RAM, disk, processes) using psutil.

Teams using iyeque-local-system-info should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/iyeque-local-system-info/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/iyeque/iyeque-local-system-info/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/iyeque-local-system-info/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How iyeque-local-system-info Compares

Feature / Agentiyeque-local-system-infoStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Return system metrics (CPU, RAM, disk, processes) using psutil.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# iyeque-local-system-info

Return system metrics (CPU, RAM, disk, processes) using psutil.

## Install

```
npx clawhub@latest install iyeque-local-system-info
```

Related Skills

memory-system-v2

7
from Demerzels-lab/elsamultiskillagent

Fast semantic memory system with JSON indexing, auto-consolidation, and <20ms search. Capture learnings, decisions, insights, events. Use when you need persistent memory across sessions or want to recall prior work/decisions.

local-first-llm

7
from Demerzels-lab/elsamultiskillagent

Routes LLM requests to a local model (Ollama, LM Studio, llamafile) before falling back to cloud APIs.

qwen3-tts-local-inference

7
from Demerzels-lab/elsamultiskillagent

Generate speech from text using Qwen3-TTS via direct Python inference — no server required.

local-system-info

7
from Demerzels-lab/elsamultiskillagent

Return system metrics (CPU, RAM, disk, processes) using psutil.

iyeque-unified-web-search

7
from Demerzels-lab/elsamultiskillagent

Pick the best source (Tavily, Web Search Plus, Browser, or local files) for a query, run the search, and return.

iyeque-pdf-reader

7
from Demerzels-lab/elsamultiskillagent

Extract text, search inside PDFs, and produce summaries.

iyeque-device-control

7
from Demerzels-lab/elsamultiskillagent

Expose safe device actions (volume, brightness, open/close apps) for personal automation.

iyeque-audio-processing

7
from Demerzels-lab/elsamultiskillagent

Audio ingestion, analysis, transformation, and generation (Transcribe, TTS, VAD, Features).

alert-system

7
from Demerzels-lab/elsamultiskillagent

Smart monitoring with customizable triggers — price alerts (stocks, crypto, products), event monitoring, custom.

whisper-mlx-local

7
from Demerzels-lab/elsamultiskillagent

Free local speech-to-text for Telegram and WhatsApp using MLX Whisper on Apple Silicon. Private, no API costs.

parakeet-local-asr

7
from Demerzels-lab/elsamultiskillagent

Install and operate local NVIDIA Parakeet ASR for OpenClaw with an OpenAI-compatible transcription API.

filesystem

7
from Demerzels-lab/elsamultiskillagent

Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot