chmeetings-automation

Automate Chmeetings operations through the Rube MCP gateway for streamlined task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Chmeetings interfaces by providing a standardized, automated way to execute tasks and manage connections via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for Chmeetings tools.
  • Connection Management: Verify and maintain active authentication states for Chmeetings integrations.
  • Workflow Execution: Perform multi-step operations like data updates or record management using structured tool execution.

Quick Start

Use the chmeetings-automation skill to search for available tools and execute a task for managing church meetings.

Frequently Asked Questions about chmeetings-automation

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

FAQPage Schema
How do I connect Chmeetings to my agent?

Connect Chmeetings by calling the RUBE_MANAGE_CONNECTIONS tool with the 'chmeetings' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

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. This prevents errors caused by outdated tool definitions or incorrect argument structures.

What should I do if my Chmeetings connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the authentication link returned by the system to re-authenticate your Chmeetings account.

Can I automate bulk operations in Chmeetings?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations efficiently across your Chmeetings data.

What is the purpose of the memory parameter?

The memory parameter is required by RUBE_MULTI_EXECUTE_TOOL to maintain state across operations. Always include it in your tool calls, even if it is an empty object, to ensure successful execution.