Kommo Automation

Automate CRM lead management, pipeline tracking, and task assignment through natural language commands.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill kommo-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kommo Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/kommo-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill kommo-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating CRM interfaces, allowing users to manage complex sales funnels and lead data directly through conversational commands.

Core Features & Use Cases

  • Pipeline Management: List and filter leads, view pipeline stages, and track sales funnel progress.
  • Lead Operations: Create, update, and categorize deals with custom fields and tags.
  • Task Automation: Assign follow-up tasks to specific leads or contacts to ensure timely sales activities.

Quick Start

Use the Kommo skill to list all leads in my main pipeline and create a new task for the lead with the highest value.

Frequently Asked Questions about Kommo Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I filter leads by pipeline and status?

Use the KOMMO_LIST_LEADS tool with the filter_status parameter. You must provide both the pipeline_id and status_id as a combined object to successfully narrow down your lead search.

What format do date filters require?

Date range filters such as filter_created_at and filter_updated_at require Unix timestamps. Ensure you provide these in a JSON object structure with 'from' and 'to' keys.

Can I update custom fields on a lead?

Yes, use the KOMMO_UPDATE_LEAD tool. You must first call KOMMO_LIST_CUSTOM_FIELDS to identify the correct field IDs and their required value formats before applying updates.

Why are my lead updates not reflecting?

Ensure you are using the correct Lead ID and that your API credentials have sufficient permissions. If filtering by status, verify that both pipeline_id and status_id are correctly provided.