coassemble-automation
Automate Coassemble tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:14
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-coassemble-automation&locale=en&source=copy
Coassemble Automation Skills
Skill Overview
Automate various operations on the Coassemble online learning platform through Rube MCP (Composio), without manually writing API call code.
Use Cases
Core Features
RUBE_SEARCH_TOOLS, ensuring the use of the latest API architecture and avoiding hardcoded, outdated tool parametersRUBE_MANAGE_CONNECTIONS to centrally manage Coassemble account connection status, supporting one-click authorization and connection status monitoringRUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory management, suitable for handling bulk tasksFAQs
What can Coassemble automation do?
Using Composio’s Coassemble tool suite, you can perform operations such as course creation, learner management, progress queries, and report generation. The specific tools available must first be retrieved by calling
RUBE_SEARCH_TOOLS to get the latest tool list and architecture.How do I configure a Rube MCP connection to Coassemble?
Just add
https://rube.app/mcp as the MCP server in your client configuration—no API key is required. After connecting, use the RUBE_MANAGE_CONNECTIONS tool to select the coassemble tool suite and complete authorization.Why do I always need to call RUBE_SEARCH_TOOLS first?
Composio’s tool architecture may change as the platform is updated. Hardcoding tool names and parameters can easily cause call failures.
RUBE_SEARCH_TOOLS returns the currently available tool list, input schemas, and recommended execution plans, ensuring your automation scripts remain effective.