Lead Hand Skill logo

Lead Hand Skill

OrganizationPopular
RightNow-AI
lead-hand-skill

Expert knowledge for AI lead generation — web research, enrichment, scoring, deduplication, and report generation

Overview

PublisherRightNow-AI
Repositoryopenfang
Skill namelead-hand-skill
Stars
18.2K
Forks
2.3K
Bundled files
1
LicenseApache-2.0
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 RightNow-AI on GitHub. Read the source before you install it.

Installation

Install the Lead Hand Skill 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/RightNow-AI/openfang.git /tmp/openfang
mkdir -p .claude/skills
cp -r /tmp/openfang/crates/openfang-hands/bundled/lead .claude/skills/lead-hand-skill
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Lead Hand Skill 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 Hand Skill 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 Hand Skill 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 Generation Expert Knowledge

Ideal Customer Profile (ICP) Construction

A good ICP answers these questions:

  1. Industry: What vertical does your ideal customer operate in?
  2. Company size: How many employees? What revenue range?
  3. Geography: Where are they located?
  4. Technology: What tech stack do they use?
  5. Budget signals: Are they funded? Growing? Hiring?
  6. Decision-maker: Who has buying authority? (title, seniority)
  7. Pain points: What problems does your product solve for them?

Company Size Categories

CategoryEmployeesTypical BudgetSales Cycle
Startup1-50$1K-$25K/yr1-4 weeks
SMB50-500$25K-$250K/yr1-3 months
Enterprise500+$250K+/yr3-12 months

Web Research Techniques for Lead Discovery

Search Query Patterns

# Find companies in a vertical
"[industry] companies" site:crunchbase.com
"top [industry] startups [year]"
"[industry] companies [city/region]"

# Find decision-makers
"[title]" "[company]" site:linkedin.com
"[company] team" OR "[company] about us" OR "[company] leadership"

# Growth signals (high-intent leads)
"[company] hiring [role]" — indicates budget and growth
"[company] series [A/B/C]" — recently funded
"[company] expansion" OR "[company] new office"
"[company] product launch [year]"

# Technology signals
"[company] uses [technology]" OR "[company] built with [technology]"
site:stackshare.io "[company]"
site:builtwith.com "[company]"

Source Quality Ranking

  1. Company website (About/Team pages) — most reliable for personnel
  2. Crunchbase — funding, company details, leadership
  3. LinkedIn (public profiles) — titles, tenure, connections
  4. Press releases — announcements, partnerships, funding
  5. Job boards — hiring signals, tech stack requirements
  6. Industry directories — comprehensive company lists
  7. News articles — recent activity, reputation
  8. Social media — engagement, company culture

Lead Enrichment Patterns

Basic Enrichment (always available)

  • Full name (first + last)
  • Job title
  • Company name
  • Company website URL

Standard Enrichment

  • Company employee count (from About page, Crunchbase, or LinkedIn)
  • Company industry classification
  • Company founding year
  • Technology stack (from job postings, StackShare, BuiltWith)
  • Social profiles (LinkedIn URL, Twitter handle)
  • Company description (from meta tags or About page)

Deep Enrichment

  • Recent funding rounds (amount, investors, date)
  • Recent news mentions (last 90 days)
  • Key competitors
  • Estimated revenue range
  • Recent job postings (growth signals)
  • Company blog/content activity (engagement level)
  • Executive team changes

Email Pattern Discovery

Common corporate email formats (try in order):

  1. firstname@company.com (most common for small companies)
  2. firstname.lastname@company.com (most common for larger companies)
  3. first_initial+lastname@company.com (e.g., jsmith@)
  4. firstname+last_initial@company.com (e.g., johns@)

Note: NEVER send unsolicited emails. Email patterns are for reference only.


Lead Scoring Framework

Scoring Rubric (0-100)

ICP Match (30 points max):
  Industry match:     +10
  Company size match: +5
  Geography match:    +5
  Role/title match:   +10

Growth Signals (20 points max):
  Recent funding:     +8
  Actively hiring:    +6
  Product launch:     +3
  Press coverage:     +3

