{
  "schemaVersion": "1.0",
  "item": {
    "slug": "calendly-quick-book",
    "name": "Calendly Quick Book",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/Dompi123/calendly-quick-book",
    "canonicalUrl": "https://clawhub.ai/Dompi123/calendly-quick-book",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/calendly-quick-book",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=calendly-quick-book",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/calendly-quick-book"
    },
    "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/calendly-quick-book",
    "agentPageUrl": "https://openagent3.xyz/skills/calendly-quick-book/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calendly-quick-book/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calendly-quick-book/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Calendly Quick Book",
        "body": "Book Calendly meetings via natural language. No tab switching, no link sending."
      },
      {
        "title": "Default Configuration",
        "body": "SettingValueDefault Calendly Linkhttps://calendly.com/YOUR_USERNAMECalendly UsernameYOUR_USERNAME\n\nNote: Update the values above with your own Calendly username after installation."
      },
      {
        "title": "Commands",
        "body": "InputActionbook [name] [email] [timezone] [time]Book a meetingcalendly book [name] [email] [timezone] [time]Book a meeting"
      },
      {
        "title": "Input Fields",
        "body": "FieldRequiredExampleNameYesJohn SmithEmailYesjohn@acme.comTimezoneYesEST, PST, UTCTimeYestomorrow 2pm"
      },
      {
        "title": "Timezone Mapping",
        "body": "InputIANA FormatEST/EDTAmerica/New_YorkCST/CDTAmerica/ChicagoMST/MDTAmerica/DenverPST/PDTAmerica/Los_AngelesGMT/UTCUTC"
      },
      {
        "title": "Step 1: Get Current User",
        "body": "curl -s \"https://api.calendly.com/users/me\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\""
      },
      {
        "title": "Step 2: Get Event Types",
        "body": "curl -s \"https://api.calendly.com/event_types?user={USER_URI}\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\""
      },
      {
        "title": "Step 3: Get Available Times",
        "body": "curl -s \"https://api.calendly.com/event_type_available_times?event_type={EVENT_TYPE_URI}&start_time={START_UTC}&end_time={END_UTC}\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\""
      },
      {
        "title": "Step 4: Create Booking",
        "body": "curl -s -X POST \"https://api.calendly.com/invitees\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"event_type\": \"{EVENT_TYPE_URI}\",\n    \"start_time\": \"{TIME_UTC}\",\n    \"invitee\": {\n      \"name\": \"{NAME}\",\n      \"email\": \"{EMAIL}\",\n      \"timezone\": \"{TIMEZONE_IANA}\"\n    }\n  }'"
      },
      {
        "title": "Success",
        "body": "✅ Meeting Booked!\n\n📅 [Date]\n⏰ [Time] [Timezone]\n👤 [Name] ([Email])\n📍 Calendar invite sent automatically"
      },
      {
        "title": "No Availability",
        "body": "⚠️ No availability at [time]\n\nNearest slots:\n1. [Option 1]\n2. [Option 2]\n3. [Option 3]"
      },
      {
        "title": "Errors",
        "body": "ErrorResponseInvalid emailAsk to confirm emailToken expiredDirect to Calendly settingsNo event typesDirect to create one in Calendly"
      }
    ],
    "body": "Calendly Quick Book\n\nBook Calendly meetings via natural language. No tab switching, no link sending.\n\nDefault Configuration\nSetting\tValue\nDefault Calendly Link\thttps://calendly.com/YOUR_USERNAME\nCalendly Username\tYOUR_USERNAME\n\nNote: Update the values above with your own Calendly username after installation.\n\nCommands\nInput\tAction\nbook [name] [email] [timezone] [time]\tBook a meeting\ncalendly book [name] [email] [timezone] [time]\tBook a meeting\nInput Fields\nField\tRequired\tExample\nName\tYes\tJohn Smith\nEmail\tYes\tjohn@acme.com\nTimezone\tYes\tEST, PST, UTC\nTime\tYes\ttomorrow 2pm\nTimezone Mapping\nInput\tIANA Format\nEST/EDT\tAmerica/New_York\nCST/CDT\tAmerica/Chicago\nMST/MDT\tAmerica/Denver\nPST/PDT\tAmerica/Los_Angeles\nGMT/UTC\tUTC\nAPI Workflow\nStep 1: Get Current User\ncurl -s \"https://api.calendly.com/users/me\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\"\n\nStep 2: Get Event Types\ncurl -s \"https://api.calendly.com/event_types?user={USER_URI}\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\"\n\nStep 3: Get Available Times\ncurl -s \"https://api.calendly.com/event_type_available_times?event_type={EVENT_TYPE_URI}&start_time={START_UTC}&end_time={END_UTC}\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\"\n\nStep 4: Create Booking\ncurl -s -X POST \"https://api.calendly.com/invitees\" \\\n  -H \"Authorization: Bearer $CALENDLY_API_TOKEN\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"event_type\": \"{EVENT_TYPE_URI}\",\n    \"start_time\": \"{TIME_UTC}\",\n    \"invitee\": {\n      \"name\": \"{NAME}\",\n      \"email\": \"{EMAIL}\",\n      \"timezone\": \"{TIMEZONE_IANA}\"\n    }\n  }'\n\nResponse Format\nSuccess\n✅ Meeting Booked!\n\n📅 [Date]\n⏰ [Time] [Timezone]\n👤 [Name] ([Email])\n📍 Calendar invite sent automatically\n\nNo Availability\n⚠️ No availability at [time]\n\nNearest slots:\n1. [Option 1]\n2. [Option 2]\n3. [Option 3]\n\nErrors\nError\tResponse\nInvalid email\tAsk to confirm email\nToken expired\tDirect to Calendly settings\nNo event types\tDirect to create one in Calendly"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Dompi123/calendly-quick-book",
    "publisherUrl": "https://clawhub.ai/Dompi123/calendly-quick-book",
    "owner": "Dompi123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/calendly-quick-book",
    "downloadUrl": "https://openagent3.xyz/downloads/calendly-quick-book",
    "agentUrl": "https://openagent3.xyz/skills/calendly-quick-book/agent",
    "manifestUrl": "https://openagent3.xyz/skills/calendly-quick-book/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/calendly-quick-book/agent.md"
  }
}