lanes-forms

Create and submit forms with email delivery for Claude Code workflows.

253|16|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/lanes-sh/app --skill lanes-forms
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lanes-forms
Source: https://github.com/lanes-sh/app/tree/main/plugins/lanes-forms/skills/lanes-forms
Command: npx skills add https://github.com/lanes-sh/app --skill lanes-forms

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up and submitting forms, whether you need a backend for a contact form or want an agent to fill in a form on your behalf.

Core Features & Use Cases

  • Form Provisioning: Create a live form endpoint that captures submissions and delivers them via email or stores them in the dashboard.
  • Form Filling: Submit to a live endpoint programmatically on a user's behalf.
  • Use Case: Imagine you need a contact form for your website. Use this Skill to create the form, set up email forwarding, and then submit a sample submission to test the functionality.

Quick Start

Use the lanes-forms skill to create a new contact form with email recipients set to '[email protected]'.

Frequently Asked Questions about lanes-forms

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a backend for a contact form without writing server code?

You can set up a contact form backend by using this Skill to provision a live form endpoint that captures submissions and delivers them via email or stores them in a dashboard, eliminating the need for custom server code.

Can I programmatically fill out and submit a form from Claude Code?

Yes, you can programmatically fill out and submit forms to a live endpoint on a user's behalf directly within Claude Code workflows, automating the form submission process without manual browser interaction.

Does managing form submissions through Claude Code require an API key?

Yes, managing form creation, submission, and delivery through Claude Code requires Claude Code integration and an API key for authenticating form management operations.

What is the best way to test a contact form after setting up email forwarding?

The best way to test a contact form is to use this Skill to programmatically submit a sample submission to your newly created endpoint, verifying that email forwarding and dashboard storage function correctly.

Can I route form submissions to multiple email recipients?

Yes, when provisioning a contact form, you can configure email forwarding by specifying recipients such as '[email protected]' to ensure submissions are delivered directly to the designated inboxes.