lanes-link-scout

lanes-link-scout is an agent for Claude Code from lanes-sh/link. It costs 0 tokens per session (959 once invoked), scanned A, original, Apache-2.0.

An agent that searches a person's Lanes Link context across connected memories, tasks, files, email, and issues. It returns a short digest with where relevant information was found.

In plain words
What is it for?
Use it to find previous discussions, all information about a client, or existing knowledge about a topic across connected work data.
Why use it?
It avoids manually searching many different personal information sources and makes clear what was found and where it came from.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to find previous discussions, all information about a client, or existing knowledge about a topic across connected work data.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lanes-sh/link/lanes-link-scout
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.

Clone the repo
git clone --depth 1 https://github.com/lanes-sh/link

Made for: Claude Code.

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 lanes-link-scout

README.md
[![agentmods](https://agentmods.dev/badge/agents/lanes-sh/link/lanes-link-scout/github.svg)](https://agentmods.dev/agents/lanes-sh/link/lanes-link-scout)
Your own site
<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.

agentmods 80×15 button for lanes-link-scout

Your own site · 80×15
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 959 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.
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.00000 $0.00959
Opus 5 $0.00000 $0.00479
Sonnet 5 $0.00000 $0.00192
Haiku 4.5 $0.00000 $0.00096

Measured 5d ago against content hash 0bbf719b72b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

instructions/agents/lanes-link-scout.md · 85 lines

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.

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.

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.

Read the full file on GitHub · 85 lines

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. 5d ago Changed 0bbf719b72b5
  2. 9d ago First seen · 85 lines · 0 tokens per session scan A 3061ef02dfa6

Subscribe to this mod's changes

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.

Related

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.

cogniplex/codemem · 51 tokens

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.

Sandeeprdy1729/timps-swarm · 45 tokens

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.

julymetodiev/post-cortex · 45 tokens

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…

ggemba/squad-mcp · 116 tokens

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.

tm42/mnemograph · 35 tokens

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.

frootai/frootai · 39 tokens