alchemy-automation

Automate Alchemy platform operations through Rube MCP tool discovery and execution workflows.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill alchemy-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alchemy-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/alchemy-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill alchemy-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Alchemy's complex API surface by providing a standardized, agentic workflow for tool discovery and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Alchemy tool schemas and execution plans via Rube MCP.
  • Connection Management: Validates and maintains active Alchemy connections to ensure reliable tool execution.
  • Use Case: Use this to automate blockchain data queries or infrastructure management tasks by dynamically discovering and executing the correct Alchemy tools without hardcoding API schemas.

Quick Start

Ask the agent to discover available Alchemy tools and execute the required operation using the Rube MCP gateway.

Frequently Asked Questions about alchemy-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Alchemy tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and execution plans for your Alchemy task.

How to verify my Alchemy connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'alchemy' toolkit parameter to check if your connection is currently ACTIVE before attempting any operations.

Can I hardcode tool slugs in my workflows?

Avoid hardcoding tool slugs or arguments because Alchemy tool schemas change frequently. Always call RUBE_SEARCH_TOOLS first to ensure you are using the most current schema definitions.

What should I include in the RUBE_MULTI_EXECUTE_TOOL call?

Always include the tool_slug, schema-compliant arguments, and a memory parameter (even if empty) to ensure the execution is processed correctly by the Rube MCP gateway.

Why does my Alchemy workflow fail?

Workflow failures often result from expired connections or outdated tool schemas. Verify your connection status via RUBE_MANAGE_CONNECTIONS and ensure you have performed a fresh RUBE_SEARCH_TOOLS call.