{
  "schemaVersion": "1.0",
  "item": {
    "slug": "show-booking",
    "name": "Show Booking",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/danielfoch/show-booking",
    "canonicalUrl": "https://clawhub.ai/danielfoch/show-booking",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/show-booking",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=show-booking",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "agents/openai.yaml",
      "references/email-intake-template.md",
      "references/integration-notes.md",
      "scripts/create_invite_ics.py",
      "scripts/intake_request.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/show-booking"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/show-booking",
    "agentPageUrl": "https://openagent3.xyz/skills/show-booking/agent",
    "manifestUrl": "https://openagent3.xyz/skills/show-booking/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/show-booking/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Overview",
        "body": "Execute an end-to-end workflow for showing requests:\n\nParse intake from free-form prompt or email text.\nBuild per-listing call jobs.\nHand off call execution to the tour-booking sub-agent.\nGenerate calendar invite files from confirmed slots.\nReturn a concise confirmation summary."
      },
      {
        "title": "Inputs",
        "body": "Collect these fields before running outbound calls:\n\nClient full name.\nListings (address, listing ID if present, office phone, listing office/agent name if present).\nPreferred windows and timezone.\nBooking constraints (lockbox notes, occupants, minimum notice).\nConfirmation target (email/SMS destination for status updates).\n\nIf any listing is missing a phone number, flag it as blocked and do not place calls for that listing."
      },
      {
        "title": "1) Parse intake",
        "body": "Run:\n\npython3 scripts/intake_request.py --input-file /path/to/intake.txt --output /tmp/showing-intake.json\n\nOr pass inline text:\n\npython3 scripts/intake_request.py --input-text \"Book showings for ...\" --output /tmp/showing-intake.json"
      },
      {
        "title": "2) Build call queue",
        "body": "Run:\n\npython3 scripts/orchestrate_showings.py --intake /tmp/showing-intake.json --output /tmp/showing-plan.json\n\nThis produces:\n\ncall_queue: listings with phone numbers ready for calls.\nblocked: listings missing required data.\ncalendar_candidates: records ready for invite creation after call confirmation."
      },
      {
        "title": "3) Delegate calling to tour-booking",
        "body": "For each call_queue record, invoke tour-booking/scripts/place_outbound_call.py with:\n\nListing metadata.\nPreferred windows.\nClient identity.\nCallback instructions.\n\nIf live calling is not approved, run with --dry-run and return the generated payload."
      },
      {
        "title": "4) Create invites for confirmed slots",
        "body": "When a listing returns a confirmed date/time:\n\npython3 scripts/create_invite_ics.py \\\n  --input /tmp/confirmed-showings.json \\\n  --output-dir /tmp/showing-invites\n\nThe script emits one .ics file per confirmed showing. Import into Google Calendar or send directly as attachments."
      },
      {
        "title": "5) Return status",
        "body": "Report:\n\nConfirmed showings with time, address, and invite file path.\nPending callbacks.\nBlocked listings and the missing field(s).\nTotal calls attempted and success/failure counts."
      },
      {
        "title": "Guardrails",
        "body": "Explicitly identify the caller as an AI assistant acting for the brokerage/realtor.\nRespect local telemarketing and consent requirements.\nKeep a full audit trail: request payload, call result, booking outcome, and timestamps.\nNever claim a showing is confirmed until the call result explicitly indicates confirmation."
      }
    ],
    "body": "Show Booking\nOverview\n\nExecute an end-to-end workflow for showing requests:\n\nParse intake from free-form prompt or email text.\nBuild per-listing call jobs.\nHand off call execution to the tour-booking sub-agent.\nGenerate calendar invite files from confirmed slots.\nReturn a concise confirmation summary.\nInputs\n\nCollect these fields before running outbound calls:\n\nClient full name.\nListings (address, listing ID if present, office phone, listing office/agent name if present).\nPreferred windows and timezone.\nBooking constraints (lockbox notes, occupants, minimum notice).\nConfirmation target (email/SMS destination for status updates).\n\nIf any listing is missing a phone number, flag it as blocked and do not place calls for that listing.\n\nWorkflow\n1) Parse intake\n\nRun:\n\npython3 scripts/intake_request.py --input-file /path/to/intake.txt --output /tmp/showing-intake.json\n\n\nOr pass inline text:\n\npython3 scripts/intake_request.py --input-text \"Book showings for ...\" --output /tmp/showing-intake.json\n\n2) Build call queue\n\nRun:\n\npython3 scripts/orchestrate_showings.py --intake /tmp/showing-intake.json --output /tmp/showing-plan.json\n\n\nThis produces:\n\ncall_queue: listings with phone numbers ready for calls.\nblocked: listings missing required data.\ncalendar_candidates: records ready for invite creation after call confirmation.\n3) Delegate calling to tour-booking\n\nFor each call_queue record, invoke tour-booking/scripts/place_outbound_call.py with:\n\nListing metadata.\nPreferred windows.\nClient identity.\nCallback instructions.\n\nIf live calling is not approved, run with --dry-run and return the generated payload.\n\n4) Create invites for confirmed slots\n\nWhen a listing returns a confirmed date/time:\n\npython3 scripts/create_invite_ics.py \\\n  --input /tmp/confirmed-showings.json \\\n  --output-dir /tmp/showing-invites\n\n\nThe script emits one .ics file per confirmed showing. Import into Google Calendar or send directly as attachments.\n\n5) Return status\n\nReport:\n\nConfirmed showings with time, address, and invite file path.\nPending callbacks.\nBlocked listings and the missing field(s).\nTotal calls attempted and success/failure counts.\nGuardrails\nExplicitly identify the caller as an AI assistant acting for the brokerage/realtor.\nRespect local telemarketing and consent requirements.\nKeep a full audit trail: request payload, call result, booking outcome, and timestamps.\nNever claim a showing is confirmed until the call result explicitly indicates confirmation."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/danielfoch/show-booking",
    "publisherUrl": "https://clawhub.ai/danielfoch/show-booking",
    "owner": "danielfoch",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/show-booking",
    "downloadUrl": "https://openagent3.xyz/downloads/show-booking",
    "agentUrl": "https://openagent3.xyz/skills/show-booking/agent",
    "manifestUrl": "https://openagent3.xyz/skills/show-booking/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/show-booking/agent.md"
  }
}