repairshopr-automation

Automate Repairshopr operations through the Rube MCP gateway for efficient task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Repairshopr workflows by providing a standardized, automated interface for executing tasks without manual dashboard navigation.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Repairshopr schemas and tool definitions to ensure accurate execution.
  • Connection Management: Verify and maintain active authentication states for the Repairshopr toolkit via Rube MCP.
  • Workflow Execution: Perform bulk operations and multi-step tasks using structured execution plans.
  • Use Case: Automate the creation of repair tickets or customer updates by chaining tool discovery and execution commands within a single session.

Quick Start

Use the repairshopr-automation skill to discover available tools and execute a task for a specific repair ticket.

Frequently Asked Questions about repairshopr-automation

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

FAQPage Schema
How do I discover available Repairshopr tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Repairshopr tasks.

How to check if my Repairshopr connection is active?

Use the RUBE_MANAGE_CONNECTIONS command with the repairshopr toolkit parameter to verify the current connection status and follow the provided auth link if the status is not ACTIVE.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to ensure your execution plan uses the most current schema.

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 within your session.

How do I handle pagination in Repairshopr tool responses?

Check the tool response for pagination tokens and continue fetching data in subsequent calls until all records are retrieved for your specific operation.