coassemble-automation

Automate Coassemble platform operations through Rube MCP toolkits and structured execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill coassemble-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coassemble-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/coassemble-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill coassemble-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Coassemble's interface by providing a standardized, automated way to execute platform tasks via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Coassemble tool schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication sessions for seamless tool execution.
  • Workflow Execution: Perform bulk operations and multi-step tasks using the Rube multi-execute interface.
  • Use Case: Automate the creation of training modules or user enrollments in Coassemble by chaining discovery, connection verification, and execution steps.

Quick Start

Use the coassemble-automation skill to discover available tools and execute a task for managing training modules.

Frequently Asked Questions about coassemble-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Coassemble to my AI agent?

Connect Coassemble by configuring the Rube MCP server and calling RUBE_MANAGE_CONNECTIONS with the coassemble toolkit. Follow the provided authentication link to establish an active session before executing any tools.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. Tool definitions change frequently, and hardcoding arguments often leads to execution errors.

What should I do if my connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command for the coassemble toolkit. This will trigger the authentication flow required to re-establish your session.

Can I perform bulk operations in Coassemble?

Yes, use the RUBE_REMOTE_WORKBENCH with the run_composio_tool function to execute bulk operations. This allows for efficient processing of multiple Coassemble tasks within a single workflow session.