Overview
- Skill Key
- danielfoch/show-booking
- Author
- danielfoch
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/danielfoch/show-booking
- Latest Commit SHA
- 6358106bef2edd457245c6d6500b6d07f09acded
Book real estate showing tours from emailed or pasted listing details, including extracting listing data, preparing outbound call jobs, coordinating a calling sub-agent, creating calendar invites, and returning confirmations. Use when the user asks to book showings for one or more properties, coordinate preferred windows for a client, or automate office calls instead of manual BrokerBay login flows.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 show-booking 技能。 若已安装,则直接安装 show-booking 技能。
# Show Booking ## Overview Execute an end-to-end workflow for showing requests: 1. Parse intake from free-form prompt or email text. 2. Build per-listing call jobs. 3. Hand off call execution to the `tour-booking` sub-agent. 4. Generate calendar invite files from confirmed slots. 5. Return a concise confirmation summary. ## Inputs Collect these fields before running outbound calls: - Client full name. - Listings (address, listing ID if present, office phone, listing office/agent name if present). - Preferred windows and timezone. - Booking constraints (lockbox notes, occupants, minimum notice). - Confirmation target (email/SMS destination for status updates). If any listing is missing a phone number, flag it as `blocked` and do not place calls for that listing. ## Workflow ### 1) Parse intake Run: ```bash python3 scripts/intake_request.py --input-file /path/to/intake.txt --output /tmp/showing-intake.json ``` Or pass inline text: ```bash python3 scripts/intake_request.py --input-text "Book showings for ..." --output /tmp/showing-intake.json ``` ### 2) Build call queue Run: ```bash python3 scripts/orchestrate_showings.py --intake /tmp/showing-intake.json --output /tmp/showing-plan.json ``` This produces: - `call_queue`: listings with phone numbers ready for calls. - `blocked`: listings missing required data. - `calendar_candidates`: records ready for invite creation after call confirmation. ### 3) Delegate calling to `tour-booking` For each `call_queue` record, invoke `tour-booking/scripts/place_outbound_call.py` with: - Listing metadata. - Preferred windows. - Client identity. - Callback instructions. If live calling is not approved, run with `--dry-run` and return the generated payload. ### 4) Create invites for confirmed slots When a listing returns a confirmed date/time: ```bash python3 scripts/create_invite_ics.py \ --input /tmp/confirmed-showings.json \ --output-dir /tmp/showing-invites ``` The script emits one `.ics` file per confirmed...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.