alchemy-automation

Automate Alchemy tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

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


  • Web3 Data Query Automation: Automatically retrieve blockchain data, transaction information, NFT metadata, etc., without manually writing and debugging API requests.

  • Agent Integration of Blockchain Services: Allow AI agents to directly access Alchemy’s full functionality, enabling automated on-chain interaction.

  • Batch Operation Workflows: Execute bulk Alchemy operations via RUBE_REMOTE_WORKBENCH, suitable for scenarios that require processing large amounts of on-chain data.
  • Core Features


  • Dynamic Tool Discovery: Use RUBE_SEARCH_TOOLS to fetch the latest Alchemy tool schema in real time, avoiding hard-coded outdated tool parameters.

  • Connection Management: Use RUBE_MANAGE_CONNECTIONS to centrally manage Alchemy connection status, ensuring service availability.

  • Multi-Tool Batch Execution: Execute multiple Alchemy operations within a single session via 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.