TopRank Skills

Home / Claw Skills / Autres / calcurse
Official OpenClaw rules 15%

calcurse

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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 calcurse 技能。 若已安装,则直接安装 calcurse 技能。

Overview

Skill Key
gumadeiras/calcurse
Author
gumadeiras
Source Repo
openclaw/skills
Version
-
Source Path
skills/gumadeiras/calcurse
Latest Commit SHA
0be8f0c13ea81bf91d7261be7166fd7989f9e74a

Extracted Content

SKILL.md excerpt

# 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
```

Related Claw Skills