/ 目录 / 演练场 / lessie-skill
● 社区 LessieAI ⚡ 即开即用

lessie-skill

作者 LessieAI · LessieAI/lessie-skill

Claude skill for people/company search, contact enrichment, and email outreach via Lessie's CLI — aggregated from public business data.

LessieAI/lessie-skill wraps Lessie's people & company intelligence (CLI + MCP). Data 'aggregated from publicly available sources (business directories, social profiles, corporate websites)'. Commands cover people search by title/company/location, contact enrichment (email + phone), company research (industry/funding/tech stack/hiring), plus Gmail/Outlook email management.

为什么要用

核心特性

实时演示

实际使用效果

lessie-skill.replay ▶ 就绪
0/0

安装

选择你的客户端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "lessie-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/LessieAI/lessie-skill",
        "~/.claude/skills/lessie-skill"
      ],
      "_inferred": true
    }
  }
}

打开 Claude Desktop → Settings → Developer → Edit Config。保存后重启应用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "lessie-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/LessieAI/lessie-skill",
        "~/.claude/skills/lessie-skill"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用与 Claude Desktop 相同的 mcpServers 格式。项目级配置优先于全局。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "lessie-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/LessieAI/lessie-skill",
        "~/.claude/skills/lessie-skill"
      ],
      "_inferred": true
    }
  }
}

点击 Cline 侧栏中的 MCP Servers 图标,然后选 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lessie-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/LessieAI/lessie-skill",
        "~/.claude/skills/lessie-skill"
      ],
      "_inferred": true
    }
  }
}

格式与 Claude Desktop 相同。重启 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "lessie-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/LessieAI/lessie-skill",
        "~/.claude/skills/lessie-skill"
      ]
    }
  ]
}

Continue 使用服务器对象数组,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "lessie-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/LessieAI/lessie-skill",
          "~/.claude/skills/lessie-skill"
        ]
      }
    }
  }
}

加入 context_servers。Zed 保存后热重载。

claude mcp add lessie-skill -- git clone https://github.com/LessieAI/lessie-skill ~/.claude/skills/lessie-skill

一行命令搞定。用 claude mcp list 验证,claude mcp remove 卸载。

使用场景

实战用法: lessie-skill

Build a B2B prospect list for a sales sequence

👤 Founders, SDRs, agency owners running targeted outreach ⏱ ~45 min intermediate

何时使用: You need 50 qualified contacts for a specific campaign without a Sales Navigator seat.

前置条件
  • Skill cloned + Lessie account — git clone https://github.com/LessieAI/lessie-skill ~/.claude/skills/lessie-skill; sign up at lessie for API key
步骤
  1. Define the ICP
    Use lessie-skill — find Engineering Managers at SaaS companies, 50-500 employees, using Stripe, HQ in EU.✓ 已复制
    → Lessie find-people call with filter JSON, not generic search
  2. Enrich contacts
    Enrich the top 25 with verified email.✓ 已复制
    → Emails plus validation status returned
  3. Draft personalized emails
    Draft individualized openers using each person's recent company news. No spam phrases.✓ 已复制
    → Per-contact personalization, not copy-paste

结果: A usable prospect list with personalized opener drafts.

注意事项
  • Treating 'verified' email as guaranteed deliverable — Warm your sending domain and monitor bounces — verification is probabilistic
搭配使用: github

Source engineering candidates for a specific role

👤 Recruiters and hiring managers on small teams ⏱ ~30 min intermediate

何时使用: You need a shortlist before pinging a recruiter.

步骤
  1. Search
    lessie-skill — find Senior Rust engineers in Berlin or remote EU, with distributed systems background.✓ 已复制
    → Targeted list with signals (seniority, stack evidence)
  2. Qualify
    For the top 10, summarize each in two sentences: strongest fit signal + one reservation.✓ 已复制
    → Honest summaries, not just enrichment fields

结果: A human-readable shortlist ready for outreach.

组合

与其他 MCP 搭配,撬动十倍杠杆

lessie-skill + github

Research GitHub activity of candidates alongside Lessie profile data

For the Rust shortlist, cross-reference each person's GitHub contributions to Rust projects.✓ 已复制

Draft personalized outreach sequences in your brand voice

Using claude-content-writer voice profile, draft 3-email sequences for the top 10 prospects.✓ 已复制

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
find-people title / company / domain / location filters Starting from ICP filters Lessie plan-dependent
enrich-contact person id or profile Shortlist narrowed and ready to contact Per-enrichment credit
find-company company name or domain + optional filters Account research before outreach Plan-dependent
send-email Gmail/Outlook account + to/subject/body Only after you review drafts — don't auto-send at scale Uses your own mailbox

成本与限制

运行它的成本

API 配额
Depends on Lessie plan — the skill itself is just the prompt wrapper
每次调用 Token 数
Moderate; responses can be large when listing 50+ contacts
费用
Free — skills are local files. Lessie's data API is paid; consult current plans.
提示
Filter aggressively before enrichment; every enrichment call costs credits.

安全

权限、密钥、影响范围

凭据存储: Lessie API key in env var; Gmail/Outlook via OAuth if you use send-email
数据出站: Queries go to Lessie's API. Email sending goes via your provider.

故障排查

常见错误与修复

Skill not invoked — Claude offers generic LinkedIn advice

Say 'use lessie-skill' explicitly.

验证: ls ~/.claude/skills/lessie-skill/SKILL.md
SKILL.md frontmatter wrong

Re-clone; description drives activation.

验证: head ~/.claude/skills/lessie-skill/SKILL.md
Wrong trigger keywords — enrichment runs before filtering narrows the list

Explicitly: 'first find-people, then I'll pick who to enrich'.

替代方案

lessie-skill 对比其他方案

替代方案何时用它替代权衡
Apollo.io / ClayYou want a full GTM suite with sequencing toolsMuch heavier platforms; pricier
LinkedIn Sales NavigatorLinkedIn-native prospecting with InMailExpensive, no agent integration

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills