discordbot-automation
Automate Discordbot tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Discord Bot Automation Skill — Intelligent Discord Operations via Rube MCP
Skill Overview
Automate Discord bot tasks using Composio’s Rube MCP service, supporting features such as sending messages, managing members, and operating channels. You must first obtain the latest tool framework architecture by using RUBE_SEARCH_TOOLS.
Applicable Scenarios
Core Functions
RUBE_SEARCH_TOOLS to dynamically query available Discord bot tools and their latest input schemas, ensuring compatibility with the current API versionRUBE_MANAGE_CONNECTIONS to manage the Discord bot connection state, supporting connection activation, status checks, and authorization flowsRUBE_MULTI_EXECUTE_TOOL to execute multiple Discord bot operations in one call, supporting task orchestration and batch processingFrequently Asked Questions
What is Rube MCP? How is it used for Discord bot automation?
Rube MCP is an MCP service provided by Composio. You can connect without an API key. After adding https://rube.app/mcp to the MCP server configuration, you can use the Discord bot toolset to perform automation.
How do I connect the Discord bot in Claude MCP?
First call RUBE_MANAGE_CONNECTIONS to confirm the connection status. If it’s not activated, the system will return an authorization link. After completing authorization, the connection status will change to ACTIVE, after which you can execute Discord bot tools.
Why must RUBE_SEARCH_TOOLS be called before every use?
The Discord bot tools’ architecture (tool_slug and input parameters) may be updated. Hardcoding tool information can cause calls to fail, so you must retrieve the latest tool architecture and recommended execution plan via RUBE_SEARCH_TOOLS first.