Automate Alchemy tasks via Rube MCP with schema discovery first.
The skill material itself is an open-source, prompt-only instruction set from a highly trusted GitHub repository, so overall risk is low. However, its actual use depends on remote Rube MCP and Alchemy connections, meaning workflow requests and account authorizations are handled by third-party services and should be scoped carefully.
The material says no local API key or environment variable is required, but it does require an active Alchemy connection via `RUBE_MANAGE_CONNECTIONS`, which typically implies OAuth or managed credentials. The main risk is that once authorized, the third-party connection may act on the user's Alchemy account.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to search tools, manage connections, and execute workflows. Therefore, task descriptions, arguments, session data, and related Alchemy operation data are sent to declared third-party services rather than handled purely locally.
Based on the material, this skill is a prompt-only guide and does not include local scripts, install commands, or host-side execution logic. It only describes invoking external capabilities through remote MCP tools, with no evidence of spawning local processes or running arbitrary code on the host.
There is no indication that it requests local filesystem or system-resource access. However, once the Alchemy connection is ACTIVE, the remote tools can query or operate on the user's Alchemy-side data and resources according to the tool schema, with scope determined by the granted account permissions and specific tools used.
The source is an open GitHub repository with high community trust (about 64.7k stars), and the material itself is auditable and primarily documentation/prompt content, which are strong risk-reducing factors. The main limitations are an unspecified license and unknown maintenance status, so recent commits and releases should still be checked.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "alchemy-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/alchemy-automation/SKILL.md 2. Save it as ~/.claude/skills/alchemy-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Alchemy operations through Composio's Alchemy toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/alchemy
RUBE_MANAGE_CONNECTIONS with toolkit alchemyRUBE_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 alchemyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Alchemy 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 Alchemy task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["alchemy"]
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 Alchemy-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit alchemy |
| 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 Meta ads operations and reporting workflows through Rube MCP.
Automate Cloudflare configuration, domain, and security tasks through Rube MCP.
Automate ClickMeeting meetings, registrations, and follow-up workflows through Rube MCP.
Automate Claid AI image enhancement workflows through Rube MCP tools.
Automate Clearout workflows via Rube MCP using up-to-date tool schemas.
Automate Cloudflare Browser Rendering and web interaction tasks via Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Algolia search and index management tasks through Rube MCP.
Automate Algodocs document and data tasks via Rube MCP with schema lookup first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate Alpha Vantage data queries and workflows through Rube MCP.
Automate Composio tasks via Rube MCP with tool schema lookup first.