alchemy-automation
Automate Alchemy tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:3
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-alchemy-automation&locale=en&source=copy
Alchemy Automation
Skills Overview
Automate Alchemy blockchain operations via Rube MCP without having to manually write API call code.
Use Cases
RUBE_REMOTE_WORKBENCH, suitable for scenarios that require processing large amounts of on-chain data.Core Features
RUBE_SEARCH_TOOLS to fetch the latest Alchemy tool schema in real time, avoiding hard-coded outdated tool parameters.RUBE_MANAGE_CONNECTIONS to centrally manage Alchemy connection status, ensuring service availability.RUBE_MULTI_EXECUTE_TOOL, supporting in-memory parameter passing.Frequently Asked Questions
What is Rube MCP? How do I install it?
Rube MCP is an MCP server that doesn’t require an API key and provides Composio tool-kit integration. You only need to add
https://rube.app/mcp as the MCP server in your client configuration to use it.How can I confirm whether the Alchemy connection is available?
Call
RUBE_MANAGE_CONNECTIONS and pass in the toolkit alchemy. Check the returned connection status. If it shows ACTIVE, it’s ready to use; otherwise, follow the authentication link returned in the response to complete the setup.Why must I call RUBE_SEARCH_TOOLS first?
The schema for Alchemy tools is updated frequently. Using hard-coded tool parameters may cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest tool slugs, input formats, and execution recommendations to ensure the workflow runs correctly.