Automate EspoCRM tasks and streamline customer workflows through Rube MCP.
This skill itself is open-source prompt-style content, but it explicitly depends on remote Rube MCP/Composio connectivity to drive EspoCRM actions, so the overall posture is caution rather than high risk. The material does not declare local code execution or direct secret collection, but it does route usage through an external service for connection setup and remote tool invocation.
The material states 'No API keys needed,' but it also requires establishing an active `espocrm` connection via `RUBE_MANAGE_CONNECTIONS` and following a returned auth link to complete authorization; this implies credentials are likely handled in the external connection flow. The skill text does not directly collect secrets, but there is the normal credential-risk of delegating EspoCRM authorization to a third-party integration layer.
It explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references Composio toolkit docs; when using `RUBE_SEARCH_TOOLS`, `RUBE_MANAGE_CONNECTIONS`, and `RUBE_MULTI_EXECUTE_TOOL`, task descriptions, session data, and tool arguments are expected to be sent to that external service. No clearly unrelated or covert egress endpoint is stated, but there is the normal exposure of sending business data to a third-party platform.
The system flags it as prompt-only, and the provided content is mainly usage guidance and invocation patterns; it does not declare any need to install executables locally, run scripts, or grant system-level execution privileges. Based on the material itself, there is no direct local code-execution capability.
The skill's purpose is to 'Automate Espocrm operations,' and it supports workflow execution, bulk operations, and full schema queries through discovered tools, meaning its effective access scope depends on the connected EspoCRM account privileges. The material does not indicate local file access, but read/write and bulk actions against CRM business data are a caution-level data-access surface.
The source is an open-source GitHub repository, the system marks it as open-source, and community adoption is high (about 64.9k stars), all of which are meaningful positive signals that reduce risk. Although this specific README depends on external Rube/Composio services and the license/maintenance status are unclear, the provided material does not show obvious malicious injection, deceptive installation, or provenance red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "espocrm-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/espocrm-automation/SKILL.md 2. Save it as ~/.claude/skills/espocrm-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Espocrm operations through Composio's Espocrm toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/espocrm
RUBE_MANAGE_CONNECTIONS with toolkit espocrmRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit espocrmAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Espocrm operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Espocrm task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["espocrm"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Espocrm-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit espocrm |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate SimilarWeb workflows to retrieve and process website traffic ranking data.
Automate Simple Analytics queries, reporting, and routine analysis tasks via Rube MCP.
Automate Simplesat tasks via Rube MCP after checking current tool schemas.
Automate Sitespeakai tasks via Rube MCP using current tool schemas first.
Automate Perigon workflows via Rube MCP using current tool schemas.
Automate Signpath workflows via Rube MCP after checking current tool schemas.
Automate Esputnik marketing tasks and workflows through Rube MCP integrations.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Pipeline CRM contacts, deals, and follow-up tasks through Rube MCP.
Automate ActiveCampaign tasks through Rube MCP for faster marketing operations.
Automate Echtpost workflows via Rube MCP after checking current tool schemas first.