CRM
SkillProductivityReference skill for working with the Twenty CRM. Detailed setup and schema docs live in admin/crm/README.md.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CRM skill
About this capability
The open-source company brain. Run your entire company with AI agents, skills, and a self-improving context.
What this skill tells your AI
The instructions your AI receives, as published by getnao/sylph in .claude/skills/crm/SKILL.md and read by ahel’s review.
Reference skill for working with the Twenty CRM. Detailed setup and schema docs live in admin/crm/README.md.
MCP connectors
| Connector | Purpose |
|---|---|
| CRM | Read and update contacts, deals, activities |
Quick reference
- CRM: Twenty (self-hosted)
- MCP tools: Use the Twenty MCP server - always start with
get_tool_catalog - Detailed docs:
admin/crm/README.md
Key patterns
- Always discover tools first - call
get_tool_catalogbefore any CRM operation - Learn before executing - call
learn_toolsto get input schemas for unfamiliar tools - Group-by for analytics - use group_by tools for comparative/aggregate queries
- Find for records - use find tools for retrieving specific records
- Multiple metrics - run multiple group_by calls and merge results
Common operations
| Task | Approach |
|---|---|
| Look up a company | find by company name |
| Check deal pipeline | group_by stage, sum ARR |
| Get contact details | find by company or email domain |
| Update a deal stage | execute_tool with the update tool |
Guardrails
- Never delete CRM records - archive or flag instead
- Never bulk-update without confirmation - show the change list first
- Always verify ambiguous matches - if a search returns multiple results, ask
- Log significant changes - note CRM updates in the relevant agent's log
Self-improvement
After the CAO corrects a CRM operation or query:
- If the correction reveals a CRM schema quirk (e.g. "use display name not slug for deal stages"), add it to the Key patterns section above
- If a common operation is missing from the Quick reference table, add it
- Update
admin/crm/_insights.mdwith the correction and the right approach - If a new tool or query pattern proves reliable, add it to the Common operations table
Signals
- GitHub stars
- 196
- Forks
- 58
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
crm- Source
- github.com/getnao/sylph