coassemble-automation

Automate Coassemble tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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


  • Enterprise Training Management Automation: Batch create courses, automatically manage learner registrations, and regularly sync learning progress data to internal enterprise systems

  • Education Workflow Optimization: Periodically publish new courses, automatically generate training reports, and trigger subsequent actions based on learner completion

  • System Integration Needs: Connect Coassemble with HR systems, CRM, or other business systems to enable bidirectional data synchronization
  • Core Features


  • Tool Discovery and Execution: Automatically discover currently available Coassemble tools via RUBE_SEARCH_TOOLS, ensuring the use of the latest API architecture and avoiding hardcoded, outdated tool parameters

  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to centrally manage Coassemble account connection status, supporting one-click authorization and connection status monitoring

  • Batch Operation Support: Execute multiple Coassemble actions using RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory management, suitable for handling bulk tasks
  • FAQs

    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.