Apaleo — автоматизация управления отелем

automation

Apaleo automation is a Claude Code skill that automates hotel management operations in Apaleo via Rube MCP and the Composio Apaleo toolkit. Reach for it when you need to create or modify reservations without manual work, manage room inventory, sync guest records, or build front-desk workflows directly inside Claude Code. The skill relies on three MCP tools: RUBE_SEARCH_TOOLS to fetch current tool schemas, RUBE_MANAGE_CONNECTIONS to activate the Apaleo connection, and RUBE_MULTI_EXECUTE_TOOL to run operations. No API keys are required — add https://rube.app/mcp as an MCP server endpoint, then authorize Apaleo by following the auth link returned by RUBE_MANAGE_CONNECTIONS. The mandatory pattern is search first, then execute: tool schemas evolve, so hardcoding slugs or argument names without calling RUBE_SEARCH_TOOLS is a known pitfall. Bulk operations go through RUBE_REMOTE_WORKBENCH with run_composio_tool(). The skill works with Apaleo PMS directly, not with OTA booking channels. It suits teams that already have an active Apaleo account and an MCP-capable client; it is not applicable without an Apaleo subscription or without the ability to connect an MCP server endpoint.