skills$openclaw/calcurse
gumadeiras2.2k

by gumadeiras

calcurse – OpenClaw Skill

calcurse is an OpenClaw Skills integration for data analytics workflows. A text-based calendar and scheduling application. Use strictly for CLI-based calendar management.

2.2k stars7.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namecalcurse
descriptionA text-based calendar and scheduling application. Use strictly for CLI-based calendar management. OpenClaw Skills integration.
ownergumadeiras
repositorygumadeiras/calcurse
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gumadeiras/calcurse
last updatedFeb 7, 2026

Maintainer

gumadeiras

gumadeiras

Maintains calcurse in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
272 B
SKILL.md
914 B
SKILL.md

name: calcurse description: A text-based calendar and scheduling application. Use strictly for CLI-based calendar management. metadata: {"clawdbot":{"emoji":"📅","requires":{"bins":["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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install calcurse?

Run openclaw add @gumadeiras/calcurse in your terminal. This installs calcurse into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gumadeiras/calcurse. Review commits and README documentation before installing.