Automate Lodgify operations through Rube MCP to streamline property management tasks.
The skill material itself is open-source, prompt/documentation-only, and does not require local secrets or local code execution, so overall risk is relatively low. However, its real functionality depends on external Rube MCP and a Lodgify connection, which introduces normal third-party data egress and account-access exposure that should be treated with caution.
The material says there are no local API keys, but the README explicitly requires creating an active `lodgify` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth-link flow. This indicates Lodgify/third-party credentials are involved in practice, though managed by Rube/Composio rather than entered directly in the skill. Review third-party credential handling, scope, and revocation.
The README explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and using it for tool discovery, connection management, and execution. User inputs, session IDs, tool arguments, and potentially Lodgify business data may be relayed through this third-party service. This is a normal MCP pattern, but it conflicts with the metadata claiming no remote endpoint, so the real data flow should be verified before use.
Based on the provided material, this is a prompt/instruction-style skill and does not include auditable local scripts, install commands, or host-level execution steps. There is no indication that it launches local processes, runs shell commands, or requests extra system privileges.
The skill is intended to 'Automate Lodgify operations' and supports executing Lodgify tools via `RUBE_MULTI_EXECUTE_TOOL`/`RUBE_REMOTE_WORKBENCH`. Once the connection is active, it may read or modify data in the connected Lodgify account. The material does not expose fine-grained permission boundaries, so least-privilege access should be enforced on the connected account.
Positive signals include a GitHub open-source source and strong community adoption (64.7k stars), which materially reduce supply-chain risk. However, this skill appears to be more of a cataloged instruction item, while actual execution depends on externally hosted Rube MCP and Composio/Lodgify integrations; the license is unspecified and maintenance status is unknown, so ongoing verification is still warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "lodgify-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/lodgify-automation/SKILL.md 2. Save it as ~/.claude/skills/lodgify-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Lodgify operations through Composio's Lodgify toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/lodgify
RUBE_MANAGE_CONNECTIONS with toolkit lodgifyRUBE_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 lodgifyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Lodgify 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 Lodgify task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["lodgify"]
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 Lodgify-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit lodgify |
| 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 Gleap feedback and task workflows through Rube MCP.
Automate FraudLabs Pro fraud checks and risk workflows through Rube MCP.
Automate Foursquare tasks via Rube MCP with schema-aware tool discovery first.
Automate Leiga project and task workflows through Rube MCP.
Automate Gagelist tasks and check current tool schemas through Rube MCP.
Automate Gamma tasks through Rube MCP to streamline presentation workflows.
Automate Loyverse operations and data workflows through Rube MCP.
Automate Loomio collaboration workflows and discussion tasks through Rube MCP.
Automate Bookingmood tasks and workflows through Rube MCP integrations.
Automate Landbot bot tasks and workflows through Rube MCP tool calls
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.