{
  "schemaVersion": "1.0",
  "item": {
    "slug": "caldav-calendar",
    "name": "Caldav Calendar",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Asleep123/caldav-calendar",
    "canonicalUrl": "https://clawhub.ai/Asleep123/caldav-calendar",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/caldav-calendar",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=caldav-calendar",
    "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-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/caldav-calendar"
    },
    "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/caldav-calendar",
    "agentPageUrl": "https://openagent3.xyz/skills/caldav-calendar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/caldav-calendar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/caldav-calendar/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": "CalDAV Calendar (vdirsyncer + khal)",
        "body": "vdirsyncer syncs CalDAV calendars to local .ics files. khal reads and writes them."
      },
      {
        "title": "Sync First",
        "body": "Always sync before querying or after making changes:\n\nvdirsyncer sync"
      },
      {
        "title": "View Events",
        "body": "khal list                        # Today\nkhal list today 7d               # Next 7 days\nkhal list tomorrow               # Tomorrow\nkhal list 2026-01-15 2026-01-20  # Date range\nkhal list -a Work today          # Specific calendar"
      },
      {
        "title": "Search",
        "body": "khal search \"meeting\"\nkhal search \"dentist\" --format \"{start-date} {title}\""
      },
      {
        "title": "Create Events",
        "body": "khal new 2026-01-15 10:00 11:00 \"Meeting title\"\nkhal new 2026-01-15 \"All day event\"\nkhal new tomorrow 14:00 15:30 \"Call\" -a Work\nkhal new 2026-01-15 10:00 11:00 \"With notes\" :: Description goes here\n\nAfter creating, sync to push changes:\n\nvdirsyncer sync"
      },
      {
        "title": "Edit Events (interactive)",
        "body": "khal edit is interactive — requires a TTY. Use tmux if automating:\n\nkhal edit \"search term\"\nkhal edit -a CalendarName \"search term\"\nkhal edit --show-past \"old event\"\n\nMenu options:\n\ns → edit summary\nd → edit description\nt → edit datetime range\nl → edit location\nD → delete event\nn → skip (save changes, next match)\nq → quit\n\nAfter editing, sync:\n\nvdirsyncer sync"
      },
      {
        "title": "Delete Events",
        "body": "Use khal edit, then press D to delete."
      },
      {
        "title": "Output Formats",
        "body": "For scripting:\n\nkhal list --format \"{start-date} {start-time}-{end-time} {title}\" today 7d\nkhal list --format \"{uid} | {title} | {calendar}\" today\n\nPlaceholders: {title}, {description}, {start}, {end}, {start-date}, {start-time}, {end-date}, {end-time}, {location}, {calendar}, {uid}"
      },
      {
        "title": "Caching",
        "body": "khal caches events in ~/.local/share/khal/khal.db. If data looks stale after syncing:\n\nrm ~/.local/share/khal/khal.db"
      },
      {
        "title": "1. Configure vdirsyncer (~/.config/vdirsyncer/config)",
        "body": "Example for iCloud:\n\n[general]\nstatus_path = \"~/.local/share/vdirsyncer/status/\"\n\n[pair icloud_calendar]\na = \"icloud_remote\"\nb = \"icloud_local\"\ncollections = [\"from a\", \"from b\"]\nconflict_resolution = \"a wins\"\n\n[storage icloud_remote]\ntype = \"caldav\"\nurl = \"https://caldav.icloud.com/\"\nusername = \"your@icloud.com\"\npassword.fetch = [\"command\", \"cat\", \"~/.config/vdirsyncer/icloud_password\"]\n\n[storage icloud_local]\ntype = \"filesystem\"\npath = \"~/.local/share/vdirsyncer/calendars/\"\nfileext = \".ics\"\n\nProvider URLs:\n\niCloud: https://caldav.icloud.com/\nGoogle: Use google_calendar storage type\nFastmail: https://caldav.fastmail.com/dav/calendars/user/EMAIL/\nNextcloud: https://YOUR.CLOUD/remote.php/dav/calendars/USERNAME/"
      },
      {
        "title": "2. Configure khal (~/.config/khal/config)",
        "body": "[calendars]\n[[my_calendars]]\npath = ~/.local/share/vdirsyncer/calendars/*\ntype = discover\n\n[default]\ndefault_calendar = Home\nhighlight_event_days = True\n\n[locale]\ntimeformat = %H:%M\ndateformat = %Y-%m-%d"
      },
      {
        "title": "3. Discover and sync",
        "body": "vdirsyncer discover   # First time only\nvdirsyncer sync"
      }
    ],
    "body": "CalDAV Calendar (vdirsyncer + khal)\n\nvdirsyncer syncs CalDAV calendars to local .ics files. khal reads and writes them.\n\nSync First\n\nAlways sync before querying or after making changes:\n\nvdirsyncer sync\n\nView Events\nkhal list                        # Today\nkhal list today 7d               # Next 7 days\nkhal list tomorrow               # Tomorrow\nkhal list 2026-01-15 2026-01-20  # Date range\nkhal list -a Work today          # Specific calendar\n\nSearch\nkhal search \"meeting\"\nkhal search \"dentist\" --format \"{start-date} {title}\"\n\nCreate Events\nkhal new 2026-01-15 10:00 11:00 \"Meeting title\"\nkhal new 2026-01-15 \"All day event\"\nkhal new tomorrow 14:00 15:30 \"Call\" -a Work\nkhal new 2026-01-15 10:00 11:00 \"With notes\" :: Description goes here\n\n\nAfter creating, sync to push changes:\n\nvdirsyncer sync\n\nEdit Events (interactive)\n\nkhal edit is interactive — requires a TTY. Use tmux if automating:\n\nkhal edit \"search term\"\nkhal edit -a CalendarName \"search term\"\nkhal edit --show-past \"old event\"\n\n\nMenu options:\n\ns → edit summary\nd → edit description\nt → edit datetime range\nl → edit location\nD → delete event\nn → skip (save changes, next match)\nq → quit\n\nAfter editing, sync:\n\nvdirsyncer sync\n\nDelete Events\n\nUse khal edit, then press D to delete.\n\nOutput Formats\n\nFor scripting:\n\nkhal list --format \"{start-date} {start-time}-{end-time} {title}\" today 7d\nkhal list --format \"{uid} | {title} | {calendar}\" today\n\n\nPlaceholders: {title}, {description}, {start}, {end}, {start-date}, {start-time}, {end-date}, {end-time}, {location}, {calendar}, {uid}\n\nCaching\n\nkhal caches events in ~/.local/share/khal/khal.db. If data looks stale after syncing:\n\nrm ~/.local/share/khal/khal.db\n\nInitial Setup\n1. Configure vdirsyncer (~/.config/vdirsyncer/config)\n\nExample for iCloud:\n\n[general]\nstatus_path = \"~/.local/share/vdirsyncer/status/\"\n\n[pair icloud_calendar]\na = \"icloud_remote\"\nb = \"icloud_local\"\ncollections = [\"from a\", \"from b\"]\nconflict_resolution = \"a wins\"\n\n[storage icloud_remote]\ntype = \"caldav\"\nurl = \"https://caldav.icloud.com/\"\nusername = \"your@icloud.com\"\npassword.fetch = [\"command\", \"cat\", \"~/.config/vdirsyncer/icloud_password\"]\n\n[storage icloud_local]\ntype = \"filesystem\"\npath = \"~/.local/share/vdirsyncer/calendars/\"\nfileext = \".ics\"\n\n\nProvider URLs:\n\niCloud: https://caldav.icloud.com/\nGoogle: Use google_calendar storage type\nFastmail: https://caldav.fastmail.com/dav/calendars/user/EMAIL/\nNextcloud: https://YOUR.CLOUD/remote.php/dav/calendars/USERNAME/\n2. Configure khal (~/.config/khal/config)\n[calendars]\n[[my_calendars]]\npath = ~/.local/share/vdirsyncer/calendars/*\ntype = discover\n\n[default]\ndefault_calendar = Home\nhighlight_event_days = True\n\n[locale]\ntimeformat = %H:%M\ndateformat = %Y-%m-%d\n\n3. Discover and sync\nvdirsyncer discover   # First time only\nvdirsyncer sync"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Asleep123/caldav-calendar",
    "publisherUrl": "https://clawhub.ai/Asleep123/caldav-calendar",
    "owner": "Asleep123",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/caldav-calendar",
    "downloadUrl": "https://openagent3.xyz/downloads/caldav-calendar",
    "agentUrl": "https://openagent3.xyz/skills/caldav-calendar/agent",
    "manifestUrl": "https://openagent3.xyz/skills/caldav-calendar/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/caldav-calendar/agent.md"
  }
}