🌍 Global Mirror — Visit original CN site →
Back to skills

Calcurse

ASecurity

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

33 stars
0 votes
0 copies
0 views
Added 2/10/2026
businessbash

Works with

cli

Security Analysis

A100/100

Scanned 2/12/2026

Install via CLI

$openskills install sundial-org/awesome-openclaw-skills
Download Zip
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:
```bash
calcurse -r2
```

Query a specific date range:
```bash
calcurse -Q --from 2026-01-20 --to 2026-01-22
```

### Add Items
Add an appointment:
```bash
calcurse -a "Meeting with Team" 2026-01-21 14:00 60
```
(Format: Description, Date, Time, Duration in mins)

Add a todo:
```bash
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`).
```bash
calcurse
```

Comments (0)

No comments yet. Be the first to comment!

Calcurse (Grade A) - Claude Skill | Skills Directory

Stay up to date

Get the latest news on AI tools and skills delivered to your inbox.