calendarhero-automation

Automate Calendarhero scheduling and task management workflows through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing meeting scheduling and calendar operations by providing a direct interface to Calendarhero tools via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Calendarhero tool schemas and execution parameters.
  • Connection Management: Verify and maintain active authentication sessions for Calendarhero toolkits.
  • Workflow Execution: Perform multi-step scheduling tasks, such as finding availability or booking meetings, using automated tool execution.

Quick Start

Use the calendarhero-automation skill to search for available scheduling tools and book a meeting with the specified participant.

Frequently Asked Questions about calendarhero-automation

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

FAQPage Schema
How do I find available Calendarhero tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Calendarhero task to retrieve the latest tool slugs, input schemas, and execution plans.

How do I check if my Calendarhero connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the 'calendarhero' toolkit parameter to verify your current connection status and obtain an authentication link if needed.

Can I execute multiple Calendarhero tools in one workflow?

Yes, use the RUBE_MULTI_EXECUTE_TOOL function to chain multiple tool calls, ensuring you provide the correct session ID and memory parameters for each step.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.