通过 Rube MCP 自动处理 Humanitix 相关任务,并先检索最新工具模式后执行操作
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "humanitix-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/humanitix-automation/SKILL.md 2. 保存为 ~/.claude/skills/humanitix-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Humanitix 相关工具的最新 schema,然后创建一个名为“AI 增长工作坊”的活动,时间为下周五晚上 7 点,地点为上海,票价 99 元;如果缺少必填字段,先告诉我。
先返回已检索到的工具字段或限制,再创建活动或指出缺失参数。
请先搜索当前可用的 Humanitix 工具 schema,然后获取我最近 3 个活动的报名信息,按活动名称统计报名人数,并列出未完成支付的用户。
输出按活动汇总的报名统计,以及未支付用户清单。
先搜索 Humanitix 工具的最新 schema,再把“春季产品发布会”的活动说明更新为包含议程、嘉宾介绍和签到时间,并确认是否更新成功。
返回更新前所需字段检查结果,并给出活动详情更新成功的确认信息。
Automate Humanitix operations through Composio's Humanitix toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/humanitix
RUBE_MANAGE_CONNECTIONS with toolkit humanitixRUBE_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 humanitixAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Humanitix 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 Humanitix task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["humanitix"]
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 Humanitix-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit humanitix |
| 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 自动执行 TextIt 流程与联系人管理任务