lodgify-automation

Automate property management operations and task workflows through the Lodgify toolkit via Rube MCP.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing property listings, bookings, and guest communications by providing a standardized interface to interact with Lodgify tools.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and execution plans for Lodgify operations.
  • Connection Management: Securely manage and verify active connections to the Lodgify platform.
  • Workflow Execution: Execute multi-step property management tasks, such as updating availability or syncing booking details, using the Rube MCP gateway.

Quick Start

Use the lodgify-automation skill to search for available tools and execute a booking update for my property.

Frequently Asked Questions about lodgify-automation

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

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

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the lodgify toolkit parameter. Follow the provided authentication link in the response 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 changes in the Lodgify API structure.

Can I automate bulk operations for multiple properties?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool to run custom scripts or by chaining multiple RUBE_MULTI_EXECUTE_TOOL calls within a single session.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS, ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS, and confirm that the memory parameter is correctly included in your execution call.