An end-to-end automation skill for parsing real estate listing details and coordinating showing tours via AI-driven outbound calls and calendar integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install show-booking
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install show-booking using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Show Booking skill is a powerful workflow engine designed for real estate professionals who need to manage property showing requests at scale. By leveraging the Openclaw Skills framework, this tool handles the entire lifecycle of a showing request, from initial data extraction to final calendar synchronization. It allows agents to move away from manual BrokerBay login flows and repetitive phone tag by using automated logic to coordinate schedules with listing offices.
Built with developer-centric flexibility, this skill synthesizes free-form text or email intake into structured data. It ensures that every property showing is handled with precision, maintaining a strict audit trail while delegating the complex task of outbound communication to specialized sub-agents. This makes it an essential component for any modern real estate automation stack integrated with Openclaw Skills.
To integrate this skill into your environment, ensure you have the core scripts available. You can initiate the intake process by running the following commands:
# Extract data from a text file or raw input
python3 scripts/intake_request.py --input-text "Book showings for 123 Maple St" --output /tmp/showing-intake.json
# Orchestrate the calling plan
python3 scripts/orchestrate_showings.py --intake /tmp/showing-intake.json --output /tmp/showing-plan.json
The Show Booking skill organizes data into a structured pipeline to ensure no listing is missed. Below is the primary metadata taxonomy used within Openclaw Skills:
| Data File | Content Description |
|---|---|
showing-intake.json |
Contains parsed client names, listing IDs, and preferred time windows. |
showing-plan.json |
Contains the call_queue for active jobs and blocked list for missing data. |
confirmed-showings.json |
Records successful booking details used for invite generation. |
.ics files |
Standard iCalendar files generated for each confirmed showing. |
Loading
Automates the publishing of podcast episodes from RSS feeds and Notion scripts to Substack and LinkedIn with reliable embedding.

A powerful API-driven skill for Openclaw Skills that enables full management of Pipedrive CRM operations through automated agents.

An agent-friendly CLI for automating ManyChat subscriber management and multi-step marketing workflows.

A comprehensive developer tool for managing KVcore CRM operations, communication logging, and contact updates via terminal or AI agent interfaces.

A specialized AI sub-agent for automating outbound property showing calls and managing booking statuses.

A self-hosted Node.js service that provides a persistent REST API for Google Calendar with automated OAuth token refreshing.








































