← 返回 Skills 市场
gumadeiras

calcurse

作者 Gustavo Madeira Santana · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2320
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install calcurse
功能描述
A text-based calendar and scheduling application. Use strictly for CLI-based calendar management.
使用说明 (SKILL.md)

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
安全使用建议
This skill is essentially a set of usage instructions for the local calcurse CLI. Before installing: ensure you trust the calcurse binary on the host (verify source/version), be aware that running the skill runs that local binary which will read and modify your calendar data (usually ~/.calcurse), and consider backing up your calendar files if you care about accidental changes. If you are uncomfortable with an agent being able to execute local commands, limit autonomous invocation or require explicit user confirmation before the skill runs commands.
功能分析
Type: OpenClaw Skill Name: calcurse Version: 1.0.0 The skill bundle provides instructions and metadata for using the `calcurse` command-line utility. All commands demonstrated in `SKILL.md` are direct invocations of `calcurse` with its standard arguments for calendar management. There is no evidence of malicious intent, data exfiltration, persistence, prompt injection attempts against the agent, or obfuscation. The `_meta.json` file contains standard metadata, and `SKILL.md` correctly declares the `calcurse` binary as a requirement, which is consistent with the skill's stated purpose.
能力评估
Purpose & Capability
Name, description, and required binary (calcurse) align: the skill simply instructs the agent to invoke the local calcurse CLI for calendar operations. No unrelated services, env vars, or credentials are requested.
Instruction Scope
SKILL.md contains only calcurse CLI examples (non-interactive queries, adding items) and a note about using a PTY for the TUI. It does not instruct reading unrelated files or external endpoints. Note: invoking calcurse will read/write the user's calendar data (typically in ~/.calcurse) even though no config paths are declared—this is expected for a CLI calendar tool.
Install Mechanism
No install spec (instruction-only). The skill requires the calcurse binary to already be present; nothing is downloaded or written by the skill bundle itself.
Credentials
No environment variables, credentials, or config paths are requested. The lack of declared config paths is acceptable but remember the calcurse binary will use its normal data directory on the host.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent or platform-wide privileges and does not modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install calcurse
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /calcurse 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug calcurse
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

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。

💬 留言讨论