Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
This skill itself appears to be prompt-only/open-source material with no direct local key requirement or local code execution, so overall risk is relatively low. However, it explicitly depends on external Rube MCP/Composio services and a Chatbotkit connection, so real-world use involves network egress and third-party authorization that should be reviewed carefully.
The material claims 'no API keys needed,' but it requires an active Chatbotkit connection via `RUBE_MANAGE_CONNECTIONS` and asks the user to complete an auth link. This implies third-party authorization/token delegation. It does not directly request local environment secrets, but tokens may be held or brokered by the external MCP service, creating normal delegated-credential risk.
The README explicitly instructs users to add the remote MCP endpoint `https://rube.app/mcp` and use Composio/Rube to discover and execute Chatbotkit tools. Therefore, user instructions, session IDs, tool arguments, and possibly business data will be sent to external services. No additional egress endpoints are listed; the currently evident recipients are Rube/Composio and the connected Chatbotkit service.
Per the provided checks, this skill is prompt-only. The material does not ask the user to install executable components locally, run shell/scripts, or grant system-level execution privileges. Its described behavior is centered on invoking remote MCP tools rather than local code execution.
The material does not state direct access to local files or local resources. However, it performs Chatbotkit operations through remote tools and requires session reuse plus memory/argument passing, meaning user input and related business data may be processed by external services. No clearly excessive local data permissions are requested.
The source is an open GitHub repository, and the system marks it as open-source with very high community trust (64.9k), which are strong positive trust signals. The visible content is primarily documentation/skill description, making it relatively auditable. Although the license is unspecified and maintenance status is unknown, and real use depends on external Rube/Composio services, the current material does not show supply-chain red flags strong enough to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "chatbotkit-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/chatbotkit-automation/SKILL.md 2. Save it as ~/.claude/skills/chatbotkit-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Chatbotkit operations through Composio's Chatbotkit toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/chatbotkit
RUBE_MANAGE_CONNECTIONS with toolkit chatbotkitRUBE_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 chatbotkitAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Chatbotkit 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 Chatbotkit task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["chatbotkit"]
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 Chatbotkit-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit chatbotkit |
| 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 Identitycheck verification workflows and actions through Rube MCP tools.
Automate Gamma tasks through Rube MCP to streamline presentation workflows.
Automate Gagelist tasks and check current tool schemas through Rube MCP.
Automate Leiga project and task workflows through Rube MCP.
Automate GatherUp workflows by checking tool schemas before running actions.
Automate Insighto AI tasks through Rube MCP after checking current tool schemas.
Automate Kit tasks via Rube MCP with schema lookup first.
Automate 2chat workflows via Rube MCP after checking current tool schemas first.
Automate Chatfai tasks via Rube MCP with schema lookup first.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate ManyChat workflows and bot operations through Rube MCP efficiently.
Automate Botsonic tasks and workflows through Rube MCP integrations.