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
1# Lessie Skills23> AI-native people search and enrichment — as agent skills.45This repo contains skills for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), [Codex](https://github.com/openai/codex), and any agent that supports the [SKILL.md standard](https://github.com/anthropics/claude-code).67## Get Started891. **Create a free account** at [app.lessie.ai](https://app.lessie.ai/login?utm_source=github&utm_channel=skill) — new accounts include trial credits102. **Install all skills:**1112```bash13npx skills add LessieAI/lessie-skill -y -g14```15163. **Restart your agent** and run any skill by name1718## Available Skills1920| Skill | What it does |21|-------|--------------|22| [/lessie](lessie/) | Find people, enrich contacts, research companies, web search |2324## See it work2526```27You: /lessie2829Claude: Let me check if Lessie CLI is available.3031 Bash(lessie status 2>&1)32 ⎿ Error: Exit code 12733 (eval):1: command not found: lessie3435 CLI not found. Let me install it.3637 Bash(npm install -g @lessie/cli 2>&1)38 ⎿ added 2 packages in 3s3940 Bash(lessie status 2>&1)41 ⎿ {42 "remote_url": "https://app.lessie.ai/mcp-server/mcp",43 "authorized": true,44 … +2 lines4546 Lessie CLI installed and authorized. You're ready to go. For example:4748 - Find people — "Find Engineering Managers at Stripe"49 - Look up contacts — "Get Sam Altman's contact info"50 - Research companies — "What's OpenAI been up to lately?"5152 What would you like to search?5354You: Find Engineering Managers at Stripe5556Claude: Bash(lessie find-people \57 --filter '{"person_titles":["Engineering Manager"],"organization_domains":["stripe.com"]}' \…)58 ⎿ {"success":true,"search_id":"mcp_5173a4e1a389","people":[…]}59 … +85 lines6061 Found 10 Engineering Managers at Stripe:6263 ┌─────┬──────────────────┬───────────────────────────────────────────┬───────────────────┬───────┬───────┐64 │ # │ Name │ LinkedIn │ Industry │ Email │ Phone │65 ├─────┼──────────────────┼───────────────────────────────────────────┼───────────────────┼───────┼───────┤66 │ 1 │ Andrew Wang │ linkedin.com/in/andrew-y-wang │ Internet │ ✅ │ ✅ │67 │ 2 │ Shireesh Asthana │ linkedin.com/in/shireesh-asthana-a3b1b321 │ Internet │ ✅ │ ✅ │68 │ 3 │ Erik Barbara │ linkedin.com/in/erikbarbara │ Network Security │ ✅ │ ✅ │69 │ 4 │ Guy Alster │ linkedin.com/in/guyalster │ Computer Software │ ✅ │ ✅ │70 │ 5 │ Tomer Elmalem │ linkedin.com/in/tomer-elmalem │ Computer Software │ ✅ │ ✅ │71 │ 6 │ George Bland │ linkedin.com/in/georgebland │ Computer Software │ ✅ │ ✅ │72 │ 7 │ Jona Okoth │ linkedin.com/in/jona-okoth-5ba42635 │ Internet │ ✅ │ ✅ │73 │ 8 │ Darren Jennings │ linkedin.com/in/darren-jennings │ Internet │ ✅ │ ✅ │74 │ 9 │ Eoin Nugent │ linkedin.com/in/eoinnugent │ Internet │ ✅ │ ✅ │75 │ 10 │ Clément Miao │ linkedin.com/in/clementmiao │ Computer Hardware │ ✅ │ ✅ │76 └─────┴──────────────────┴───────────────────────────────────────────┴───────────────────┴───────┴───────┘7778 All emails verified. What would you like to do next?7980 - Get contact details (email/phone) — using enrich-people81 - Filter by region — re-search with location filters82 - See more results — paginate to the next batch83```8485## Alternative: MCP Server (no CLI needed)8687Skip the CLI install. Add Lessie as an MCP server instead:8889| Client | Config file |90|--------|-------------|91| Claude Code | `~/.claude/mcp.json` |92| Cursor | `~/.cursor/mcp.json` |93| Codex | `~/.codex/config.json` |9495```json96{97 "mcpServers": {98 "lessie": {99 "command": "npx",100 "args": ["-y", "@lessie/mcp-server"],101 "env": {102 "LESSIE_REMOTE_MCP_URL": "https://app.lessie.ai/mcp-server/mcp"103 }104 }105 }106}107```108109## Uninstall110111- **CLI + Skills:** `npm uninstall -g @lessie/cli && rm -rf ~/.lessie/ ~/.claude/skills/lessie`112- **MCP:** Remove the `"lessie"` entry from your MCP config and `rm -rf ~/.lessie/`113- **Codex:** `rm -rf ~/.codex/skills/lessie` (or `.agents/skills/lessie`)114115## Credits & Pricing116117Lessie is credit-based. New accounts get free trial credits. View balance and buy more at [lessie.ai/pricing](https://lessie.ai/pricing).118119## Data & Privacy120121- **Data sources:** Aggregated from publicly available sources (business directories, social profiles, corporate websites)122- **Query logging:** Logged for service improvement and abuse prevention. Not shared with third parties123- **Your responsibility:** Use retrieved contact data in compliance with local laws (GDPR, CAN-SPAM, etc.)124- [Privacy Policy](https://lessie.ai/privacy) · [Terms of Service](https://lessie.ai/terms-of-service)125126## Troubleshooting127128**CLI not found?** `npm install -g @lessie/cli`129130**Auth expired?** `lessie auth` — reopens the browser for login131132**Skill not showing up?** Make sure your CLAUDE.md references the lessie skill.133134## Links135136- Website: [lessie.ai](https://lessie.ai)137- Pricing: [lessie.ai/pricing](https://lessie.ai/pricing)138- Privacy: [lessie.ai/privacy](https://lessie.ai/privacy)139- Terms: [lessie.ai/terms-of-service](https://lessie.ai/terms-of-service)140
Full transparency — inspect the skill content before installing.