botstar-automation
Automate Botstar tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:3
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-botstar-automation&locale=en&source=copy
Botstar Automation - Rube MCP Agent Skills
Skill Overview
Enable automated operations and bulk management of Botstar chatbots through the Rube MCP and Composio toolkits.
Use Cases
When you need to manage multiple Botstar chatbots at the same time, use automation tools to perform actions in bulk—no need to handle each chatbot manually.
Integrate Botstar bot operations into automated workflows to enable data exchange and coordination with other systems and services.
Provide developers with a unified MCP interface, eliminating the need to deal with complex API authentication and calling details, so Botstar functionality can be integrated quickly.
Core Features
Automatically fetch the latest Botstar tool list and parameter schema via
RUBE_SEARCH_TOOLS. No manual maintenance of tool definitions is required, ensuring that the latest interface specifications are always used.Use
RUBE_MANAGE_CONNECTIONS to monitor and manage Botstar connection status in real time. Supports one-click connection and status validation to ensure connections are active before operations begin.Execute multiple Botstar actions in a single call using
RUBE_MULTI_EXECUTE_TOOL. Supports session reuse and memory management to improve execution efficiency.FAQs
How do I set up a Rube MCP connection to Botstar?
In the client configuration, add
https://rube.app/mcp as the MCP server address. No API key is required. After adding it, call RUBE_MANAGE_CONNECTIONS and specify the toolkit as botstar. Complete the connection by following the authorization link returned.Does the Botstar Automation skill require an API key?
No. Rube MCP is designed to work without keys; you only need to add the MCP server endpoint to use it. However, you must complete Botstar account connection authorization via the authorization link.
What is RUBE_SEARCH_TOOLS used for?
RUBE_SEARCH_TOOLS is used to dynamically discover available Botstar tools and their parameter schemas. Since tool schemas may change, it’s recommended to call this interface before each workflow run to fetch the latest tool definitions and avoid hard-coding outdated parameters.