lanes-forms

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

A hosted form service for creating live submission endpoints or completing forms through Claude Code.

In plain words
What is it for?
Set up contact forms that accept submissions and send emails, or have an agent fill in and submit a form.
Why use it?
It removes the need to build a form receiver and email handling yourself, or to enter form data manually.

Skill for Claude Code

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

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

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.

agentmods
npx agentmods add skills/lanes-sh/app/lanes-forms
Any agent
npx skills add lanes-sh/app --skill lanes-forms
Clone the repo
git clone --depth 1 https://github.com/lanes-sh/app

Made for: Claude Code.

Or install lanes-forms, 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 lanes-forms

README.md
[![agentmods](https://agentmods.dev/badge/skills/lanes-sh/app/lanes-forms.svg)](https://agentmods.dev/skills/lanes-sh/app/lanes-forms)
Your own site
<a href="https://agentmods.dev/skills/lanes-sh/app/lanes-forms"><img src="https://agentmods.dev/badge/skills/lanes-sh/app/lanes-forms.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00105 $0.02706
Opus 5 $0.00053 $0.01353
Sonnet 5 $0.00021 $0.00541
Haiku 4.5 $0.00011 $0.00271

Measured today against content hash 8bea93fe006b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

lanes-forms 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.

plugins/lanes-forms/skills/lanes-forms/SKILL.md · 122 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. today Changed 8bea93fe006b
  2. 6d ago First seen · 122 lines · 105 tokens per session scan A b6ff46081a00

Subscribe to this mod's changes

lanes-forms is a skill published in the GitHub repository lanes-sh/app (264 stars, last pushed yesterday), with no licence file. It adds 105 tokens to every session and 2,706 once invoked, about $0.0005 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-08-30.

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-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-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-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