Automate Honeyhive tasks via Rube MCP using current tool schemas.
This skill appears to be primarily prompt/instruction content, and the open-source, highly adopted source lowers overall risk. However, its documented workflow explicitly depends on remote Rube MCP/Composio and a Honeyhive connection for tool discovery and execution, so real-world use involves external services and third-party account authorization that warrants caution.
The material says 'No API keys needed' only for adding the Rube MCP endpoint, but it also requires creating an ACTIVE `honeyhive` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow, which implies third-party account authorization/tokens in practice. No details are provided on credential storage, scope, or least-privilege controls.
The instructions require configuring `https://rube.app/mcp` as an MCP server and using Composio/Rube to search tools, manage connections, and execute Honeyhive operations. This means task content, tool arguments, and potentially business data may be sent to the declared remote services. The endpoint and service operator are disclosed, but data-flow boundaries are not described in detail.
Based on the provided checks, this skill is prompt-only. The material does not include local script installation, shell commands, or requests for system-level execution privileges; it describes how to use existing MCP tools rather than executing arbitrary code on the local machine.
The skill itself does not claim local file access, but its purpose is to 'Automate Honeyhive operations' via remote MCP against an authorized Honeyhive account, including queries and bulk operations. Therefore, the effective data-access scope includes whatever objects the connected Honeyhive account can access. No fine-grained permission boundaries or read/write limits are documented.
The source is an open GitHub repository, and the system flags it as open-source with high community adoption (64.7k stars), which are strong risk-reducing signals. The visible content is mainly README/skill instructions, making it relatively auditable. The missing license and unknown maintenance status are caveats, but not enough on their own to justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "honeyhive-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/honeyhive-automation/SKILL.md 2. Save it as ~/.claude/skills/honeyhive-automation/SKILL.md 3. Reload skills and tell me it's ready
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
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Alchemy tasks via Rube MCP with schema discovery first.
Automate Algodocs document and data tasks via Rube MCP with schema lookup first.
Automate All Images AI image generation and processing through Rube MCP.
Automate Alpha Vantage data queries and workflows through Rube MCP.
Automate Agility CMS content and admin workflows through Rube MCP.
Automate Honeybadger tasks through Rube MCP with schema lookup first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Hashnode content and site management tasks through Rube MCP.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Habitica task creation, updates, and lookups through Rube MCP.