meminfo

meminfo is a skill for Claude Code from ai-ecoverse/slicc. It costs 64 tokens per session (401 once invoked), scanned A, original, Apache-2.0.

A diagnostic command for measuring memory use in the SLICC runtime, including its worker processes and WebAssembly workloads. It can show a readable breakdown or JSON data for comparison.

In plain words
What is it for?
Use it before and after a workload, after an out-of-memory error, or when deciding whether to stop a resource-heavy background process.
Why use it?
It helps identify memory pressure, suspected leaks, and out-of-memory failures, and shows which runtime areas account for the usage.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it before and after a workload, after an out-of-memory error, or when deciding whether to stop a resource-heavy background process.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ai-ecoverse/slicc/meminfo
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ai-ecoverse/slicc --skill meminfo
Clone the repo
git clone --depth 1 https://github.com/ai-ecoverse/slicc

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meminfo

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-ecoverse/slicc/meminfo.svg)](https://agentmods.dev/skills/ai-ecoverse/slicc/meminfo)
Your own site
<a href="https://agentmods.dev/skills/ai-ecoverse/slicc/meminfo"><img src="https://agentmods.dev/badge/skills/ai-ecoverse/slicc/meminfo.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 401 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00064 $0.00401
Opus 5 $0.00032 $0.00200
Sonnet 5 $0.00013 $0.00080
Haiku 4.5 $0.00006 $0.00040

Measured 2d ago against content hash f819f468175b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

meminfo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/vfs-root/workspace/skills/meminfo/SKILL.md · 35 lines

What it actually says

meminfo — agent-cluster memory diagnostics

meminfo measures real memory usage across the agent cluster — the kernel worker plus its dedicated workers (script realms, vpod pods, ffmpeg, speech) — via the browser's performance.measureUserAgentSpecificMemory().

When to reach for it

  • A command died with an out-of-memory error, or the kernel feels degraded after heavy WASM work.
  • Before/after comparisons: measure, run the suspect workload, measure again, diff the attribution rows.
  • Deciding whether to vpod stop / kill a heavy background unit before starting another.

Usage

meminfo           # human-readable: total + per-attribution rows, largest first
meminfo --json    # raw measurement for scripted diffing

Rows attribute bytes to a scope and URL (e.g. DedicatedWorkerGlobalScope …/kernel-worker.js), with types like JavaScript, DOM, Shared. Zero-byte rows are dropped; only --json shows them.

Expectations and limits

  • Requires a cross-origin-isolated runtime. The hosted leader is one; embedded floats (Cherry, Electron overlay) are not and report why instead — that error is expected there, not a bug.
  • The browser randomizes measurement timing (anti-fingerprinting), so a call may take a few seconds — do not treat the delay as a hang.
  • The measurement covers the calling agent cluster, not the whole browser; other tabs and cross-origin iframes are out of scope.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 35 lines · 64 tokens per session scan A f819f468175b

Subscribe to this mod's changes

meminfo is a skill published in the GitHub repository ai-ecoverse/slicc (30 stars, last pushed yesterday), licensed Apache-2.0. It adds 64 tokens to every session and 401 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

opencli-autofix

Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.

jackwener/OpenCLI · 61 tokens

pinchtab-dev

Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".

pinchtab/pinchtab · 77 tokens

moli-webfetch

Fetch, inspect, crawl, and capture live, JavaScript-rendered websites with Moli. Use when Codex needs current web content, web research, fact lookup, link following, a bounded crawl, client-rendered or response-gated content, network diagnostics, or a standalone HTML, Markdown, JSON, semantic-tree, viewport or…

lexmount/moli · 90 tokens

moli-cdp-server

Start Moli's CDP server and connect Playwright, Puppeteer, or raw CDP clients. Use to run a headless-browser CDP endpoint, replace a Chromium process, attach over CDP, enable real layout and screenshot surfaces, or diagnose CDP discovery, connection, and target startup—even when Moli is not named.

lexmount/moli · 74 tokens

surf

Control Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio.

nicobailon/surf-cli · 60 tokens

smell

Detect software architecture bad smells, algorithmic complexity hotspots, and anti-patterns in a codebase. Produces a detailed markdown report identifying violations of architectural principles, design patterns, code quality, and performance complexity. Triggers on: smell, code smell, architecture smell, find…

smallnest/pigo · 97 tokens