通过 Rube MCP 自动处理 Eventee 活动管理任务,提升会务执行与协作效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "eventee-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/eventee-automation/SKILL.md 2. 保存为 ~/.claude/skills/eventee-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Eventee 相关可用工具及其最新参数 schema,然后帮我把这个活动的名称、时间、地点和议程批量同步到 Eventee;如果字段缺失,请先列出缺少项再继续。
完成工具检索后,按最新 schema 执行活动信息同步,并反馈成功结果或缺失字段。
先搜索 Eventee 工具的当前 schema,再将这份参会者名单同步到指定活动,去重并标记新增、更新和失败的记录,最后输出处理摘要。
基于最新工具参数完成名单更新,并返回去重结果、变更明细与失败原因。
先搜索 Eventee 可用操作和最新 schema,然后检查指定活动是否已配置议程、讲者、地点和参会者数据;输出未完成项,并在可行时自动补充默认设置。
生成一份会前检查结果,列出缺失配置,并自动完成可补充的默认项。
Automate Eventee operations through Composio's Eventee toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/eventee
RUBE_MANAGE_CONNECTIONS with toolkit eventeeRUBE_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 eventeeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Eventee 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 Eventee task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["eventee"]
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 Eventee-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit eventee |
| 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 自动化执行 Ambee 相关任务,并先检索最新工具结构。