Automate Discord bot tasks and workflow actions through Rube MCP.
This skill appears to be prompt-only, open-source, and widely adopted, with no evidence that it directly executes local code or stores secrets itself, so overall risk is low. However, its real operation depends on external Rube MCP/Composio services and a Discord connection, so users should pay attention to outbound data flow and account authorization scope.
The material says there is no API key, but it explicitly requires creating an ACTIVE discordbot connection via RUBE_MANAGE_CONNECTIONS and completing authorization through a returned auth link. This means third-party account authorization/tokens are still involved in practice, likely managed by the external service, so scope and token handling should be reviewed.
The README explicitly requires adding the remote MCP endpoint https://rube.app/mcp and using Composio's Discordbot toolkit. Task arguments, session data, and potentially Discord operation data will be sent to the declared external service. The endpoint is identified and relevant to the stated function, so this is normal outbound connectivity, but users should confirm what business data is transmitted.
Based on the provided material, this is a prompt-style skill that mainly instructs the use of external tools such as RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL. There is no evidence that the skill itself launches local processes, runs scripts, or requests system-level execution privileges.
The material does not show direct local file read/write access, but it can automate Discordbot operations through external tools and maintain session/memory. Therefore, it may handle user-provided task content, session context, and related Discord resource data. No local data permissions beyond the stated purpose are evident.
The source is an open GitHub repository with strong community adoption (64.7k stars), which materially lowers supply-chain risk; the material also indicates it is prompt-only. Caveats are that the license is unspecified, maintenance status is unknown, and actual operation depends on external Rube MCP/Composio services, so users should still verify the upstream service trustworthiness.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "discordbot-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/discordbot-automation/SKILL.md 2. Save it as ~/.claude/skills/discordbot-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Discordbot operations through Composio's Discordbot toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/discordbot
RUBE_MANAGE_CONNECTIONS with toolkit discordbotRUBE_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 discordbotAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Discordbot 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 Discordbot task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["discordbot"]
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 Discordbot-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit discordbot |
| 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 Expofp workflows and task operations through Rube MCP.
Automate Landbot bot tasks and workflows through Rube MCP tool calls
Automate Leadoku lead management and syncing tasks through Rube MCP.
Automate Ably workflows through Rube MCP using the latest tool schemas.
Automate OpenSea actions and workflows through Rube MCP tools.
Automate rendering HTML into images for cards, banners, and visual snapshots.
Automate Botpress tasks and workflow actions through Rube MCP.
Automate Dailybot check-ins, reminders, and team coordination via Rube MCP.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Botsonic tasks and workflows through Rube MCP integrations.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Slackbot messages, reminders, and teamwork workflows through Rube MCP.