通过 Rube MCP 自动处理 Front 收件箱会话、联系人与协作任务。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "front-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/front-automation/SKILL.md 2. 保存为 ~/.claude/skills/front-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Front 相关工具及当前 schema,然后找出我 Front 收件箱中过去 24 小时未回复的会话,按负责人分组,添加“待跟进”标签,并输出处理结果摘要。
返回已识别并整理的未回复会话清单、分组结果、加标签情况与执行摘要。
请先搜索 Front 工具的最新 schema,然后根据我提供的邮箱列表,在 Front 中查找对应联系人,补充公司与备注信息;若不存在则创建新联系人,并汇总新增与更新结果。
返回联系人更新与新建结果,包括每个邮箱对应的处理状态和信息变更摘要。
请先搜索 Front 可用操作及 schema,读取收件箱中带有“bug”关键词的新会话,按照预设规则分配给技术支持负责人,添加优先级标签,并生成分配报告。
返回已分配会话列表、负责人、标签处理结果以及最终分配报告。
Automate Front operations through Composio's Front toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/front
RUBE_MANAGE_CONNECTIONS with toolkit frontRUBE_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 frontAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Front 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 Front task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["front"]
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 Front-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit front |
| 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 自动执行 Autom 相关任务,并先检索最新工具 schema。