Mesh LLM is a distributed AI system that combines GPUs and memory from multiple machines and exposes them through one OpenAI-compatible inference server, which is a service that runs models and answers API requests. It is for people who want to share compute privately or publicly to run models for agents and chat, including models too large for one machine. The catalogue add-ons support workflows for operating and using the mesh.
Borrowing it
Nothing to install: this file belongs to Mesh-LLM/mesh-llm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Mesh-LLM/mesh-llm/main/.agents/skills/skippy-metrics/SKILL.mdgit clone --depth 1 https://github.com/Mesh-LLM/mesh-llmWrote 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.
[](https://agentmods.dev/skills/mesh-llm/mesh-llm/skippy-metrics)<a href="https://agentmods.dev/skills/mesh-llm/mesh-llm/skippy-metrics"><img src="https://agentmods.dev/badge/skills/mesh-llm/mesh-llm/skippy-metrics/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/mesh-llm/mesh-llm/skippy-metrics"><img src="https://agentmods.dev/badge/skills/mesh-llm/mesh-llm/skippy-metrics.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00039 | $0.00220 |
| Opus 5 | $0.00019 | $0.00110 |
| Sonnet 5 | $0.00008 | $0.00044 |
| Haiku 4.5 | $0.00004 | $0.00022 |
Grade A, and why
skippy-metrics 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 12d 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.
What it actually says
skippy-metrics
Use this skill for telemetry attributes, lifecycle instrumentation, and benchmark/report integration.
Ownership
crates/skippy-metrics owns shared attribute names. Stage servers may emit
OTLP/telemetry, but request-path serving must not block on telemetry export.
crates/metrics-server owns benchmark/debug telemetry ingest, SQLite storage,
run lifecycle, and canonical report export.
Mesh API runtime status is not a telemetry dump. Keep public runtime status backend-neutral and stable; expose backend details only when intentionally part of the status shape.
Validation
cargo test -p skippy-server --lib
cargo test -p mesh-llm --lib
Keep canonical benchmark report export in metrics-server rather than inside
stage serving.
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.
- 12d ago First seen · 33 lines · 39 tokens per session scan A 2205dd394e01
skippy-metrics is a skill published in the GitHub repository Mesh-LLM/mesh-llm (3,384 stars, last pushed today), licensed Apache-2.0. It adds 39 tokens to every session and 220 once invoked, about $0.0002 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-08-30.
Other skills, from other repositories
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…
api-docs
Document a module or public API surface (functions, classes, CLI commands, endpoints) from the code itself. Use when the user asks for API reference, to document a module, or to write usage docs for a public interface.
research
Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any…
Workspace Data Analyst
Analyze CSV files in the workspace and summarize insights.
run_jinx
Execute a jinx by name (already loaded on the team) or by filesystem path (e.g. a freshly createdjinx that isn't yet registered), passing input values as a JSON object. Returns the jinx's output field or the full context dict. Use this to run a jinx you just wrote without exiting the session.
openkb-deck-editorial
A tool for creating a single-file HTML slide presentation from compiled knowledge-base content. Its visual style uses a warm cream background, serif typography, and brick-red accents.