Overview
- Skill Key
- cyberash-dev/caldav-cli
- Author
- cyberash-dev
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/cyberash-dev/caldav-cli
- Latest Commit SHA
- b1ebb09f11e02a6195b174138a254dc46e49d7d7
Manage CalDAV calendars (iCloud, Google, Yandex) from the command line. Supports OAuth2 and Basic auth, multi-account, table/JSON output.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 caldav-cli 技能。 若已安装,则直接安装 caldav-cli 技能。
# caldav-cli A CalDAV CLI client. Manages multiple accounts with secure OS keychain storage. Supports iCloud, Google (OAuth2), Yandex and any custom CalDAV server. ## Installation Requires Node.js >= 18. ```bash npm install -g caldav-cli ``` After installation the `caldav-cli` command is available globally. ## Quick Start ```bash caldav-cli account add # Interactive wizard: pick provider, enter credentials caldav-cli events list # Show events for the next 7 days caldav-cli events create # Interactive wizard: create a new event ``` ## Account Management Add account (interactive wizard — prompts for provider, credentials, tests connection): ```bash caldav-cli account add ``` List configured accounts: ```bash caldav-cli account list ``` Remove an account: ```bash caldav-cli account remove <name> ``` ## View Events ```bash caldav-cli events list # Next 7 days (default) caldav-cli events list --from 2026-02-10 --to 2026-02-20 caldav-cli events list -a work # Specific account caldav-cli events list -c "Team Calendar" # Filter by calendar name caldav-cli events list -a work -c Personal --from 2026-03-01 --to 2026-03-31 ``` JSON output (for scripting): ```bash caldav-cli events list --json caldav-cli events list --json --from 2026-02-10 --to 2026-02-20 ``` ## Create Events Interactive wizard (prompts for all fields): ```bash caldav-cli events create ``` Non-interactive (all options via flags): ```bash caldav-cli events create \ --title "Team standup" \ --start "2026-02-10T10:00" \ --end "2026-02-10T10:30" \ --account work \ --calendar "Team Calendar" \ --description "Daily sync" \ --location "Room 42" ``` Partial flags (wizard prompts for the rest): ```bash caldav-cli events create --title "Lunch" --account work ``` JSON output after creation: ```bash caldav-cli events create --json --title "Event" --start "2026-02-10T10:00" --end "2026-02-10T11:00" ``` ## Supported...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.