capsule_crm-automation
Automate Capsule CRM tasks via Rube MCP (Composio): contacts, opportunities, cases, tasks, and pipeline management. Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Capsule CRM Automation Skills
Skill Overview
Use Rube MCP (Composio) to automate handling contacts, sales opportunities, cases, tasks, and sales pipeline management in Capsule CRM—without writing code—to enable CRM workflow automation.
Use Cases
Automatically input lead information into Capsule CRM, create sales opportunities, and track progress—reducing manual data entry so salespeople can focus on customer communication.
Import contact data in bulk from external systems, or synchronize customer information across different systems to ensure CRM data is always up to date.
Execute complex business processes—such as automatically creating tasks, assigning cases, and updating sales stages—enabling end-to-end automation from lead to deal.
Core Features
Dynamically query available Capsule CRM tools via
RUBE_SEARCH_TOOLS to get the latest tool schemas and recommended execution plans, avoiding maintenance issues caused by hard-coded tools.Use
RUBE_MANAGE_CONNECTIONS to easily manage Capsule CRM OAuth connections, automatically handle expired authorization and re-authentication, and ensure workflows run reliably.Support bulk operations via
RUBE_REMOTE_WORKBATCH and use ThreadPoolExecutor for parallel processing to improve efficiency when working with large datasets.Common Questions
How do I add a Rube MCP server in Claude Code?
Add the MCP server https://rube.app/mcp to the client configuration in Claude Code. No API key is required. After adding it, use RUBE_SEARCH_TOOLS to verify that the connection is working properly.
What should I do if the Capsule CRM connection fails?
First, use RUBE_MANAGE_CONNECTIONS to check the connection status. If it shows a non-ACTIVE state, complete OAuth authentication again by following the authorization link returned. Make sure the connection is in ACTIVE state before running any workflow.
Do I need to call RUBE_SEARCH_TOOLS every time?
Yes—strongly recommended. Call RUBE_SEARCH_TOOLS before each workflow execution. Composio’s tool schemas may change; dynamically querying ensures you use the latest tool definitions and prevents execution failures caused by tool updates.