This repo contains skills for Claude Code, Codex, and any agent that supports the SKILL.md standard. 1. Create a free account at app.lessie.ai — new accounts include trial credits 2. Install all skills: 3. Restart your agent and run any skill by name Skip the CLI install. Add Lessie as an MCP server instead: - CLI + Skills: npm uninstall -g @lessie/cli && rm -rf ~/.lessie/ ~/.claude/skills/lessie
Add this skill
npx mdskills install LessieAI/lessie-skillWell-documented people search integration with clear examples and dual deployment options
AI-native people search and enrichment — as agent skills.
This repo contains skills for Claude Code, Codex, and any agent that supports the SKILL.md standard.
npx skills add LessieAI/lessie-skill -y -g
| Skill | What it does |
|---|---|
| /lessie | Find people, enrich contacts, research companies, web search |
You: /lessie
Claude: Let me check if Lessie CLI is available.
Bash(lessie status 2>&1)
⎿ Error: Exit code 127
(eval):1: command not found: lessie
CLI not found. Let me install it.
Bash(npm install -g @lessie/cli 2>&1)
⎿ added 2 packages in 3s
Bash(lessie status 2>&1)
⎿ {
"remote_url": "https://app.lessie.ai/mcp-server/mcp",
"authorized": true,
… +2 lines
Lessie CLI installed and authorized. You're ready to go. For example:
- Find people — "Find Engineering Managers at Stripe"
- Look up contacts — "Get Sam Altman's contact info"
- Research companies — "What's OpenAI been up to lately?"
What would you like to search?
You: Find Engineering Managers at Stripe
Claude: Bash(lessie find-people \
--filter '{"person_titles":["Engineering Manager"],"organization_domains":["stripe.com"]}' \…)
⎿ {"success":true,"search_id":"mcp_5173a4e1a389","people":[…]}
… +85 lines
Found 10 Engineering Managers at Stripe:
┌─────┬──────────────────┬───────────────────────────────────────────┬───────────────────┬───────┬───────┐
│ # │ Name │ LinkedIn │ Industry │ Email │ Phone │
├─────┼──────────────────┼───────────────────────────────────────────┼───────────────────┼───────┼───────┤
│ 1 │ Andrew Wang │ linkedin.com/in/andrew-y-wang │ Internet │ ✅ │ ✅ │
│ 2 │ Shireesh Asthana │ linkedin.com/in/shireesh-asthana-a3b1b321 │ Internet │ ✅ │ ✅ │
│ 3 │ Erik Barbara │ linkedin.com/in/erikbarbara │ Network Security │ ✅ │ ✅ │
│ 4 │ Guy Alster │ linkedin.com/in/guyalster │ Computer Software │ ✅ │ ✅ │
│ 5 │ Tomer Elmalem │ linkedin.com/in/tomer-elmalem │ Computer Software │ ✅ │ ✅ │
│ 6 │ George Bland │ linkedin.com/in/georgebland │ Computer Software │ ✅ │ ✅ │
│ 7 │ Jona Okoth │ linkedin.com/in/jona-okoth-5ba42635 │ Internet │ ✅ │ ✅ │
│ 8 │ Darren Jennings │ linkedin.com/in/darren-jennings │ Internet │ ✅ │ ✅ │
│ 9 │ Eoin Nugent │ linkedin.com/in/eoinnugent │ Internet │ ✅ │ ✅ │
│ 10 │ Clément Miao │ linkedin.com/in/clementmiao │ Computer Hardware │ ✅ │ ✅ │
└─────┴──────────────────┴───────────────────────────────────────────┴───────────────────┴───────┴───────┘
All emails verified. What would you like to do next?
- Get contact details (email/phone) — using enrich-people
- Filter by region — re-search with location filters
- See more results — paginate to the next batch
Skip the CLI install. Add Lessie as an MCP server instead:
| Client | Config file |
|---|---|
| Claude Code | ~/.claude/mcp.json |
| Cursor | ~/.cursor/mcp.json |
| Codex | ~/.codex/config.json |
{
"mcpServers": {
"lessie": {
"command": "npx",
"args": ["-y", "@lessie/mcp-server"],
"env": {
"LESSIE_REMOTE_MCP_URL": "https://app.lessie.ai/mcp-server/mcp"
}
}
}
}
npm uninstall -g @lessie/cli && rm -rf ~/.lessie/ ~/.claude/skills/lessie"lessie" entry from your MCP config and rm -rf ~/.lessie/rm -rf ~/.codex/skills/lessie (or .agents/skills/lessie)Lessie is credit-based. New accounts get free trial credits. View balance and buy more at lessie.ai/pricing.
CLI not found? npm install -g @lessie/cli
Auth expired? lessie auth — reopens the browser for login
Skill not showing up? Make sure your CLAUDE.md references the lessie skill.
Install via CLI
npx mdskills install LessieAI/lessie-skillLessie Skills is a free, open-source AI agent skill. This repo contains skills for Claude Code, Codex, and any agent that supports the SKILL.md standard. 1. Create a free account at app.lessie.ai — new accounts include trial credits 2. Install all skills: 3. Restart your agent and run any skill by name Skip the CLI install. Add Lessie as an MCP server instead: - CLI + Skills: npm uninstall -g @lessie/cli && rm -rf ~/.lessie/ ~/.claude/skills/lessie
Install Lessie Skills with a single command:
npx mdskills install LessieAI/lessie-skillThis downloads the skill files into your project and your AI agent picks them up automatically.
Lessie Skills works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.