Automate Honeybadger tasks through Rube MCP with schema lookup first.
This skill appears to be an open-source prompt-style wrapper with no declared built-in secrets or local execution, and its high community adoption lowers overall risk. However, it depends on remote Rube MCP and a Honeybadger connection, so actual data egress and operational privileges are determined by the underlying MCP and third-party integration and should be verified before use.
The material says the skill itself needs no API keys, but it explicitly requires an active Honeybadger connection via `RUBE_MANAGE_CONNECTIONS` and an auth-link flow, which means third-party account authorization/tokens are still involved. Not configuring secrets inside the skill reduces direct exposure, but the scope and storage of underlying connection credentials are not described.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to search tools, manage connections, and execute Honeybadger operations. This implies task arguments, session IDs, and potentially Honeybadger-related data are sent to a declared third-party service. The endpoint is identified and functionally relevant, with no obvious signs of unrelated or covert exfiltration.
The system marks it as `prompt-only`, and the material does not describe local script execution, install commands, shell invocation, or requests for extra system privileges. This skill appears to be usage guidance for external MCP tools rather than a component that directly executes code on the local machine.
The skill does not claim direct read/write access to local files or system data, but it does perform actions against Honeybadger through Rube/Composio and requires session reuse plus a `memory` parameter. Therefore, its accessible data scope includes at least user-provided Honeybadger task context and any resources visible to the connected account. No local over-privilege is shown, but remote business-data access should be governed by Honeybadger connection scopes.
The source is an open-source GitHub repository, and the system reports `open-source` plus strong community adoption (64.7k stars), both of which are meaningful risk-reducing signals. The material shows no closed-source distribution, suspicious install scripts, or mismatched endpoints; remaining gaps are the undeclared license and unknown maintenance status, which should be checked before production use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "honeybadger-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/honeybadger-automation/SKILL.md 2. Save it as ~/.claude/skills/honeybadger-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate Agent Mail workflows through Rube MCP with schema-aware tool discovery.
Automate Mailsoftly email tasks and workflows through Rube MCP.
Automate SMS alert workflows through Rube MCP for faster notifications and responses.
Automate Appdrag tasks via Rube MCP with schema lookup first.
Automate Typefully posting, scheduling, and content management through Rube MCP.
Automate Serpapi workflows through Rube MCP for search data retrieval and processing.
Automate Honeyhive tasks via Rube MCP using current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Habitica task creation, updates, and lookups through Rube MCP.
Automate BugBug tasks through Rube MCP to streamline testing workflows.
Automate Bugsnag alerts, project workflows, and error monitoring tasks via MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.