ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

MemWatch

Monitor RAM usage in real time and alert on high memory consumption thresholds. Use when tracking memory, identifying RAM hogs, setting alert thresholds.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/memwatch
Or

MemWatch

Memory monitor: view usage, find top consumers, watch trends, inspect per-process memory, check swap, and alert on thresholds.

Commands

CommandDescription
memwatch statusCurrent memory usage with visual bar and breakdown
memwatch top [n]Top N memory-consuming processes (default: 10)
memwatch watchSnapshot memory every 2s for 10 iterations
memwatch process <pid>Memory details for a specific PID (VmRSS, VmSize, PSS, etc.)
memwatch swapSwap usage details with top swap consumers
memwatch alert <threshold>Check if memory usage exceeds threshold %
memwatch detailedFull /proc/meminfo dump
memwatch compareCompare memory now vs 30 seconds later (delta)
memwatch versionShow version

Examples

memwatch status         # → usage %, visual bar, total/avail/cached
memwatch top 5          # → top 5 RAM consumers (PID, %MEM, RSS, CMD)
memwatch watch          # → 10 snapshots, 2s apart
memwatch process 1234   # → VmSize, VmRSS, VmSwap, PSS, threads
memwatch swap           # → swap devices, usage, top swap consumers
memwatch alert 80       # → 🚨 if usage > 80%, ✅ if under
memwatch detailed       # → full /proc/meminfo
memwatch compare        # → two snapshots 30s apart with delta

Requirements

  • free, ps (standard)
  • /proc/meminfo, /proc/[pid]/status (Linux)

Metadata

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-memwatch": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#memory#ram#monitor#system#process#swap#admin#performance
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

Agent Migration Pack

将AI Agent完整迁移到新环境或分享给其他用户的标准化工具包,包含身份、记忆、技能、风格等完整信息,支持状态迁移

alexlinf 4473

context-compressor

Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.

besty0121 4473

auto-context

智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。

0xcjl 4473

autodream-core

通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.

bigkingcn 4473

okx-dex-swap

Execute token swaps on-chain via OKX DEX Aggregator API (v6). Use this skill when a user wants to: 1. Build a complete swap flow: get swap calldata -> sign transaction -> broadcast to chain 2. Execute token-to-token swaps with slippage protection, MEV protection, and Jito tips (Solana) 3. Integrate OKX DEX swap + broadcast into applications, bots, or scripts This skill covers the FULL lifecycle: /swap endpoint (get tx data) + /broadcast-transaction endpoint (submit signed tx). For quote-only (no execution), use the okx-dex-quote skill instead.

aaronllee 4473