通过 Rube MCP 自动执行 Eventzilla 相关操作并查询最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "eventzilla-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/eventzilla-automation/SKILL.md 2. 保存为 ~/.claude/skills/eventzilla-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Eventzilla 相关工具及其最新 schema,然后通过 Rube MCP 批量读取我账号中的活动列表,提取活动名称、时间、地点和报名状态,并整理成表格。
一份结构化活动清单表,包含关键字段与当前报名状态。
先搜索可用的 Eventzilla 工具和参数 schema,再通过 Rube MCP 查询指定活动的报名人数、订单状态和票种分布,并输出摘要报告。
一份活动报名数据摘要,展示人数、状态分布和票种概况。
请先搜索 Eventzilla 工具的最新 schema,然后通过 Rube MCP 更新指定活动的基本信息,例如活动描述、时间或地点,并返回修改结果。
活动设置更新结果,说明成功修改的字段或失败原因。
Automate Eventzilla operations through Composio's Eventzilla toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/eventzilla
RUBE_MANAGE_CONNECTIONS with toolkit eventzillaRUBE_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 eventzillaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Eventzilla 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 Eventzilla task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["eventzilla"]
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 Eventzilla-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit eventzilla |
| 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
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动处理 Evenium 活动管理与协作流程