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 Smart-AI-Memory/attune-ai --skill lookupgit clone --depth 1 https://github.com/Smart-AI-Memory/attune-aiWrote 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/smart-ai-memory/attune-ai/lookup)<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/lookup"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/lookup/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/smart-ai-memory/attune-ai/lookup"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/lookup.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.00043 | $0.00683 |
| Opus 5 | $0.00022 | $0.00342 |
| Sonnet 5 | $0.00009 | $0.00137 |
| Haiku 4.5 | $0.00004 | $0.00068 |
Grade A, and why
lookup 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 6d 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 — 81 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lookup Hub
IMPORTANT: Start your response by telling the user:
Lookup Hub — Read
.help/templates with progressive depth. Companion to/authorfor author-and-read workflows.
Scoping
If no argument is provided, use AskUserQuestion:
question: "What would you like to do?"
header: "attune-help"
options:
- label: "Look up a topic"
description: "Progressive depth — concept, then task, then reference on repeat calls"
- label: "List available topics"
description: "Show all bundled or project-specific topics, optionally filtered by tag"
- label: "Warn me about this file"
description: "Show context warnings relevant to the file I'm editing"
Execution
Map the user's intent to the right sub-skill:
| Input | Route to |
|---|---|
"Look up X" or <topic> |
lookup-topic skill |
| "Tell me more" or "deeper" | lookup-topic skill (repeat call advances depth) |
| "Start over" or "reset" | lookup-topic skill (calls lookup_reset first) |
"List topics" or list |
lookup-list skill |
"What about this file" or warn <path> |
lookup-warn skill |
Natural Language Routing
| Pattern | Route to |
|---|---|
| "look up", "find topic", "open template" | lookup-topic skill |
| "list topics", "what's available", "browse help" | lookup-list skill |
| "warn me", "check this file", "gotchas for" | lookup-warn skill |
MCP Tools
The plugin exposes these tools via the attune-help MCP server:
| Tool | Purpose |
|---|---|
lookup_topic |
Progressive depth lookup (concept -> task -> reference) |
lookup_list |
Enumerate available topics as a markdown table |
lookup_warn |
File-context warnings by extension and name |
lookup_preamble |
One-line "Use X when..." tooltip for a feature |
lookup_reset |
Clear session so next lookup starts at concept |
MCP Server Not Running
If the MCP server is not responding, install the package with the plugin extra and verify it's reachable:
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.
- 6d ago First seen · 81 lines · 43 tokens per session scan A fdff7e3bdb26
lookup is a skill published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed today), licensed Apache-2.0. It adds 43 tokens to every session and 683 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-09-03.
Other skills, from other repositories
aiwg-guide
Contextual AIWG help — explains current version features, answers how-to questions, routes live queries to the steward.
aiwg-help
Display all available AIWG CLI commands, their arguments, and usage examples.
eco-max
Maximum-savings variant of /eco - the same frugality rules PLUS a low reasoning-effort override for the invoked task. Use for routine chores (rename, small fix, quick question, boilerplate) when the user wants absolute minimum token spend; prefer plain /eco for hard or high-stakes work. Works in any language.
axiom-apple-docs-research
Use when researching Apple frameworks, APIs, or WWDC sessions - provides techniques for retrieving full transcripts, code samples, and documentation using Chrome browser and sosumi.ai.
learn
Learn a tech topic to a correct 101 level in minimal time. Researches open sources (official docs/releases, engineering blogs, YouTube talks, HN/Reddit, news, papers) restricted to recent material, then produces a brief with a 101 mental model, what changed, tradeoffs, an adopt/trial/hold/avoid verdict, a…
wiki-ingest
Ingest a source into the project wiki as OKF v0.2 markdown. Point at a file, PR, or doc and the wiki-curator extracts knowledge, writes YAML frontmatter, and updates relevant concept pages.