通过 Rube MCP 自动执行 Honeybadger 相关任务并先检索最新工具结构。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "honeybadger-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/honeybadger-automation/SKILL.md 2. 保存为 ~/.claude/skills/honeybadger-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索 Honeybadger 相关工具及其最新 schema,然后获取最近 24 小时内新出现的错误事件,按项目分组汇总,输出错误数量、最频繁的异常类型和处理建议。
一份按项目整理的错误摘要,包含数量统计、主要异常类型与后续处理建议。
先搜索 Honeybadger 工具 schema,再查找指定项目中已在最近部署后不再复现的问题,把这些问题批量标记为已解决,并返回更新结果列表。
批量状态更新结果,包括被标记为已解决的问题清单和执行状态。
先搜索当前可用的 Honeybadger 工具和字段定义,然后拉取 production 与 staging 环境近 7 天的告警数据,比较告警数量变化趋势,并指出异常增长的时间段。
一份按环境对比的告警趋势分析,突出异常增长区间和可能关注点。
Automate Honeybadger operations through Composio's Honeybadger toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/honeybadger
RUBE_MANAGE_CONNECTIONS with toolkit honeybadgerRUBE_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 honeybadgerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Honeybadger 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 Honeybadger task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["honeybadger"]
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 Honeybadger-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit honeybadger |
| 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 自动管理 Habitica 任务,快速创建、更新和查询习惯打卡事项。