Automate 2chat workflows via Rube MCP after checking current tool schemas first.
The skill material itself is an open-source prompt-style README with no declared local secrets or local code execution, so overall risk is low. However, it is intended to connect to remote Rube MCP and then operate 2chat, which introduces third-party connectivity and account authorization considerations during actual use.
The material states there are 'no API keys', but it requires establishing an ACTIVE `_2chat` connection via `RUBE_MANAGE_CONNECTIONS` and completing setup through a returned auth link. This implies third-party account authorization/tokens in practice, even if no environment variables are exposed in the skill itself.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to search tools, manage connections, and execute 2chat operations. Therefore, user inputs, session identifiers, and task arguments may be sent to that declared third-party service, with no additional unknown exfiltration endpoint shown in the material.
Per the provided checks, this skill is prompt-only. The material only describes an MCP tool-calling workflow and does not declare any need to start local processes, install scripts, or execute local code.
The skill text does not declare local file read/write access, but its purpose is to perform 2chat operations through Rube/Composio. The effective data scope depends on the connected 2chat account and the discovered tool schemas, creating a normal permission surface over third-party business data for reading/modifying.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), which materially lowers supply-chain risk. The current material is also just README/prompt content. Still, the license is unspecified and maintenance status is unknown, so ongoing verification of upstream activity is advisable.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "-2chat-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/-2chat-automation/SKILL.md 2. Save it as ~/.claude/skills/composiohq-composio-skills-2chat-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate 2chat operations through Composio's 2chat toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/_2chat
RUBE_MANAGE_CONNECTIONS with toolkit _2chatRUBE_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 _2chatAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "2chat 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 2chat task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["_2chat"]
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 2chat-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit _2chat |
| 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 Cloudflare configuration, domain, and security tasks through Rube MCP.
Manage Cloudinary assets, transformations, presets, and usage through natural language.
Automate Cloudflare Browser Rendering and web interaction tasks via Rube MCP.
Automate Bigmailer email marketing tasks and workflows through Rube MCP.
Automate Meta ads operations and reporting workflows through Rube MCP.
Automate Linkup tasks via Rube MCP after checking current tool schemas first.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Chatfai tasks via Rube MCP with schema lookup first.
Automate ManyChat workflows and bot operations through Rube MCP efficiently.
Automate Chatwork messages, tasks, and team workflows through Rube MCP.
Automate Superchat tasks and workflows through Rube MCP integrations.
Automate Autom workflows via Rube MCP while checking current tool schemas first.