Awesome-openclaw-skills calcurse

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

install
source · Clone the upstream repo
git clone https://github.com/sundial-org/awesome-openclaw-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/calcurse" ~/.claude/skills/sundial-org-awesome-openclaw-skills-calcurse && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sundial-org/awesome-openclaw-skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/calcurse" ~/.openclaw/skills/sundial-org-awesome-openclaw-skills-calcurse && rm -rf "$T"
manifest: skills/calcurse/SKILL.md
source content

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