Borrowing it
Nothing to install: this file belongs to AgentSystemLabs/nebula. 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/AgentSystemLabs/nebula/main/.claude/skills/transcript-lookup/SKILL.mdgit clone --depth 1 https://github.com/AgentSystemLabs/nebulaWrote 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/agentsystemlabs/nebula/transcript-lookup)<a href="https://agentmods.dev/skills/agentsystemlabs/nebula/transcript-lookup"><img src="https://agentmods.dev/badge/skills/agentsystemlabs/nebula/transcript-lookup.svg" alt="Measured on agentmods" height="20"></a>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.00141 | $0.00602 |
| Opus 5 | $0.00071 | $0.00301 |
| Sonnet 5 | $0.00028 | $0.00120 |
| Haiku 4.5 | $0.00014 | $0.00060 |
Grade A, and why
transcript-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 today.
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
Claude Code shows a long Bash call as its first lines plus …, and a GUARD HOOK block names the rule,
not the fragment it matched — so what a SESSION ran and what came back are questions the screen
cannot answer. The CLAUDE TRANSCRIPT can: every tool_use sits next to its tool_result.
Run it
python3 .claude/memory/transcript.py '<text from the call as displayed>' # substring, this checkout + worktrees
python3 .claude/memory/transcript.py --regex '<pattern>' # e.g. a GUARD HOOK rule's regex
python3 .claude/memory/transcript.py --chars 0 '<needle>' # whole results (default 1,200 chars)
Each hit prints the session id, timestamp and tool, the full call text, then the result. --slug reads
another project's transcripts (a WORKTREE session lives under this checkout's slug plus the worktree
path, which the default prefix match already covers); --session <id prefix> narrows to one session.
Read it
- Pick a needle from the displayed head of the call (
echo "--- remote tag 22?"), not from what you guess the tail holds; the hit shows the tail. - To test a block, feed the printed command back through the hook:
echo '{"tool_name":"Bash","tool_input":{"command":"…"}}' | python3 .claude/hooks/guard.py— or run the rule's regex over it with--regex. The 2026-09-05 audit found a "false positive" that was a realfor b in $(…)past the…, and a rule premise three transcripts contradicted. - A result that is silent is evidence too: check whether the call's failure branch would have printed before recording that it "silently did nothing".
- Quote the session id and timestamp in the reply and in the MEMORY LOG entry so the next agent can re-run the same lookup.
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.
- today First seen · 35 lines · 141 tokens per session scan A a1de51522e77
transcript-lookup is a skill published in the GitHub repository AgentSystemLabs/nebula (106 stars, last pushed today), licensed MIT. It adds 141 tokens to every session and 602 once invoked, about $0.0007 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-06.
Other skills, from other repositories
store-ops
A Chinese-language shop operations assistant for store policies, order questions, shipping, refunds, and day-to-day arrangements.
rushdb-domain-template
Design a tailored RushDB schema for any use case through guided conversation. Use this skill when a user is starting a new project, unsure what labels to define, asking "what records should I create", or wants a scaffold for a known domain (e-commerce, healthcare, SaaS, CRM, agent memory, etc.). Interviews the user…
AI Shopping Assistant Audit
Comprehensive audit of the SKAPARA AI shopping assistant — conversation quality, RAG retrieval, session memory, usage metering, tool execution, streaming UX, cost optimization, and security. Use when asked to audit the AI assistant, chatbot, conversation system, RAG pipeline, AI usage limits, or chat UX.
Frontend Performance Audit
Comprehensive audit of frontend performance — bundle size, code splitting, image optimization, font loading, service worker caching, Core Web Vitals, unused dependencies, and memory management. Use when asked to audit performance, bundle size, page speed, loading time, or Core Web Vitals.
setup
This skill builds a personalized AI brain (Obsidian vault) for a Shopify store. It runs an interactive onboarding that asks smart questions about the store, customers, and brand — then generates a fully structured vault tailored to that specific business. Use this skill when the user says "setup", "build my vault"…
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…