Automate Google Calendar scheduling, lookup, creation, and update tasks via Rube MCP.
This skill itself is an open-source prompt-style wrapper, but it depends on remote Rube MCP and a Google Calendar connection to discover and execute tools, so the overall posture is caution rather than high risk. No clear malicious red flags are visible in the material, but calendar operations and potentially user data are delegated to a third-party service chain.
The material says 'no API keys needed,' but it still requires creating a googlecalendar connection via RUBE_MANAGE_CONNECTIONS and completing an auth-link flow, which implies Google account authorization tokens are involved. Credentials are not exposed as install-time parameters, but there is the normal risk of a third-party intermediary holding or using the authorized connection.
It explicitly requires adding the remote MCP endpoint https://rube.app/mcp and using composio/rube-related services to search tools, manage connections, and execute actions. This means task descriptions, session information, and calendar operation parameters will be sent to the declared third-party endpoint, but no additional unknown exfiltration target is shown.
Per the stated checks, this is a prompt-only skill, and the material does not show local install scripts, shell execution, process spawning, or system command capability. Execution occurs in the remote toolchain rather than as local code on the user's machine.
The purpose is to automate Google Calendar operations, which typically requires reading or modifying calendar events, schedules, and related account data. The material does not indicate access to local files or broader system-level data, but the remote service can access user content related to calendar tasks.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), which materially lowers supply-chain risk. What is provided appears to be a skill description within awesome-claude-skills rather than a separate closed-source binary; although the license and maintenance status are unclear and it depends on external Rube/Composio services, no obvious suspicious or injection-like content is visible.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "googlecalendar-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/googlecalendar-automation/SKILL.md 2. Save it as ~/.claude/skills/googlecalendar-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Google Calendar operations through Composio's Google Calendar toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/googlecalendar
RUBE_MANAGE_CONNECTIONS with toolkit googlecalendarRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit googlecalendarAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Google Calendar operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Google Calendar task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["googlecalendar"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Google Calendar-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit googlecalendar |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Astica AI tasks via Rube MCP using current tool schemas.
Automate PerplexityAI queries and information workflows through Rube MCP.
Automate Appointo scheduling tasks through Rube MCP to streamline calendar workflows.
Automate OpenSea actions and workflows through Rube MCP tools.
Automate Scrapegraph AI tasks via Rube MCP with schema-first tool discovery.
Automate Codacy tasks to streamline code quality checks and governance.
Automate Cal scheduling and booking tasks through Rube MCP efficiently.
Automate Calendarhero scheduling and meeting tasks through Rube MCP.
Automate Google Meet creation, scheduling, and meeting access management.
Automate Google Drive file and folder workflows through Rube MCP.
Automate Google Super tasks and cross-tool workflows through Rube MCP.
Automate Google Tasks and lists with bulk task management workflows.