By fuushyn
Build a targeted contact list (Deepline/Crustdata), enrich it with emails + LinkedIn handles, send paced LinkedIn connection requests, and manage accepts/replies/follow-ups in a barebones two-button local CRM.
Go from "find me people who match X" to a running, trackable outreach CRM.
A reusable Agent Skill that wires together Crustdata (find + enrich), Deepline (CSV/play workflows), and Unipile (LinkedIn) into a four-stage pipeline, then hands you a barebones local web CRM with two buttons:
Not niche-specific — works for any ICP. The runtime spec lives in skills/lead-list-crm/SKILL.md, the source of truth.
Claude Code (recommended — auto-updates via marketplace):
/plugin marketplace add fuushyn/lead-list-crm
/plugin install lead-list-crm
Codex, Cursor, Copilot, Gemini CLI, or any of 50+ Agent Skills hosts:
npx skills add fuushyn/lead-list-crm -g
(-g installs globally for your user; drop it to scope per-project.)
Manual: copy skills/lead-list-crm/ into your host's skills directory (e.g. ~/.claude/skills/lead-list-crm/ for Claude Code).
| Stage | Tool(s) | Output |
|---|---|---|
| 1. Build | Crustdata company_search_db → company_identify → people_search_db, or Deepline plays | contacts.csv (name, company, role, linkedin) |
| 2. Enrich | Crustdata people_enrich (business email), Unipile users (clean handle + connection degree) | enriched contacts |
| 3. Prepare | prepare_crm.py | crm.csv (the CRM schema) |
| 4. Manage | crm_app.py | the two-button web CRM |
~/.config/unipile/.env (UNIPILE_API_KEY, UNIPILE_DSN).set -a; . ~/.config/unipile/.env; set +a
python skills/lead-list-crm/assets/prepare_crm.py contacts.csv crm.csv
python skills/lead-list-crm/assets/crm_app.py # open http://127.0.0.1:8787
Env knobs: CRM_CSV, CRM_PORT (8787), CRM_TZ (default America/Los_Angeles), UNIPILE_ACCOUNT_ID (else auto-detected).
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fuushyn/lead-list-crm --plugin lead-list-crmSecurity-enhanced MCP proxy. Proxies all plugin MCP servers through a unified security layer. Block destructive tool calls, audit operations, and recover configs with /armour commands.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders.