nocrm-io-automation

Automate Nocrm IO operations through the Rube MCP gateway for structured CRM task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Nocrm IO by providing a standardized, automated interface for managing leads, prospects, and CRM workflows.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Nocrm IO schemas to ensure compatibility with the latest API changes.
  • Multi-Step Workflow Execution: Supports complex operations like bulk lead updates and status transitions via the Rube MCP gateway.
  • Use Case: Automatically sync lead data from external sources into Nocrm IO by discovering the correct tool schema and executing the update in a single session.

Quick Start

Use the nocrm-io-automation skill to search for available tools and update the status of a specific lead.

Frequently Asked Questions about nocrm-io-automation

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

FAQPage Schema
How do I connect Nocrm IO to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the nocrm_io toolkit to establish an active connection. Follow the provided authentication link to authorize the integration and verify the status is ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas for Nocrm IO change frequently. Searching first ensures you use the correct tool slugs and input arguments, preventing execution errors caused by outdated documentation.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute bulk operations efficiently across multiple lead records.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and check that your session ID is correctly maintained.