Communityv0.2.5

Openclaw Nextcloud

Manage Notes, Tasks, Calendar, Files, and Contacts in your Nextcloud instance via CalDAV, WebDAV, and Notes API. Use for creating notes, managing todos and c...

4.4kdownloads7stars14active installsKeith Vassallo
View on ClawHubBack to Skills

Skill Details

Slug
openclaw-nextcloud
Latest Version
0.2.5
Author
Keith Vassallo
Published
Feb 1, 2026
Updated
May 15, 2026
Total Versions
9

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Openclaw Nextcloud.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v0.2.5

**Added** - Calendar events (calendar list-events) and tasks (task list) now include a description field, parsed from the iCalendar DESCRIPTION property. **Fixed** - iCalendar line unfolding applied before extracting DESCRIPTION, so multi-line agendas, dial-in details, and other folded values are returned intact rather than truncated at the first physical line. - DESCRIPTION matching anchored to a property line with parameter support (DESCRIPTION;LANGUAGE=..., DESCRIPTION;ALTREP=...), so an embedded VALARM block inside a VEVENT no longer shadows the event's own description. Thanks to @MaNyh (#7) for raising the original gap.