setup-lanes-link

setup-lanes-link is a skill for Claude Code from lanes-sh/app. It costs 137 tokens per session (2,050 once invoked), scanned A, original, no licence file.

A setup guide for Lanes Link, a self-hosted MCP endpoint that connects an agent to a person's accounts, memory, tasks, assets, skills, identity, and secure vault. Self-hosted means it runs under the user's own control.

In plain words
What is it for?
Use it to install Lanes Link or connect services such as Gmail, Calendar, and Notion to an agent.
Why use it?
It provides a documented way to connect an agent with the user's own services and personal data.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the lanes-link plugin — 1 skill shipped together

Good fit Use it to install Lanes Link or connect services such as Gmail, Calendar, and Notion to an agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lanes-sh/app/setup-lanes-link
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 lanes-sh/app --skill setup-lanes-link
Clone the repo
git clone --depth 1 https://github.com/lanes-sh/app

Made for: Claude Code.

Or install lanes-link, the plugin that ships this one along with the rest of its 1 skill.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/lanes-sh/app/setup-lanes-link.svg)](https://agentmods.dev/skills/lanes-sh/app/setup-lanes-link)
Your own site
<a href="https://agentmods.dev/skills/lanes-sh/app/setup-lanes-link"><img src="https://agentmods.dev/badge/skills/lanes-sh/app/setup-lanes-link.svg" alt="Measured on agentmods" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,050 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 unknown 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.00137 $0.02050
Opus 5 $0.00068 $0.01025
Sonnet 5 $0.00027 $0.00410
Haiku 4.5 $0.00014 $0.00205

Measured 3d ago against content hash 3789a807d162, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

setup-lanes-link 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 3d 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/lanes-link/skills/setup-lanes-link/SKILL.md · 145 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 145 lines · 137 tokens per session scan A 3789a807d162

Subscribe to this mod's changes

setup-lanes-link is a skill published in the GitHub repository lanes-sh/app (265 stars, last pushed 2d ago), with no licence file. It adds 137 tokens to every session and 2,050 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-05.

Related

Other skills, from other repositories

conductor-setup

Scaffolds the project and sets up the Conductor environment. Use this whenever a project needs to be initialized or if the Conductor configuration is missing.

gemini-cli-extensions/conductor · 36 tokens

conductor-new-track

Plans a new track (feature or bug fix), generates spec/plan documents, and updates the registry.

gemini-cli-extensions/conductor · 26 tokens

conductor-review

Reviews the completed track work against guidelines and the plan. Acts as a Principal Software Engineer to ensure quality and compliance.

gemini-cli-extensions/conductor · 27 tokens

mantis-reproduce

Generates and runs crash reproducers to verify security flaws. Use when viable findings exist and you need to write and execute a script or payload to verify the crash. Don't use for code auditing or patching.

google/mantis · 47 tokens

mantis-calibrate

Calculates the final risk score based on empirical evidence and architectural impact. Use when findings have been fully processed by previous stages and you need to append final risk scores to the finding files. Don't use for discovering new vulnerabilities or writing patches.

google/mantis · 52 tokens

mantis-plan

Formulates a targeted defensive security reviewing plan based on the active threat model and historical learnings. Use when starting a security review campaign to map the codebase boundaries and generate a roadmap (workspace/plan.json). Don't use for executing code reviews, writing test scripts, or patching code.

google/mantis · 62 tokens