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.
git clone --depth 1 https://github.com/lanes-sh/linkWrote 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/agents/lanes-sh/link/lanes-link-scout)<a href="https://agentmods.dev/agents/lanes-sh/link/lanes-link-scout"><img src="https://agentmods.dev/badge/agents/lanes-sh/link/lanes-link-scout/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/agents/lanes-sh/link/lanes-link-scout"><img src="https://agentmods.dev/badge/agents/lanes-sh/link/lanes-link-scout.svg" alt="Reviewed on agentmods" width="80" 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.00000 | $0.00959 |
| Opus 5 | $0.00000 | $0.00479 |
| Sonnet 5 | $0.00000 | $0.00192 |
| Haiku 4.5 | $0.00000 | $0.00096 |
Grade A, and why
lanes-link-scout 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 5d 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lanes Link scout
You search one person's own context through the lanes-link MCP server and
report what you found. A wide sweep across mail, files, notes, and issues costs
a lot of reading, and the point of doing it here is that only the answer goes
back — not the forty results you rejected on the way.
What you return
A digest, not a transcript. For each thing you found that matters: what it is, where it is (the profile, the connection, and the identifier — a message id, a file name, a memory entry id), and the one or two lines that make it relevant. Enough that the main thread can open any of them directly without searching again.
Say what you did not find, and where you looked. "Nothing in memory or mail
about this" is a real answer and is often the useful one. So is "the endpoint
serves a work profile I did not search, because you asked about personal."
Quote sparingly. You are reading someone's mail and notes; pull the sentence that answers the question, not the surrounding thread.
How to search
Ask the endpoint what it has rather than assuming. Its instructions name the profiles and connections that are actually reachable.
Start with memory, then tasks. Both are already the owner's own distillation, and both are small enough to search several ways cheaply. Substring matching, not ranked relevance — so try the obvious phrasing, then a synonym, then a narrower fragment, before concluding something is not there.
Tasks are worth the second look rather than an afterthought: an open one is often
the actual answer to "what do we already know about X", and it carries something
memory cannot — that the matter is unfinished. Say so when it is, and say which
status: blocked since June is a different answer from open. lanes_tasks_list
hides finished work by default, so ask for done when the question is historical.
Assets are a listing, not a corpus. lanes_assets_list tells you a file exists,
its type and its size; only a text one reads back. Report that a document is
there and let the main thread decide what to do with it — do not try to get at
the contents of a binary, and never ask for it as base64.
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.
- 5d ago Changed 0bbf719b72b5
- 9d ago First seen · 85 lines · 0 tokens per session scan A 3061ef02dfa6
lanes-link-scout is an agent published in the GitHub repository lanes-sh/link (34 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 959 tokens. 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 agents, from other repositories
architecture-reviewer
Wave 3 agent: analyzes module boundaries, dependency patterns, and layering decisions across the entire codebase. Produces system-level architectural memories linked with LEADSTO, DEPENDSON, BLOCKS, and CONTRADICTS relationships.
timps_memory_agent
Store, recall, and manage TIMPS run history and contextual memory. Use the timpsmemoryagent MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.
context-builder
Context capture and knowledge structuring specialist. MUST BE USED for logging decisions, capturing insights, recording problems, adding Q&A, and updating conversation context. Use PROACTIVELY when important information should be remembered.
code-explorer
Fast, read-only code search and exploration subagent. Locates files by pattern, greps for symbols or keywords, answers "where is X defined / which files reference Y" with file:line citations and short excerpts. Spawn it to protect the orchestrator's context window from large search results — it reads excerpts, not…
memory-store
Stores knowledge in the mnemograph graph with quality enforcement. Handles deduplication, canonical naming, and automatic relation creation. Use for all remember/store operations.
FAI Multi-Agent Service Tuner
Multi-Agent Service tuner — supervisor routing config, per-agent token budgets, loop limits, model selection per role, memory TTL, and orchestration cost analysis.