Enrichment Quality (20 points max):
  Email found:        +5
  LinkedIn found:     +5
  Full company data:  +5
  Tech stack known:   +5

Recency (15 points max):
  Active this month:  +15
  Active this quarter:+10
  Active this year:   +5
  No recent activity: +0

Accessibility (15 points max):
  Direct contact:     +15
  Company contact:    +10
  Social only:        +5
  No contact info:    +0

Score Interpretation

ScoreGradeAction
80-100AHot lead — prioritize outreach
60-79BWarm lead — nurture
40-59CCool lead — enrich further
0-39DCold lead — deprioritize

Deduplication Strategies

Matching Algorithm

  1. Exact match: Normalize company name (lowercase, strip Inc/LLC/Ltd) + person name
  2. Fuzzy match: Levenshtein distance < 2 on company name + same person
  3. Domain match: Same company website domain = same company
  4. Cross-source merge: Same person at same company from different sources → merge enrichment data

Normalization Rules

Company name:
  - Strip legal suffixes: Inc, LLC, Ltd, Corp, Co, GmbH, AG, SA
  - Lowercase
  - Remove "The" prefix
  - Collapse whitespace

Person name:
  - Lowercase
  - Remove middle names/initials
  - Handle "Bob" = "Robert", "Mike" = "Michael" (common nicknames)

Output Format Templates

CSV Format

csv
Name,Title,Company,Company URL,LinkedIn,Industry,Size,Score,Discovered,Notes
"Jane Smith","VP Engineering","Acme Corp","https://acme.com","https://linkedin.com/in/janesmith","SaaS","SMB (120 employees)",85,"2025-01-15","Series B funded, hiring 5 engineers"

JSON Format

json
[
  {
    "name": "Jane Smith",
    "title": "VP Engineering",
    "company": "Acme Corp",
    "company_url": "https://acme.com",
    "linkedin": "https://linkedin.com/in/janesmith",
    "industry": "SaaS",
    "company_size": "SMB",
    "employee_count": 120,
    "score": 85,
    "discovered": "2025-01-15",
    "enrichment": {
      "funding": "Series B, $15M",
      "hiring": true,
      "tech_stack": ["React", "Python", "AWS"],
      "recent_news": "Launched enterprise plan Q4 2024"
    },
    "notes": "Strong ICP match, actively growing"
  }
]

Markdown Table Format

markdown
| # | Name | Title | Company | Score | Key Signal |
|---|------|-------|---------|-------|------------|
| 1 | Jane Smith | VP Engineering | Acme Corp | 85 | Series B funded, hiring |
| 2 | John Doe | CTO | Beta Inc | 72 | Product launch Q1 2025 |

Compliance & Ethics

DO

  • Use only publicly available information
  • Respect robots.txt and rate limits
  • Include data provenance (where each piece of info came from)
  • Allow users to export and delete their lead data
  • Clearly mark confidence levels on enriched data

DO NOT

  • Scrape behind login walls or paywalls
  • Fabricate any lead data (even "likely" email addresses without evidence)
  • Store sensitive personal data (SSN, financial info, health data)
  • Send unsolicited communications on behalf of the user
  • Bypass anti-scraping measures (CAPTCHAs, rate limits)
  • Collect data on individuals who have opted out of data collection

Data Retention

  • Keep lead data in local files only — never exfiltrate
  • Mark stale leads (>90 days without activity) for review
  • Provide clear data export in all supported formats

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 Hand Skill AI skill do?

Expert knowledge for AI lead generation — web research, enrichment, scoring, deduplication, and report generation

Why use Lead Hand Skill on TypingMind?

Because you install it once and use it with any model. Lead Hand Skill 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 Hand Skill in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/RightNow-AI/openfang/tree/main/crates/openfang-hands/bundled/lead. 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 Hand Skill?

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 Hand Skill?

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

Is the Lead Hand Skill AI skill free?

Yes. It is published on GitHub by RightNow-AI under the Apache-2.0 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 👇