Lead Capture logo

Lead Capture

CommunityPopular
cbrock84
lead-capture

Converts anonymous traffic into known contacts — lead magnets, gated content, free tools, popups, and the forms behind them. Use this to design or improve a lead magnet, plan a free tool, add or fix popups and overlays, improve form conversion, or decide what is worth gating and what should stay open.

Overview

Publishercbrock84
Repositoryheadcount
Skill namelead-capture
Stars
1.6K
Forks
237
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by cbrock84 on GitHub. Read the source before you install it.

Installation

Install the Lead Capture AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/cbrock84/headcount.git /tmp/headcount
mkdir -p .claude/skills
cp -r /tmp/headcount/plugins/demand-generation/skills/lead-capture .claude/skills/lead-capture
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Lead Capture in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Lead Capture on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Lead Capture is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Lead capture

What gating costs

Every gate trades reach for contacts. That trade is worth making only when the contact is genuinely worth more than the reader — which is true far less often than it is assumed.

Gate: things with immediate practical utility that a buyer would use during evaluation — templates, calculators, assessments, data. Do not gate: thought leadership, anything you want cited or shared, or anything a competitor publishes openly.

Lead magnets

The test is whether someone would pay a small amount for it. If not, it will not earn an email address that gets used.

The best ones are things people use rather than read: a template that saves an afternoon, a calculator that answers a specific question, a checklist for a process they are mid-way through. An ebook that restates blog posts is not one.

Match the magnet to a stage. Someone downloading a beginner's guide is not ready for a sales call, and treating them as if they are burns the list.

Free tools

The strongest form: durable, earns links, and qualifies by use rather than by claim.

Build one only if it does something genuinely useful standalone, and keep the gate light — let people use it, and ask for the email to save or export the result. Gating before value is delivered converts a fraction as well.

Popups and overlays

Popups work and are widely hated; both facts matter.

  • Trigger on behavior, not time — exit intent, scroll depth, or a second visit. A popup at three seconds interrupts someone who has not yet decided whether to care.
  • Once per visitor, remembered. Repeated interruption is what generates the hatred.
  • Never on mobile mid-content. Beyond the user cost, it is penalized.
  • Offer something specific. "Subscribe to our newsletter" is not an offer. "The pricing calculator" is.
  • One clear dismissal. Hidden or tiny close buttons cost more in reputation than they gain in conversions.

Forms

Every field costs conversion. Ask for what you need to do the next step and nothing for a later one — enrichment can fill the rest. Explain any field whose purpose is not obvious, since unexplained fields are where people abandon.

Sources

references/sources.md in this skill lists the outside authorities that settle the questions here — what each one is authoritative for, and what you may do with it. Check them before answering on anything they cover, and cite what you used. Most are free to read and not free to reproduce; the use note on each is binding.

Never

  • Gate something the buyer can get ungated elsewhere in one click.
  • Ask for a field nobody downstream uses. Every additional field costs conversion and the sales team is not reading it.
  • Trigger a popup before the visitor has seen anything worth staying for.
  • Treat a form fill as intent. Most of them are people who wanted the asset.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Lead Capture AI skill do?

Converts anonymous traffic into known contacts — lead magnets, gated content, free tools, popups, and the forms behind them. Use this to design or improve a lead magnet, plan a free tool, add or fix popups and overlays, improve form conversion, or decide what is worth gating and what should stay open.

Why use Lead Capture on TypingMind?

Because you install it once and use it with any model. Lead Capture is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Lead Capture in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/cbrock84/headcount/tree/main/plugins/demand-generation/skills/lead-capture. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Lead Capture?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Lead Capture?

As many as you like. As long as a model supports skills, you can use Lead Capture with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Lead Capture AI skill free?

Yes. It is published on GitHub by cbrock84 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