通过 Rube MCP 自动执行 Zoho Mail 邮件发送、查询与整理流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "zoho-mail-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/zoho-mail-automation/SKILL.md 2. 保存为 ~/.claude/skills/zoho-mail-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Zoho Mail 工具及当前 schema,然后使用正确参数给 20 位客户发送项目进度更新邮件,主题为“本周项目进展”,正文包含里程碑、风险和下周计划,并返回发送结果汇总。
一份发送执行结果,包含成功/失败状态、收件人列表及可能的报错信息。
先搜索 Zoho Mail 相关工具和 schema,再查询过去 7 天来自客户域名的未读邮件,按时间倒序列出发件人、主题、时间,并生成一段中文跟进摘要。
未读客户邮件清单,以及便于快速处理的中文摘要和优先级提示。
先搜索当前可用工具与 schema,然后查找收件箱中主题包含“发票”或“invoice”的邮件,为其添加指定标签并移动到财务文件夹,最后汇报处理数量。
邮件整理操作结果,包括被标记和移动的邮件数量及执行状态。
Automate Zoho Mail operations through Composio's Zoho Mail toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/zoho_mail
RUBE_MANAGE_CONNECTIONS with toolkit zoho_mailRUBE_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 zoho_mailAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Zoho Mail 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 Zoho Mail task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["zoho_mail"]
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 Zoho Mail-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit zoho_mail |
| 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 自动化执行 Mailsoftly 邮件相关任务与流程。