canvas-automation

Automate Canvas operations through the Rube MCP gateway using structured tool discovery and execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually managing Canvas tool integrations by providing a standardized, automated workflow for discovery, connection, and execution.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active connections to Canvas toolkits before executing tasks.
  • Use Case: Use this to automate repetitive Canvas tasks like bulk updates or data retrieval by programmatically executing tools without manual configuration.

Quick Start

Use the canvas-automation skill to discover available tools and execute a task for my current project.

Frequently Asked Questions about canvas-automation

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

FAQPage Schema
How do I discover available Canvas tools?

Call the RUBE_SEARCH_TOOLS command with a specific Canvas-related use case query. This returns the necessary tool slugs, input schemas, and recommended execution plans for your task.

How do I verify my Canvas connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'canvas' toolkit parameter. Ensure the returned status is ACTIVE before attempting to execute any tools.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to retrieve the current, valid configuration.

What should I include in the RUBE_MULTI_EXECUTE_TOOL call?

Always include the tool_slug, schema-compliant arguments, and a memory parameter (even if empty). Reusing session IDs within a single workflow is recommended for consistency.