Automate Loyverse operations and data workflows through Rube MCP.
This skill is an open-source, prompt-only instruction set from a relatively trusted source, with no direct local secret requirement or local code execution, so overall risk is low. The main caution is that actual data access and network egress occur through the external Rube MCP and the linked Loyverse account.
The material says “no API keys needed,” but it requires an active Loyverse connection via `RUBE_MANAGE_CONNECTIONS` and completing a returned auth link, which implies third-party account credentials or OAuth authorization. The skill itself does not collect local secrets, but once connected, the MCP tools may act with the linked account's permissions.
The README explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and executing operations through Composio's Loyverse toolkit, so user inputs, session IDs, tool arguments, and results may flow to external services via Rube/Composio. No hidden or unrelated exfiltration is described, but there is a clear outbound network path.
Based on the provided material, this is a prompt-only skill description with no auditable local scripts, install commands, or direct host-side execution logic. It guides the use of MCP tools, but the skill itself does not declare any need to spawn local processes or run system commands.
The skill is intended to automate Loyverse operations, which implies access to or modification of Loyverse business data once the account is connected; the docs also mention session, memory, pagination, and bulk operations. No local filesystem access is requested, but it should be treated as having practical read/write capability over the connected remote business data.
There is strong positive evidence: the source is an open GitHub repository and part of the highly adopted `awesome-claude-skills` collection (64.7k stars). The current material is primarily documentation rather than a closed-source binary; although the license and maintenance status are unspecified, that alone is not enough to raise it to high risk without other red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "loyverse-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/loyverse-automation/SKILL.md 2. Save it as ~/.claude/skills/loyverse-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Loyverse operations through Composio's Loyverse toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/loyverse
RUBE_MANAGE_CONNECTIONS with toolkit loyverseRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit loyverseAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Loyverse operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Loyverse task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["loyverse"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Loyverse-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit loyverse |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Dailybot check-ins, reminders, and team coordination via Rube MCP.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Deadline Funnel marketing tasks after checking current tool schemas first.
Automate dictionary API lookups and integrations through Rube MCP workflows.
Automate Front inbox conversations, contacts, and team workflows via Rube MCP.
Automate D2L Brightspace course and learning platform tasks through Rube MCP.
Automate Loomio collaboration workflows and discussion tasks through Rube MCP.
Automate Lodgify operations through Rube MCP to streamline property management tasks.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate L2s tasks with Rube MCP after checking current tool schemas.
Automate Webvizio tasks through Rube MCP for faster website feedback workflows.
Automate Livesession workflows via Rube MCP using current tool schemas first.