heyreach-automation

Automate Heyreach task execution via Rube MCP tool sequences.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/SoloFrameHub/PaaS --skill heyreach-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heyreach-automation
Source: https://github.com/SoloFrameHub/PaaS/tree/main/apps/gtm/.agents/skills/heyreach-automation
Command: npx skills add https://github.com/SoloFrameHub/PaaS --skill heyreach-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate Heyreach task execution via Rube MCP by coordinating tool schemas, connections, and workflows.

Core Features & Use Cases

  • Tool discovery and onboarding with RUBE_SEARCH_TOOLS to fetch available tool schemas.
  • Connection management via RUBE_MANAGE_CONNECTIONS to activate and validate the Heyreach toolkit.
  • Executing tools with RUBE_MULTI_EXECUTE_TOOL across sessions, with memory context and result persistence.
  • Guided workflow pattern: Discover tools, check connection, and execute in sequence.

Quick Start

Connect to Heyreach, discover available tools, and run your first workflow.

Frequently Asked Questions about heyreach-automation

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

FAQPage Schema
How do I automate Heyreach workflows using Rube MCP?

Automating Heyreach workflows via Rube MCP involves discovering tool schemas, validating connections, and executing tasks in sequence. You use RUBE_SEARCH_TOOLS to find tools, RUBE_MANAGE_CONNECTIONS to connect, and RUBE_MULTI_EXECUTE_TOOL to run them.

What is the process for discovering available Heyreach tools in Composio?

Tool discovery for Heyreach uses RUBE_SEARCH_TOOLS to fetch available tool schemas within Composio. This identifies the specific operations you can automate before establishing your connection and running multi-step tool workflows.

Do I need a connected Heyreach toolkit before executing Rube MCP workflows?

Yes, a connected Heyreach toolkit is required before execution. You must use RUBE_MANAGE_CONNECTIONS to activate and validate the Heyreach connection, ensuring RUBE_MULTI_EXECUTE_TOOL can successfully perform operations with memory and session handling.

How do I execute multiple Heyreach tools in sequence with session handling?

Executing multiple Heyreach tools in sequence uses RUBE_MULTI_EXECUTE_TOOL across active sessions. This mechanism maintains memory context and result persistence, allowing you to chain tool schemas discovered earlier into a cohesive automation workflow.

What's the best way to manage Heyreach connections for workflow automation?

The best way to manage Heyreach connections is through RUBE_MANAGE_CONNECTIONS to activate and validate the toolkit. This guided pattern ensures your connection is established before you use RUBE_MULTI_EXECUTE_TOOL for automated task sequences.

Why does my Heyreach tool execution fail in Composio?

Heyreach tool execution fails when prerequisites are missing: RUBE_SEARCH_TOOLS must be available to fetch schemas, and the Heyreach toolkit must be connected via RUBE_MANAGE_CONNECTIONS before RUBE_MULTI_EXECUTE_TOOL can handle session and memory context.