lookup-list

lookup-list is a skill for Claude Code from Smart-AI-Memory/attune-ai. It costs 46 tokens per session (494 once invoked), scanned A, original, Apache-2.0.

A help-topic browser that lists available documentation from bundled templates or a project's .help directory, optionally filtered by tag.

In plain words
What is it for?
Use it to browse help topics, narrow them by tags such as security or testing, and discover relevant documentation.
Why use it?
It helps when you know you need guidance but do not know the available topic names or where to find them.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the attune-help plugin — 4 skills shipped together

Good fit Use it to browse help topics, narrow them by tags such as security or testing, and discover relevant documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/smart-ai-memory/attune-ai/lookup-list
Install

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.

Any agent
npx skills add Smart-AI-Memory/attune-ai --skill lookup-list
Clone the repo
git clone --depth 1 https://github.com/Smart-AI-Memory/attune-ai

Made for: Claude Code.

Or install attune-help, the plugin that ships this one along with the rest of its 4 skills.

Wrote 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.

agentmods badge for lookup-list

README.md
[![agentmods](https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/lookup-list/github.svg)](https://agentmods.dev/skills/smart-ai-memory/attune-ai/lookup-list)
Your own site
<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/lookup-list"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/lookup-list/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.

agentmods 80×15 button for lookup-list

Your own site · 80×15
<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/lookup-list"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/lookup-list.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 494 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00494
Opus 5 $0.00023 $0.00247
Sonnet 5 $0.00009 $0.00099
Haiku 4.5 $0.00005 $0.00049

Measured 7d ago against content hash 2c8678b22dde, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

lookup-list 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 7d 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.

plugins/attune-help/skills/lookup-list/SKILL.md · 76 lines

What it actually says

Lookup List

Enumerate available help topics as a grouped markdown table. Uses the lookup_list MCP tool, which reads the cross_links.json index for the active template directory.

When to use

  • User asks "what topics are available"
  • User is exploring and doesn't know exact slug names
  • User wants to filter by a specific tag (e.g. "show me all security topics")

Scoping

Always ask about scope first — the unfiltered list is long:

question: "How should I narrow the list?"
header: "lookup-list"
options:
  - label: "All topics"
    description: "Show everything, grouped by category (concepts, tasks, references, etc.)"
  - label: "Filter by tag"
    description: "Pick a tag like python, security, ci, testing"
  - label: "Just one category"
    description: "concepts, tasks, references, warnings, or another category"

If the user picks "filter by tag", ask for the tag name via a second AskUserQuestion.

Execution

  1. Call the MCP tool lookup_list with:
    • tag — optional tag filter from scoping
    • limit — default 100, or what the user asked for
    • template_dir.help/templates if the project has one
  2. Render the response as a grouped markdown table (one section per category).
  3. After the list, mention how to drill in: "Say 'look up X' for any topic you want to read."

Output Format

## Available Topics

**Total:** 557 (showing 100)
**Filter:** tag=python

### Concepts (43)

- con-audience-adaptation
- con-progressive-depth
- ...

### Tasks (40)

- tas-task-api-endpoint-design
- ...

### References (64)

- ref-claude-code-hooks
- ...

Sort entries alphabetically within each group. Don't show categories that have no entries.

Changes

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.

  1. 7d ago First seen · 76 lines · 46 tokens per session scan A 2c8678b22dde

Subscribe to this mod's changes

lookup-list is a skill published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed today), licensed Apache-2.0. It adds 46 tokens to every session and 494 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.

Related

Other skills, from other repositories