Lynqu lead management
Skill Gravisun/lynqu-ai-toolkit/skills/lynqu-lead-management
Open-source Claude Skills + MCP for AI lead capture, lead research, sales follow-up & pipeline management — run Lynqu from Claude, ChatGPT & Cursor.
npx -y skills add Gravisun/lynqu-ai-toolkit --skill lynqu-lead-managementAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Keep the Lynqu sales pipeline clean and moving — advance leads through stages, assign owners, score and tag, run bulk hygiene, and surface stalled deals. Use for pipeline management, lead routing, "tidy up my pipeline", reassigning leads, moving deals between stages, or weekly pipeline grooming. Requires the Lynqu MCP server connected (https://api.lynqu.com/mcp/v2).
SKILL.md
2.9 KB, as published. Nobody here has run it
Lynqu Lead Management
The pipeline only tells the truth if it's maintained. This skill grooms it: right stage, right owner, right tags, no rot.
When to use this
- Weekly pipeline grooming / hygiene.
- Reassigning leads after a territory or staffing change.
- Bulk-moving or re-tagging a set of leads.
- Finding and unsticking stalled deals.
Prerequisites
- Lynqu MCP connected (
/mcp/v2). See../../docs/mcp/connect.md. - AI-tier plan. Note:
assign-leadandmove-lead-environmentneed manager+; stage moves and notes are employee-level.
Workflow
- Map the pipeline. Call
list-lead-environmentsandget-pipeline-stagesto learn the tabs and columns. Calllist-team-membersto get owners (and bothuser_id/organization_user_id). - Pull the working set.
list-leadsfiltered to the scope the user cares about (an environment, an owner, a stage, a tag).get-leadfor detail and the activity timeline where needed. - Diagnose. Identify: leads with no owner, leads stalled in a stage past a threshold (use timeline timestamps), mis-staged leads, missing tags/score. Present findings as a short list before changing anything.
- Act, with confirmation.
- Advance/correct stage →
update-lead-stage. - Assign/reassign owner →
assign-lead(usesuser_id). - Move to a different kanban tab →
move-lead-environment. - Re-tag / set temperature / score in batches →
bulk-update-leads(≤ 100 per call). - Log context →
add-lead-note.
- Advance/correct stage →
- Report. Summarize what changed and what needs a human decision (e.g. "3 deals stalled 21+ days in Demo — recommend follow-up or close-lost").
Tools used
list-lead-environments, get-pipeline-stages, list-team-members,
list-leads, get-lead, update-lead-stage, assign-lead,
move-lead-environment, bulk-update-leads, add-lead-note.
Guardrails
- Confirm bulk actions with a count and a sample before executing.
- Use the right identifier:
assign-leadtakesuser_id, notorganization_user_id—list-team-membersgives you both. bulk-update-leadsis capped at 100 — chunk and report progress.- Don't auto-close deals; flag close-lost candidates for human sign-off.
Example
"Groom the Inbound pipeline: list anything unassigned, round-robin it across the active SDRs, flag deals stuck in Qualified for 14+ days, and bulk-set temperature to cold for anything untouched in 30 days."