← 返回 Skills 市场
halbotley

calmly

作者 halbotley · GitHub ↗ · v1.3.0
darwin ✓ 安全检测通过
675
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install calmly
功能描述
Manage macOS Calendar events from the command line using EventKit. Use when creating, listing, or viewing calendar events on macOS without AppleScript dialog...
使用说明 (SKILL.md)

calmly

A calm CLI for macOS Calendar. Manage iCloud and local calendars without dialogs, prompts, or UI interruptions.

Why calmly?

  • AppleScript hangs — Calendar scripting often freezes waiting for permissions
  • ICS imports pop dialogs — Can't automate without user interaction
  • icalBuddy is read-only — Can't create events

calmly uses EventKit directly, so it works silently.

Installation

brew tap halbotley/tap
brew install calmly

First run prompts for Calendar access (System Settings → Privacy → Calendars). One-time only.

Commands

List calendars

calmly list

View upcoming events

calmly events Work           # Next 30 days
calmly events Family 14      # Next 14 days

Create all-day event

calmly add Work "Day Off" 2025-03-15

Create multi-day event

calmly add Family "Vacation" 2025-07-01 2025-07-14

Create timed event

calmly addtimed Work "Meeting" 2025-03-15 09:00 10:30
calmly addtimed Kids "Swim Practice" 2025-02-03 07:00 08:30

Batch Event Creation

For recurring events, loop in bash:

# Morning practice every Tuesday/Thursday for 6 weeks
for d in 2025-02-04 2025-02-06 2025-02-11 2025-02-13; do
  calmly addtimed Kids "🏊 AM Practice" "$d" 07:00 08:30
done

Date Verification

Before creating events, verify day/date alignment:

for d in 3 4 5 6 7; do date -j -f "%Y-%m-%d" "2025-02-0$d" "+%A %B %d"; done

Notes

  • Dates use YYYY-MM-DD format
  • Times use 24-hour HH:MM format
  • Calendar names are case-insensitive
  • Events sync to iCloud automatically
  • No delete command yet — delete via Calendar app or iCloud web
安全使用建议
This skill appears to do what it says: a macOS CLI that manages Calendar events using EventKit and requires the normal Calendar privacy permission. The primary practical risk is installing from a third‑party Homebrew tap (halbotley/tap). Before installing: (1) review the tap/formula or its GitHub repo to confirm source code and maintainership, (2) prefer well-known sources or official upstream if available, (3) confirm the brew package contents (brew edit or inspect formula and binaries), and (4) be prepared to revoke Calendar access in System Settings if you no longer want the tool to access your calendars. If you cannot verify the tap, consider running in a controlled environment (VM) or using an alternative from a trusted source.
功能分析
Type: OpenClaw Skill Name: calmly Version: 1.3.0 The skill bundle provides instructions for installing and using 'calmly', a command-line tool for managing macOS Calendar events. All instructions in SKILL.md, including the Homebrew installation steps (`brew tap halbotley/tap`, `brew install calmly`) and usage examples, are clear, directly related to the stated purpose, and do not contain any evidence of intentional malicious behavior such as data exfiltration, backdoor installation, or prompt injection attempts against the agent. While installing third-party software via Homebrew taps introduces a supply chain risk, this is a standard method for distributing CLI tools and does not indicate malicious intent within the skill bundle itself.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill requires a 'calmly' CLI binary and shows how to list and create Calendar events via EventKit. Requested resources (a brew formula to install the binary and macOS Calendar permission) are proportional to the stated purpose.
Instruction Scope
SKILL.md contains only install instructions (brew tap/install) and CLI usage examples. It explicitly notes the one-time macOS Calendar permission prompt. There are no instructions to read unrelated files, environment variables, or to transmit data to external endpoints.
Install Mechanism
Install uses a Homebrew formula from halbotley/tap (third‑party tap). Homebrew formulas are traceable, but third‑party taps carry more risk than official taps because they can deliver arbitrary code/binaries. This is not a red flag by itself, but you should inspect the tap/formula or source if you don't trust the maintainer.
Credentials
No environment variables, secrets, or config paths are requested. The skill does require calendar access (system privacy grant), which is appropriate for creating/listing events.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. The only persistent effect is that created events will be present in the user's calendars (expected behavior).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install calmly
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /calmly 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
macOS Calendar CLI - iCloud event management
元数据
Slug calmly
版本 1.3.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

calmly 是什么?

Manage macOS Calendar events from the command line using EventKit. Use when creating, listing, or viewing calendar events on macOS without AppleScript dialog... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 675 次。

如何安装 calmly?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install calmly」即可一键安装,无需额外配置。

calmly 是免费的吗?

是的,calmly 完全免费(开源免费),可自由下载、安装和使用。

calmly 支持哪些平台?

calmly 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。

谁开发了 calmly?

由 halbotley(@halbotley)开发并维护,当前版本 v1.3.0。

💬 留言讨论