From monday CRM
Creates, lists, and manages monday.com CRM board automations via natural language — no block IDs needed. Handles status-change triggers, notifications, date-based rules, and pipeline moves.
How this skill is triggered — by the user, by Claude, or both
Slash command
/monday-crm:automate-crm [automation description — 'notify owner when deal is won and move to Closed Won group', 'remind me 3 days before close date', 'what automations are on my deals board'][automation description — 'notify owner when deal is won and move to Closed Won group', 'remind me 3 days before close date', 'what automations are on my deals board']This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Flow: **Detect intent → Resolve board → Describe automation → Create / List / Manage → Confirm**
Flow: Detect intent → Resolve board → Describe automation → Create / List / Manage → Confirm
| Trigger | Action | Accounts |
|---|---|---|
| Status changes to something | Move item to group | 9,821 |
| Status changes to something | Notify someone | 6,482 |
| Status changes to something | Set date | 6,341 |
| Item created | Notify someone / assign / set date | 10,019 |
| Date arrives | Notify / change status | 4,972 |
| Button clicked | Any action | 3,015 |
| Status changes from X to Y | Move / notify | 1,721 |
The dominant CRM pattern: status change → move to group. When in doubt, this is what most users want.
create_automation) — board-scoped trigger/action rules. Active immediately on creation. Use for CRM daily operations.create_workflow) — workspace-level, cross-board objects. Start as drafts; must be published. Use only when explicitly asked.today as fallback or a periodic trigger.needs_clarification.list_automations returns them but they cannot be modified via MCP.needs_clarification responseWhen create_automation returns needs_clarification, present each unresolvedField with available options, collect the answer, then retry.
mcp__monday__get_user_context. On error → print install prompt, stop.| Intent | Trigger signals |
|---|---|
| create | "set up", "create", "automate", "when X then Y", default |
| list | "what automations", "show automations", "which rules" |
| manage | "turn off", "disable", "delete", "activate", "remove automation" |
mcp__monday__search or get_user_context favorites.If the user says something generic, present top 3 patterns:
"What should trigger it? Common CRM automations: 1. Stage = Won → notify owner + move to Closed Won group 2. New deal created → assign + set close date 3. Close date arrives → notify owner Or describe what you want."
"Create this automation on [board name]?"
When: Stage → Won Action 1: Notify [deal owner] Action 2: Move item to Closed Won group(yes / edit / cancel)
On "yes" → mcp__monday__create_automation({ boardId, userPrompt }).
needs_clarificationIf returned: parse unresolvedFields, present options to user, incorporate answer, retry once.
On status: "activated":
"Done. Automation is live on [board name]. From now on: when Stage = Won → [owner] is notified + item moves to Closed Won."
mcp__monday__list_automations({ boardId }).list_automations if needed.mcp__monday__manage_automations({ workflowId, action }).| Failure | Behavior |
|---|---|
| Connector missing | Step 0 stops; print install prompt. |
| Board not found | Broaden search; ask user. |
needs_clarification | Present unresolved fields; gather answers; retry once. |
| Date arithmetic requested | Explain limitation; offer today or periodic trigger. |
| Legacy automation on manage | "This automation was set up in an older way and can't be modified here." |
| Delete on legacy | Same as above. |
| Create fails after retry | Surface error; suggest monday.com UI as fallback. |
create_automation.needs_clarification handled: fields presented, user answered, retried.claude plugin install monday-crm@claude-plugins-officialBuilds a CRM workspace from scratch in monday.com based on a business description. Automatically creates boards, columns, and pipeline stages.
Creates, reads, updates, and deletes Pipefy traditional automations (if/then rules) and AI automations (prompt-driven). Covers 16 MCP tools including simulation and prompt validation.
Automates Monday.com boards, items, columns, groups, subitems, and updates via Composio's Monday toolkit. Always search tool schemas first.