wachete-automation

Automate Wachete monitoring tasks through the Rube MCP gateway for real-time data synchronization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the manual overhead of monitoring web changes by providing a structured, automated interface to interact with Wachete via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Wachete tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication sessions for Wachete operations.
  • Workflow Execution: Execute multi-step automation tasks, such as monitoring specific web elements or triggering alerts based on change detection.

Quick Start

Use the wachete-automation skill to search for available tools and then execute a monitoring task for the specified URL.

Frequently Asked Questions about wachete-automation

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

FAQPage Schema
How do I connect Wachete to my agent?

Connect Wachete by calling the RUBE_MANAGE_CONNECTIONS tool with the 'wachete' toolkit parameter. If the status is not ACTIVE, follow the provided authentication link to authorize the connection.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available arguments for Wachete change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current tool definitions and avoids execution errors caused by outdated schemas.

Can I automate bulk Wachete operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations efficiently across multiple Wachete targets.

What should I do if my Wachete task fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is included in your execution call.