Overview
- Skill Key
- danielfoch/tour-booking
- Author
- danielfoch
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/danielfoch/tour-booking
- Latest Commit SHA
- 674d1442f5cfda40ad76573b77ea6bb0216e631e
Sub-agent for outbound listing-office calls to request and confirm property showing slots using a provided call script and structured payloads. Use when a parent workflow needs call execution for one or more listings, including dry-run payload generation, live ElevenLabs call requests, and parsing call outcomes into booking statuses.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 tour-booking 技能。 若已安装,则直接安装 tour-booking 技能。
# Tour Booking ## Overview Handle the call execution layer for property showing bookings: 1. Build a consistent call prompt from listing and client data. 2. Send outbound call request to ElevenLabs (or dry-run). 3. Normalize call outcome into structured status fields. ## Inputs Each call job should include: - `job_id` - `client_name` - `listing.address` - `listing.office_phone` - `preferred_windows_text` - `timezone` ## Runbook ### 1) Build payload ```bash python3 scripts/prepare_call_payload.py \ --job /tmp/job.json \ --output /tmp/call-payload.json ``` ### 2) Place call Dry-run (default safe mode): ```bash python3 scripts/place_outbound_call.py \ --payload /tmp/call-payload.json \ --output /tmp/call-result.json \ --dry-run ``` Live mode: ```bash python3 scripts/place_outbound_call.py \ --payload /tmp/call-payload.json \ --output /tmp/call-result.json \ --live ``` ### 3) Parse outcome ```bash python3 scripts/parse_call_result.py \ --input /tmp/call-result.json \ --output /tmp/booking-outcome.json ``` ## Call Guardrails - State clearly that the caller is an AI assistant calling on behalf of the realtor. - Ask for available slots inside the requested window first; request alternatives if unavailable. - Confirm final slot with exact date and local time before ending the call. - If the office cannot confirm, mark as `pending_callback` and capture callback requirements.
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.