Jump to related tools in the same category or review the original source on GitHub.

Calendar & Scheduling @gumadeiras Updated 1/20/2026

📅 Calcurse OpenClaw Plugin & Skill | ClawHub

Looking to integrate Calcurse into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate calendar & scheduling tasks instantly, without having to write custom tools from scratch.

What this skill does

A text-based calendar and scheduling application. Use strictly for CLI-based calendar management.

Install

npx clawhub@latest install calcurse

Full SKILL.md

Open original
Metadata table.
namedescription
calcurseA text-based calendar and scheduling application. Use strictly for CLI-based calendar management.

SKILL.md content below is scrollable.

calcurse

A text-based calendar and scheduling application.

Usage (CLI Mode)

Use calcurse in non-interactive mode for quick queries and updates.

Query

List appointments for the next 2 days:

calcurse -r2

Query a specific date range:

calcurse -Q --from 2026-01-20 --to 2026-01-22

Add Items

Add an appointment:

calcurse -a "Meeting with Team" 2026-01-21 14:00 60

(Format: Description, Date, Time, Duration in mins)

Add a todo:

calcurse -t "Buy milk" 1

(Format: Description, Priority)

Interactive Mode (TUI)

For the full TUI experience, run in a PTY session (e.g., inside tmux or using process with pty=true).

calcurse
Original Repository URL: https://github.com/openclaw/skills/blob/main/skills/gumadeiras/calcurse
Latest commit: https://github.com/openclaw/skills/commit/aff2b829df0d2f703f5e83e05e13b2fd57607f28

Related skills

If this matches your use case, these are close alternatives in the same category.