calcurse
/install calcurse
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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install calcurse - 安装完成后,直接呼叫该 Skill 的名称或使用
/calcurse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
calcurse 是什么?
A text-based calendar and scheduling application. Use strictly for CLI-based calendar management. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2320 次。
如何安装 calcurse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install calcurse」即可一键安装,无需额外配置。
calcurse 是免费的吗?
是的,calcurse 完全免费(开源免费),可自由下载、安装和使用。
calcurse 支持哪些平台?
calcurse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 calcurse?
由 Gustavo Madeira Santana(@gumadeiras)开发并维护,当前版本 v1.0.0。