loyverse-automation

Automate Loyverse operations through the Rube MCP gateway for integrated business task management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Loyverse retail operations by enabling direct, automated interaction with the Loyverse API through a secure MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Loyverse tool schemas and capabilities via Rube MCP.
  • Connection Management: Handle authentication and session state for the Loyverse toolkit.
  • Workflow Execution: Execute multi-step retail operations like inventory updates or sales reporting using discovered tool definitions.

Quick Start

Use the loyverse-automation skill to search for available tools and execute a task for my retail store.

Frequently Asked Questions about loyverse-automation

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

FAQPage Schema
How do I connect my Loyverse account to the automation skill?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the 'loyverse' toolkit parameter. Follow the returned authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. This prevents errors caused by outdated tool definitions or schema changes in the Loyverse API.

Can I perform bulk operations with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function. This allows for efficient processing of multiple retail tasks in a single workflow.

What should I do if my connection status is not active?

If the connection status is not active, re-run the RUBE_MANAGE_CONNECTIONS command to trigger the authentication flow. Ensure you complete the authorization process in your browser before attempting further tool execution.