Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

caldavcaldav 搜索

Agent Skill

caldav 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

14,835

周安装

612

GitHub Stars

公开资料未说明

下载量

4,847
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:caldav(caldav 搜索)
来源仓库:https://github.com/ivangdavila/caldav
安装命令:
openclaw skills install caldav
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install caldav

简介

使用确定性窗口、验证写入和重复感知工作流程,通过 vdirsyncer 和 khal 同步、检查和修改 CalDAV 日历。

SKILL.md

name
CalDAV
slug
caldav
version
1.0.0
homepage
https://clawic.com/skills/caldav
description
Sync, inspect, and modify CalDAV calendars with vdirsyncer and khal using deterministic windows, verified writes, and recurrence-aware workflows.
changelog
Initial release with safer CalDAV operating rules for vdirsyncer and khal, including sync discipline, edit verification, and conflict-aware workflows.
metadata
{"clawdbot":{"emoji":"📅","requires":{"bins":["vdirsyncer","khal"]},"os":["linux","darwin"]}}

When to Use

Use when the user needs to work with CalDAV calendars through a local vdirsyncer + khal stack, especially for iCloud, Fastmail, Nextcloud, DAViCal, Radicale, or other standards-based calendar servers.

This skill is for local-first querying, event creation, safe edits, troubleshooting stale sync state, and handling ambiguous matches without corrupting recurring events or overwriting the wrong calendar.

Requirements

  • vdirsyncer and khal must be installed and available in PATH.
  • The CalDAV account and collection config must already exist outside this skill.
  • A TTY is required for interactive khal edit workflows.

Core Rules

1. Sync is part of every real operation

  • Treat vdirsyncer sync as part of the workflow, not an optional cleanup step.
  • Sync before reads when freshness matters, and sync again after confirmed writes so local and remote state converge.
  • If collections are missing or a server path changed, use vdirsyncer discover before assuming the calendar is empty.
  • Do not trust a stale khal result until sync and cache state have been checked.

2. Use bounded windows and explicit calendar scope

  • Prefer day, 7-day, 14-day, or exact date range queries over open-ended searches.
  • Narrow to a specific calendar whenever the user already knows the target calendar.
  • Resolve ambiguous phrases such as "next Friday" or "this evening" into exact dates, times, and timezone assumptions before writing.
  • Titles are not unique identifiers, so duplicate-event risk rises quickly when searching across every calendar at once.

3. Respect khal's editing limits

  • khal edit is interactive and needs a TTY, so do not present it as a non-interactive batch primitive.
  • khal has only rudimentary recurrence editing and cannot edit event timezones directly, so complex recurring or timezone-sensitive events need extra caution.
  • For fragile recurring series, DST-sensitive events, or uncertain matches, prefer inspect-first and recreate-only-with-approval over aggressive in-place edits.
  • If the user wants bulk recurring surgery, stop and explain the risk before touching anything.

4. Verify every write with a read-back pass

  • Before changing an event, read the target window first so the agent sees the exact current state.
  • After create, update, or delete, run a read-back check in the same bounded window and report the returned title, time, and calendar.
  • Use title plus date/time plus calendar, or UID when available, to confirm the right event changed.
  • If verification is ambiguous or inconsistent, stop and surface the conflict instead of claiming success.

5. Treat local vdir state and conflict policy as real data

  • vdirsyncer is synchronizing real local .ics state, not just acting as a remote viewer.
  • The configured conflict_resolution policy can overwrite one side, so do not assume an "a wins" or "b wins" setup is harmless.
  • Manual filesystem edits, cache resets, or storage path changes should be deliberate and reversible.
  • Deleting khal's cache database is a troubleshooting move for stale cache behavior, not a default fix for every mismatch.

6. Protect connection details, URLs, and certificates

  • Confirm the CalDAV base URL and collection path before debugging deeper issues.
  • Certificate and TLS errors are blockers; stop and fix the trust chain before continuing.
  • Keep private connection details and sync config out of summaries unless the user explicitly asks for them.

7. Finish with operational clarity

  • Every answer should end with the exact calendar scope, time window, action taken or proposed, and whether another sync is needed.
  • If blocked, name the real blocker precisely: missing vdirsyncer, missing khal, missing TTY, undiscovered collections, login failure, or ambiguous event match.
  • If the safest action is read-only, say so directly instead of improvising a write path.

Common Traps

  • Querying without syncing first -> stale answers and wrong scheduling decisions.
  • Editing by title only -> the wrong duplicate event gets changed or deleted.
  • Treating recurring events like normal one-offs -> series corruption or DST drift.
  • Searching every calendar by default -> noisy matches and accidental writes to the wrong calendar.
  • Using a one-sided conflict_resolution policy blindly -> local or remote data loss.
  • Deleting khal.db too early -> symptoms disappear briefly while the real sync bug remains.
  • Assuming any WebDAV-looking URL is a valid CalDAV calendar collection -> discovery and auth failures.
  • Reporting success before read-back verification -> hidden mismatch between local cache and remote server.

Related Skills

Install with clawhub install <slug> if user confirms:

  • calendar-planner - Plan weeks, repair conflicts, and turn calendar state into defended scheduling decisions.
  • schedule - Handle general scheduling requests when the user needs timing help beyond raw CalDAV operations.
  • fastmail-api - Use provider-specific Fastmail mail and calendar APIs when CalDAV is not enough.
  • remind - Turn calendar deadlines and follow-ups into reminder workflows.

Feedback

  • If useful: clawhub star caldav
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.66%
按下载量换算4,007

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills