Pear Setup banner
AshtonAU AshtonAU

Pear Setup

Testing community

Description

--- description: Set up Pear by verifying your API key and testing the iCloud connection disable-model-invocation: true --- Help the user verify their Pear setup by testing the connection: 1. Call `pear_list_calendars` to test the core connection - **On success:** Show the list of calendars and confirm "Pear is connected to iCloud Calendar, Reminders, and Contacts" - **On auth error (-32001):** The API key is missing or invalid. Tell the user: - Set the environment variable: `export

Installation

Installs to ~/.claude/skills/ashtonau-pear-plugin-pear-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashtonau-pear-plugin-pear-setup && curl -fsSL https://raw.githubusercontent.com/AshtonAU/pear-plugin/HEAD/commands/pear-setup.md -o ~/.claude/skills/ashtonau-pear-plugin-pear-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository