Agent-native payments in Claude Code. Drives Lane's deterministic purchase flow — draft a purchase intent, approve it with a passkey, then let checkout-mcp autonomously complete the buy — over the hosted intent-mcp and checkout-mcp servers. Auto-installs the Lane CLI.
Agent-driven card management. The agent runs `lane-cli wallet add` and `lane-cli wallet enable-agentic`, then guides the user through the browser flows. The user never has to type a command themselves.
Agent-driven onboarding. The agent runs `lane-cli init`, guides the user through the browser sign-up, then syncs the resulting API key into the plugin so the MCP servers use the same account. The user never types a command or pastes a key.
Hand a Lane intent off to checkout-mcp's autonomous agent. The agent walks each mandate via a LangGraph state machine, drives Stagehand on Browserbase to populate the cart, then the Lane API gate-checks + retrieves credentials + the agent submits + the API confirms to VGS — all in one `/agent/checkout` SSE call.
NOT the LLM-driven path anymore. LLM agents should draft intents via the intent-mcp service (`mcp__intent-mcp__submit`) and pay via `lane-cli pay --lane-intent <lint_*>`. This skill documents the legacy / direct `lane-cli request` surface for scripts and one-off testing.
Lane CLI router. The user wants to make a payment with their AI agent. Drives a deterministic purchase flow (login → pick card → draft a purchase intent via intent-mcp → user approves with passkey → checkout-mcp drives cart + credential mint + payment + confirmation) and routes to setup sub-skills only when a prerequisite is missing.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
lane_api_keyAuthenticates to the intent-mcp and checkout-mcp servers. Leave this BLANK at install — the Lane account-setup flow auto-fills it after you run `lane-cli init` (it copies the apiKey from ~/.lane/config.json so the MCP servers use the same account as your CLI). Only set it by hand if you want to point the plugin at a different account than your CLI login.
${user_config.lane_api_key}A downloadable Claude Code plugin that turns your
agent into an agentic-commerce buyer: it drafts a purchase intent, you approve
it with a passkey, and Lane's checkout-mcp autonomously completes the
purchase. Bundles the Lane skills, the intent-mcp + checkout-mcp servers,
and an auto-installer for the @getonlane/lane-cli binary.
This repository is also a plugin marketplace named lane-cli containing one
plugin, lane.
/plugin marketplace add Lane-Technologies-Inc/lane-plugin
/plugin install lane@lane-cli
(Use the repo URL or a local clone path instead of the owner/repo shorthand
if you're hosting it elsewhere: /plugin marketplace add /path/to/lane-plugin.)
Unzip lane-plugin.zip, then either:
/plugin marketplace add /absolute/path/to/lane-plugin
/plugin install lane@lane-cli
or load the plugin directly without a marketplace:
claude --plugin-dir /absolute/path/to/lane-plugin/plugins/lane
lane-cli init (browser login), the account-setup flow auto-copies the key
from ~/.lane/config.json into the plugin config, then asks you to
/reload-plugins. This keeps the plugin and the CLI on the same Lane
account — set the key manually only to point at a different account.@getonlane/lane-cli binary installs automatically on the first session
(needs Node/npm on PATH). Works on macOS, Linux, and Windows — a Node
dispatcher runs the matching install script (.sh / .ps1).The intent-mcp and checkout-mcp URLs are baked into the plugin manifest and
point at Lane staging (the only environment deployed today):
https://mcp-staging.aws.getonlane.com/intent/mcp and /checkout/mcp. There is
nothing to configure at install — the API key is filled in automatically after
lane-cli init (see step 1 above). When production launches,
swap the mcpServers URLs in plugins/lane/.claude-plugin/plugin.json to
https://mcp.getonlane.com/{intent,checkout}/mcp.
plugins/lane/
├── .claude-plugin/plugin.json # manifest: userConfig + inline MCP servers
├── skills/ # lane router + setup/payment sub-skills
├── hooks/ # SessionStart: auto-install lane-cli
└── README.md
MIT
npx claudepluginhub lane-technologies-inc/lane-plugin --plugin laneMemory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.