Borrowing it
Nothing to install: this file belongs to Nauro-AI/nauro. 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/Nauro-AI/nauro/main/.agents/skills/nauro-context/SKILL.mdgit clone --depth 1 https://github.com/Nauro-AI/nauroWrote 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/nauro-ai/nauro/nauro-context)<a href="https://agentmods.dev/skills/nauro-ai/nauro/nauro-context"><img src="https://agentmods.dev/badge/skills/nauro-ai/nauro/nauro-context/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/nauro-ai/nauro/nauro-context"><img src="https://agentmods.dev/badge/skills/nauro-ai/nauro/nauro-context.svg" alt="Reviewed on agentmods" width="80" 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 3 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.00276 | $0.03021 |
| Opus 5 | $0.00138 | $0.01510 |
| Sonnet 5 | $0.00055 | $0.00604 |
| Haiku 4.5 | $0.00028 | $0.00302 |
Grade A, and why
nauro-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 11d 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nauro context skill
Write durable shared context into Nauro's project store so other agents can discover and pull it, find context another agent left, or capture a resumable brief so your own next session in this environment picks up cleanly. The skill has three modes. Author writes a shared brief for any agent. Find locates and reads a brief another agent left. Resume captures a self-directed brief for your next session and hands you a short prompt to start it. Author and Resume use the agent's filesystem write and the nauro status shell command to resolve the store path, alongside the MCP tools get_context, get_raw_file, and flag_question. The skill never files a decision.
A brief is free-form working context that is not yet a decision: a migration's half-finished state, a research synthesis, an investigation's findings, a map of a subsystem, or the in-flight state your next session must reconstruct. Decisions remain the formal record; briefs are the connective tissue between them.
Picking the mode
Read the invoking prompt to pick the mode. Resume mode fits a same-environment continuation request, in the user's own words: give me a prompt for a fresh session or instance, output or draft the prompt, hand off this work, write a resume doc. When a request reads that way, offer Resume mode and let the user accept before running it; never substitute it silently for what the user asked. Author mode fits a request to share context for other agents ("write this up for the other agents", "leave a brief on the auth migration"). Find mode fits a request to read what prior agents shared ("is there a brief on this?", "pull any shared context before you start").
Three shapes route elsewhere and the skill says so rather than forcing a fit: a request to forward a mission to a worker agent with the parent session still live belongs in Author mode with the durable payload under context/; a request to hand work to a store-blind surface such as a Codex consult keeps the manual paste-the-prompt ritual, which remains correct there; and a request that is genuinely ambiguous gets a one-line question before anything runs.
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.
- 11d ago First seen · 117 lines · 276 tokens per session scan A f38140b5ab63
nauro-context is a skill published in the GitHub repository Nauro-AI/nauro (10 stars, last pushed today), licensed Apache-2.0. It adds 276 tokens to every session and 3,021 once invoked, about $0.0014 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-31.
Other skills, from other repositories
lithium-kb
Generates, maintains, and visualizes a structured Markdown knowledge base (.lithium-kb/{architecture,debug,tasks,features}) with an interactive Neural Network graph, auto-watch mode, custom agent directives (.agentrules), and MCP server integration for Pi, Claude, Codex, Cursor, and other coding agents. Triggers…
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.
skill-creator
Create, edit, improve, tidy, review, audit, or restructure memmy-agent skills and SKILL.md files.
docs-manage
Manage the Grounded Docs MCP Server documentation index. Covers scraping and indexing documentation from URLs or local files, refreshing existing indexes with changed content, and removing libraries from the index. Use when you need to add, update, or delete indexed documentation.
fetch-url
Fetch a single URL and convert its content to Markdown. Use when you need to read a web page, documentation page, or API reference without indexing it. The content is returned as plain Markdown text on stdout.
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.