Stats
Actions
Tags
From pear
Set up Pear by verifying your API key and testing the iCloud connection
How this command is triggered — by the user, by Claude, or both
Slash command
/pear:pear-setupFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
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 PEAR_API_KEY=pear_sk_...`
- Sign up at [pearmcp.com](https://pearmcp.com) to get an API key
- They need an [Apple app-specific password](https://support.apple.com/en-us/102654) connected to their Pear account
...Help the user verify their Pear setup by testing the connection:
Call pear_list_calendars to test the core connection
export PEAR_API_KEY=pear_sk_...PEAR_MCP_URL or network connectivityIf the user expects Mail support, call pear_list_mail_folders
@icloud.com address or iCloud Mail custom-domain address during Pear onboardingOn success, summarize what's available:
/pear:briefing, /pear:schedulenpx claudepluginhub ashtonau/pear-plugin --plugin pear