conveyor-automation

Automate Conveyor operations through the Rube MCP gateway for integrated workflow execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Conveyor tasks by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available Conveyor tools and schemas via Rube MCP.
  • Connection Management: Handles the lifecycle of Conveyor connections, ensuring active status before task execution.
  • Multi-Tool Execution: Supports complex workflows by chaining multiple tool calls within a single session.

Quick Start

Use the conveyor-automation skill to discover and execute the necessary tools for your specific Conveyor task.

Frequently Asked Questions about conveyor-automation

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

FAQPage Schema
How do I connect Conveyor to my agent?

Connect Conveyor by calling RUBE_MANAGE_CONNECTIONS with the conveyor toolkit. If the status is not active, follow the provided authentication link to authorize the connection.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you have the most current input requirements and tool definitions before attempting execution.

Can I reuse session IDs for different tasks?

Reuse session IDs within a single, continuous workflow to maintain state. Generate new session IDs for distinct, unrelated tasks to prevent memory pollution.

What should I do if tool execution fails?

Verify that the connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the initial search.