通过 Rube MCP 自动执行 Honeyhive 任务,并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "honeyhive-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/honeyhive-automation/SKILL.md 2. 保存为 ~/.claude/skills/honeyhive-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索 Honeyhive 相关工具及其最新 schema,然后根据结果帮我创建一个新的 Honeyhive 自动化任务:名称为“每周评测汇总”,目标是汇总最近 7 天的评测结果并发送通知。
先返回可用工具与关键字段概览,再基于最新 schema 创建任务并说明创建结果。
请先搜索 Honeyhive 工具的当前 schema,找到更新自动化任务所需的参数,然后把现有任务“模型质量日报”的通知频率改为每天上午 9 点,并补充失败重试设置。
基于检索到的最新字段完成配置更新,并返回修改后的关键信息。
请先搜索 Honeyhive 相关查询工具及 schema,然后帮我查询任务“每周评测汇总”最近 10 次执行状态,汇总成功率、失败原因和最近一次运行时间。
返回最近执行记录摘要,包括成功率、常见失败原因和最新运行状态。
Automate Honeyhive operations through Composio's Honeyhive toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/honeyhive
RUBE_MANAGE_CONNECTIONS with toolkit honeyhiveRUBE_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 honeyhiveAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Honeyhive 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 Honeyhive task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["honeyhive"]
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 Honeyhive-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit honeyhive |
| 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 自动执行 Hashnode 内容与站点管理相关任务。