/ 디렉터리 / 플레이그라운드 / 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와 조합해 10배 효율

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
호출당 토큰
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 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기