eventee-automation

Automate Eventee event management operations 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 eventee-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eventee-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/eventee-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill eventee-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing event data in Eventee by providing a standardized, automated interface for executing platform operations.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Eventee tool schemas to ensure compatibility.
  • Connection Management: Handle authentication and session state for the Eventee toolkit.
  • Workflow Execution: Perform bulk operations and remote tasks using the Rube MCP protocol.
  • Use Case: Automatically sync attendee lists or update event schedules by executing multi-step workflows without manual dashboard interaction.

Quick Start

Use the eventee-automation skill to discover available tools and execute an update for your event session.

Frequently Asked Questions about eventee-automation

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

FAQPage Schema
How do I connect Eventee to my agent?

Use the RUBE_MANAGE_CONNECTIONS command with the 'eventee' toolkit parameter to initiate and verify your connection status.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available endpoints in Eventee change frequently; searching first ensures you use the correct slugs and arguments for your current session.

Can I automate bulk operations in Eventee?

Yes, use the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function to execute bulk operations efficiently across your event data.

What should I do if my connection shows as inactive?

Call RUBE_MANAGE_CONNECTIONS again to trigger the authentication flow and follow the provided link to re-authorize your Eventee account.

How do I handle session IDs in workflows?

Generate a new session ID for each distinct workflow and reuse that same ID across all steps within that specific task to maintain state.