re-amaze-automation

Automate customer support operations and ticket management tasks through the Re Amaze platform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing customer support tickets and communication workflows, allowing for automated responses and task tracking within Re Amaze.

Core Features & Use Cases

  • Automated Ticket Management: Execute operations like ticket updates, status changes, and customer communication directly via MCP.
  • Tool Discovery: Dynamically fetch current Re Amaze API schemas to ensure compatibility with the latest platform updates.
  • Use Case: Automatically categorize and respond to incoming support tickets based on specific keywords or customer segments to reduce response latency.

Quick Start

Use the re-amaze-automation skill to search for available tools and update the status of the ticket with ID 12345.

Frequently Asked Questions about re-amaze-automation

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

FAQPage Schema
How do I connect Re Amaze to my AI agent?

Connect Re Amaze by using the RUBE_MANAGE_CONNECTIONS tool within the Rube MCP environment. This establishes an authenticated session that allows the agent to interact with your Re Amaze account securely.

What should I do before running Re Amaze workflows?

Always call RUBE_SEARCH_TOOLS first to retrieve the most current tool schemas and execution plans. This ensures your agent uses the correct arguments and avoids errors caused by outdated API definitions.

Can I automate bulk ticket updates?

Yes, use the RUBE_REMOTE_WORKBENCH tool to execute bulk operations via run_composio_tool(). This allows for efficient processing of multiple tickets or customer records in a single workflow.

Why is the memory parameter required in tool calls?

The memory parameter is required by the RUBE_MULTI_EXECUTE_TOOL to maintain state and context across multi-step operations. Even if no specific memory is needed, passing an empty object ensures the call remains schema-compliant.

How do I handle pagination in Re Amaze tool results?

Check the response from your tool execution for pagination tokens. If present, include these tokens in subsequent calls to continue fetching data until all records are retrieved.