# OpenCLI Agent Pack: gcalcli

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

## What this CLI is for
Google Calendar, agenda review, and schedule search from the terminal. Built by Insanum. Start with `gcalcli agenda` and go from there.

Best for: google calendar, agenda review, and schedule search from the terminal.

## Agent readiness
Human-first CLI (35/100)
- Supports non-interactive/scripted use.

## Install
```sh
pipx install gcalcli
```

## Verify before real work
```sh
gcalcli agenda
```
Expected signal: Shows Google Calendar agenda after auth.

## Safe starting commands
```sh
gcalcli agenda
```

```sh
gcalcli calw
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Verify identity/account before running task commands.
- Network access is required; avoid leaking secrets in logs.
- Start read-only, then ask before mutations.

## Suggested agent instruction
You may use gcalcli (`gcalcli`) for google calendar, agenda review, and schedule search 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
