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 contextgit 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/context)<a href="https://agentmods.dev/skills/nicholasglazer/gnosis-mcp/context"><img src="https://agentmods.dev/badge/skills/nicholasglazer/gnosis-mcp/context.svg" alt="Measured on agentmods" 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.00025 | $0.00415 |
| Opus 5 | $0.00013 | $0.00208 |
| Sonnet 5 | $0.00005 | $0.00083 |
| Haiku 4.5 | $0.00003 | $0.00042 |
Grade A, and why
context 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.
What it actually says
Context Loading
Load a compact context summary from your knowledge base — prioritized by actual usage patterns.
Usage
/gnosis:context # Top docs by access frequency
/gnosis:context deployment # Topic-focused context
/gnosis:context --category guides # Filter by category
/gnosis:context --limit 5 auth # Limit results
Query: $ARGUMENTS
Process
Without topic (session startup)
Get the most-accessed documents — what matters most based on real usage:
Tool: mcp__gnosis__get_context
Arguments:
limit: 10
With topic
Get topic-relevant docs enriched with access frequency:
Tool: mcp__gnosis__get_context
Arguments:
topic: "$ARGUMENTS"
limit: 10
With --category flag
Tool: mcp__gnosis__get_context
Arguments:
topic: "$ARGUMENTS"
category: "{category}"
limit: 10
Output Format
## Context Summary
**Top documents:**
| # | Title | Category | Accesses | Path |
|---|-------|----------|----------|------|
| 1 | Auth Guide | guides | 47 | curated/guides/auth.md |
**Stats:**
- Total docs: 571
- Total chunks: 14,582
- Categories: guides (38), architecture (12), ...
Notes
- Access tracking is automatic —
search_docsandget_doclog usage - First call with no access history returns empty docs + stats only
- Disable tracking:
GNOSIS_MCP_ACCESS_LOG=false - Purge old entries:
gnosis-mcp cleanup --days 90
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 · 75 lines · 25 tokens per session scan A be76af784eb5
context is a skill published in the GitHub repository nicholasglazer/gnosis-mcp (29 stars, last pushed 18d ago), licensed MIT. It adds 25 tokens to every session and 415 once invoked, about $0.0001 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-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.
vault
Generate an Obsidian LLM wiki vault from a project's source code and any static documents in raw/.
context-atlas
Retrieve and interpret durable, evidence-backed project memory from Context Atlas, including overviews, architecture, chronology, decisions, risks, provenance, health, and task-specific context packs. Use when Codex must onboard to an unfamiliar repository, explain how or why code evolved, prepare context before a…
agent-carnet
Use this skill when the user asks to save, recall, find, or organize notes. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check the notebook', 'find in carnet'. Also use proactively when discovering findings worth preserving across sessions.
taiyi-compress
A workflow tool for shrinking large coding-agent conversations and work files into shorter context notes. It can also coordinate separate agents for parallel development and create handoff notes for continuing work in a new session.
karpathy-llm-wiki
Use when building or maintaining a personal LLM-powered knowledge base. Triggers: ingesting sources into a wiki, querying wiki knowledge, linting wiki quality, 'add to wiki', 'what do I know about', or any mention of 'LLM wiki' or 'Karpathy wiki'.