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.
npx skills add nicholasglazer/gnosis-mcp --skill evalgit clone --depth 1 https://github.com/nicholasglazer/gnosis-mcpWrote 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/nicholasglazer/gnosis-mcp/eval)<a href="https://agentmods.dev/skills/nicholasglazer/gnosis-mcp/eval"><img src="https://agentmods.dev/badge/skills/nicholasglazer/gnosis-mcp/eval.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 96 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
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.00064 | $0.01456 |
| Opus 5 | $0.00032 | $0.00728 |
| Sonnet 5 | $0.00013 | $0.00291 |
| Haiku 4.5 | $0.00006 | $0.00146 |
Grade A, and why
eval 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Eval
gnosis-mcp eval in ~10 lines of wrapper logic. Reports retrieval
quality against your golden queries, compares to last known numbers,
and points at /gnosis:tune if anything looks regressed.
Different from /gnosis:tune: tune sweeps configurations looking
for the best chunk size / embedder / rerank combo. Eval just reports
current numbers. Run eval often (after each ingest, whenever the
corpus changes). Run tune occasionally (after corpus shape change,
new embedder, weekend of experimentation).
Usage
/gnosis:eval # full run — print numbers + interpret + compare
/gnosis:eval quick # numbers only, no interpretation
/gnosis:eval save # save current result as new baseline
/gnosis:eval diff # compare current to last saved baseline
Mode: $ARGUMENTS
Step 1 — run the harness
gnosis-mcp eval --json
Parses to:
{
"queries": 10,
"hit_at_5": 1.000,
"mrr": 0.950,
"mean_precision_at_5": 0.668,
"ndcg_at_10": 0.871
}
If the command errors (no [embeddings] extra, no golden file, empty
DB), explain the exact cause and the fix. Don't proceed with empty
numbers — fail loudly.
Step 2 — interpret
Report as a compact table:
| Metric | Value | Meaning |
|---|---|---|
| Hit@5 | 0.92 | 9 of 10 queries find the right doc in the top 5 results |
| MRR | 0.79 | On average the right doc ranks ~1.3 in the list (1 / 0.79) |
| nDCG@10 | 0.87 | Ranking quality — 1.0 is perfect, random baseline is ~0.15 |
| Precision@5 | 0.67 | Of the top 5 results, 67% are relevant |
Interpretation thresholds (rough heuristics, corpus-dependent):
- Hit@5 ≥ 0.85 → healthy. Users rarely need to read past position 5.
- Hit@5 0.70-0.85 → acceptable. Keyword-saturated corpus likely; little room to grow without changing the eval set.
- Hit@5 < 0.70 → probably a corpus or chunking problem. Run
/gnosis:tuneto sweep chunk sizes. - MRR / Hit@5 ratio < 0.80 → relevant docs exist in top-5 but ranked too low. Try title-prepending or reranking (
/gnosis:tunecovers both experiments). - nDCG@10 ≥ 0.85 and Hit@5 = 0.92 matches our published dev-docs baseline — you're in the same regime as gnosis-mcp's own corpus.
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.
- 8d ago First seen · 131 lines · 64 tokens per session scan A f4cf26298589
eval is a skill published in the GitHub repository nicholasglazer/gnosis-mcp (29 stars, last pushed 18d ago), licensed MIT. It adds 64 tokens to every session and 1,456 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-08-30.
Other skills, from other repositories
vault
Generate an Obsidian LLM wiki vault from a project's source code and any static documents in raw/.
vault-update
Incrementally update an existing vault — detect code changes via git diff and static file changes via SHA256, then re-analyze and rewrite only affected pages.
accreta-setup
Set up an accreta knowledge base over a corpus — pick a preset, write the config and a source declaration, generate the constitution, wire up MCP, and verify the first ingest. Use when someone wants an agent-maintained knowledge base with provenance and drift detection over a codebase, a document collection, or a…
document-as-you-go
Quando você termina uma tarefa/commit, pague a dívida de documentação da wiki antes de fechar. Use este skill no Claude Code, OpenCode, Codex CLI ou qualquer agente que tenha a skill MCP do livewiki.
bootstrap-wiki
Bootstrap a repository's initial livewiki documentation through MCP when no wiki pages exist or the user explicitly asks for its first full wiki. Use for deliberate, long-running initial documentation.
readmedaddy
Use when writing or improving a README — thin, stub, outdated, a wall of text, unscannable, or missing; a new repo needs a front page; no quickstart, install, badges, or examples; broken instructions or AI slop. Triggers include "write me a README", "make this README better", "the readme sucks", "polish the readme"…