bolna-automation
Automate Bolna 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-bolna-automation&locale=en&source=copy
Bolna Automation
Skill Overview
Automates operations on the Bolna voice platform via Rube MCP (Composio), supporting tool discovery, connection management, and workflow execution.
Use Cases
- Create and manage batches of call tasks
- Automatically send voice notifications
- Process asynchronous task results from the Bolna platform
- Add voice calling and notification features to Claude
- Manage Bolna workflows through a conversational interface
- Enable intelligent orchestration of voice tasks
- Use MCP integration to replace direct API calls
- Dynamically discover and execute the latest Bolna tools
- Perform bulk operations and session management
Core Features
-
RUBE_SEARCH_TOOLS automatically fetches the latest tool architecture- Avoids hard-coding tool slugs and parameters
- Supports searching and recommending execution plans by use case
-
RUBE_MANAGE_CONNECTIONS checks and manages the status of Bolna connections- Supports a unified authentication flow via Composio
- Validates connection availability in real time
-
RUBE_MULTI_EXECUTE_TOOL supports calling multiple tools in a single request- Reusing sessions reduces repeated configuration
- Memory parameters support preserving state across calls
Frequently Asked Questions
Does Rube MCP require an API key?
No. Just add
https://rube.app/mcp as the MCP server endpoint in the client configuration. Bolna connections and authentication are handled through the Composio platform.Why must I call RUBE_SEARCH_TOOLS before executing a tool?
Bolna tool architectures and slugs change frequently. Hard-coding them can cause calls to fail.
RUBE_SEARCH_TOOLS always returns the latest tool definitions, input fields, and known pitfalls to ensure successful execution.How can I check whether the Bolna connection is ready?
Call
RUBE_MANAGE_CONNECTIONS and specify the toolkit as bolna. If the returned result shows ACTIVE in the status, you can execute the tools; otherwise, complete authentication using the auth_link provided in the response.