{
  "schemaVersion": "1.0",
  "item": {
    "slug": "book-local",
    "name": "Book local services",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/edwardrodriguez703-design/book-local",
    "canonicalUrl": "https://clawhub.ai/edwardrodriguez703-design/book-local",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/book-local",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=book-local",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/book-local"
    },
    "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/book-local",
    "agentPageUrl": "https://openagent3.xyz/skills/book-local/agent",
    "manifestUrl": "https://openagent3.xyz/skills/book-local/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/book-local/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": "Lokuli Service Booking",
        "body": "Book real services through Lokuli's MCP server."
      },
      {
        "title": "MCP Endpoint",
        "body": "https://lokuli.com/mcp/sse\n\nTransport: SSE | JSON-RPC 2.0 | POST requests"
      },
      {
        "title": "search",
        "body": "Find services by query and location.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"search\",\n    \"arguments\": {\n      \"query\": \"smog check\",\n      \"zipCode\": \"90640\",\n      \"category\": \"Auto Services\",\n      \"maxResults\": 20\n    }\n  }\n}\n\nquery (required): What to search for\nzipCode: ZIP code to search near\ncategory: One of: Auto Services, Music & Audio, Beauty Services, Health & Wellness, Tattoo & Body Art, Tech Repair, Tutoring & Education, Home Services, Photography & Video, Events\nmaxResults: 1-50, default 20"
      },
      {
        "title": "fetch",
        "body": "Get detailed provider info.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"fetch\",\n    \"arguments\": {\n      \"id\": \"provider_id_from_search\"\n    }\n  }\n}"
      },
      {
        "title": "check_availability",
        "body": "Get available time slots.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"check_availability\",\n    \"arguments\": {\n      \"providerId\": \"xxx\",\n      \"serviceId\": \"yyy\",\n      \"date\": \"2025-02-10\"\n    }\n  }\n}"
      },
      {
        "title": "create_booking",
        "body": "Book and get Stripe payment link.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"create_booking\",\n    \"arguments\": {\n      \"providerId\": \"xxx\",\n      \"serviceId\": \"yyy\",\n      \"timeSlot\": \"2025-02-10T14:00:00-08:00\",\n      \"customerName\": \"John Doe\",\n      \"customerEmail\": \"john@example.com\",\n      \"customerPhone\": \"+13105551234\"\n    }\n  }\n}\n\nReturns Stripe checkout URL for payment."
      },
      {
        "title": "get_booking",
        "body": "Check booking status.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_booking\",\n    \"arguments\": {\n      \"bookingId\": \"stripe_session_id\"\n    }\n  }\n}"
      },
      {
        "title": "get_service_catalog",
        "body": "List all 75+ service types.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_service_catalog\",\n    \"arguments\": {\n      \"category\": \"All\"\n    }\n  }\n}"
      },
      {
        "title": "get_pricing_estimates",
        "body": "Get typical pricing for a service.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_pricing_estimates\",\n    \"arguments\": {\n      \"serviceType\": \"smog check\"\n    }\n  }\n}"
      },
      {
        "title": "validate_location",
        "body": "Check if ZIP code is serviceable.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"validate_location\",\n    \"arguments\": {\n      \"zipCode\": \"90640\"\n    }\n  }\n}"
      },
      {
        "title": "create_cart",
        "body": "Create AP2 cart with JWT-signed mandate (alternative to direct checkout).\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"create_cart\",\n    \"arguments\": {\n      \"shopId\": \"provider_id\",\n      \"services\": [\n        {\"sku\": \"service_id\", \"name\": \"Smog Check\", \"price\": 39.99, \"quantity\": 1}\n      ]\n    }\n  }\n}"
      },
      {
        "title": "Categories",
        "body": "Auto Services: Smog Check, Oil Change, Detailing, Mechanic, Tires\nMusic & Audio: Recording Studios, Music Lessons, DJ Services\nBeauty Services: Barber, Hair Salon, Nails, Makeup\nHealth & Wellness: Massage, Chiropractor, Personal Training\nTattoo & Body Art: Tattoo, Piercing\nTech Repair: Phone Repair, Computer Repair\nTutoring & Education: Tutoring, Test Prep, Language\nHome Services: Plumber, Electrician, HVAC, Cleaning\nPhotography & Video: Photography, Videography\nEvents: Catering, Event Planning"
      },
      {
        "title": "Workflow",
        "body": "Understand — What service? Where (ZIP)?\nSearch — Find matching providers\nPresent — Show top results with pricing\nFetch — Get details on selected provider\nCheck availability — Get open time slots\nConfirm — Get explicit user approval\nCreate booking — Generate Stripe checkout\nShare link — User completes payment"
      },
      {
        "title": "Rules",
        "body": "Never book without confirmation — Always get explicit approval\nShow pricing upfront — Use get_pricing_estimates if needed\nCollect required info — Name, email, phone before booking\nDefault to user's ZIP — If known from context"
      }
    ],
    "body": "Lokuli Service Booking\n\nBook real services through Lokuli's MCP server.\n\nMCP Endpoint\nhttps://lokuli.com/mcp/sse\n\n\nTransport: SSE | JSON-RPC 2.0 | POST requests\n\nTools\nsearch\n\nFind services by query and location.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"search\",\n    \"arguments\": {\n      \"query\": \"smog check\",\n      \"zipCode\": \"90640\",\n      \"category\": \"Auto Services\",\n      \"maxResults\": 20\n    }\n  }\n}\n\nquery (required): What to search for\nzipCode: ZIP code to search near\ncategory: One of: Auto Services, Music & Audio, Beauty Services, Health & Wellness, Tattoo & Body Art, Tech Repair, Tutoring & Education, Home Services, Photography & Video, Events\nmaxResults: 1-50, default 20\nfetch\n\nGet detailed provider info.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"fetch\",\n    \"arguments\": {\n      \"id\": \"provider_id_from_search\"\n    }\n  }\n}\n\ncheck_availability\n\nGet available time slots.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"check_availability\",\n    \"arguments\": {\n      \"providerId\": \"xxx\",\n      \"serviceId\": \"yyy\",\n      \"date\": \"2025-02-10\"\n    }\n  }\n}\n\ncreate_booking\n\nBook and get Stripe payment link.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"create_booking\",\n    \"arguments\": {\n      \"providerId\": \"xxx\",\n      \"serviceId\": \"yyy\",\n      \"timeSlot\": \"2025-02-10T14:00:00-08:00\",\n      \"customerName\": \"John Doe\",\n      \"customerEmail\": \"john@example.com\",\n      \"customerPhone\": \"+13105551234\"\n    }\n  }\n}\n\n\nReturns Stripe checkout URL for payment.\n\nget_booking\n\nCheck booking status.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_booking\",\n    \"arguments\": {\n      \"bookingId\": \"stripe_session_id\"\n    }\n  }\n}\n\nget_service_catalog\n\nList all 75+ service types.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_service_catalog\",\n    \"arguments\": {\n      \"category\": \"All\"\n    }\n  }\n}\n\nget_pricing_estimates\n\nGet typical pricing for a service.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"get_pricing_estimates\",\n    \"arguments\": {\n      \"serviceType\": \"smog check\"\n    }\n  }\n}\n\nvalidate_location\n\nCheck if ZIP code is serviceable.\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"validate_location\",\n    \"arguments\": {\n      \"zipCode\": \"90640\"\n    }\n  }\n}\n\ncreate_cart\n\nCreate AP2 cart with JWT-signed mandate (alternative to direct checkout).\n\n{\n  \"method\": \"tools/call\",\n  \"params\": {\n    \"name\": \"create_cart\",\n    \"arguments\": {\n      \"shopId\": \"provider_id\",\n      \"services\": [\n        {\"sku\": \"service_id\", \"name\": \"Smog Check\", \"price\": 39.99, \"quantity\": 1}\n      ]\n    }\n  }\n}\n\nCategories\nAuto Services: Smog Check, Oil Change, Detailing, Mechanic, Tires\nMusic & Audio: Recording Studios, Music Lessons, DJ Services\nBeauty Services: Barber, Hair Salon, Nails, Makeup\nHealth & Wellness: Massage, Chiropractor, Personal Training\nTattoo & Body Art: Tattoo, Piercing\nTech Repair: Phone Repair, Computer Repair\nTutoring & Education: Tutoring, Test Prep, Language\nHome Services: Plumber, Electrician, HVAC, Cleaning\nPhotography & Video: Photography, Videography\nEvents: Catering, Event Planning\nWorkflow\nUnderstand — What service? Where (ZIP)?\nSearch — Find matching providers\nPresent — Show top results with pricing\nFetch — Get details on selected provider\nCheck availability — Get open time slots\nConfirm — Get explicit user approval\nCreate booking — Generate Stripe checkout\nShare link — User completes payment\nRules\nNever book without confirmation — Always get explicit approval\nShow pricing upfront — Use get_pricing_estimates if needed\nCollect required info — Name, email, phone before booking\nDefault to user's ZIP — If known from context"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/edwardrodriguez703-design/book-local",
    "publisherUrl": "https://clawhub.ai/edwardrodriguez703-design/book-local",
    "owner": "edwardrodriguez703-design",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/book-local",
    "downloadUrl": "https://openagent3.xyz/downloads/book-local",
    "agentUrl": "https://openagent3.xyz/skills/book-local/agent",
    "manifestUrl": "https://openagent3.xyz/skills/book-local/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/book-local/agent.md"
  }
}