# OpenCLI Agent Pack: icalBuddy

Use this when an AI agent needs to work with `icalBuddy`.

## What this CLI is for
macOS Calendar, agenda extraction, and meeting summaries from the terminal. Built by Ali Rantakari. Runs entirely on your machine.

Best for: macos calendar, agenda extraction, and meeting summaries from the terminal.

## Agent readiness
Usable with guardrails (45/100)
- Supports non-interactive/scripted use.
- Can run locally with less credential exposure.

## Install
```sh
brew install ical-buddy
```

## Verify before real work
```sh
icalBuddy eventsToday
```
Expected signal: Shows today's macOS Calendar events.

## Safe starting commands
```sh
icalBuddy eventsToday
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Network access is required; avoid leaking secrets in logs.

## Suggested agent instruction
You may use icalBuddy (`icalBuddy`) for macos calendar, agenda extraction, and meeting summaries from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
