22 lines
541 B
Markdown
22 lines
541 B
Markdown
# Required Skills
|
|
|
|
## Core Skills
|
|
- `apple-reminders` - Native reminders integration
|
|
- `things-mac` - Things 3 task management
|
|
- `calendar` - Calendar scheduling and events
|
|
|
|
## Optional Skills
|
|
- `weather` - Weather for outdoor activity planning
|
|
- `notes` - Quick note capture
|
|
- `clipboard` - Quick task from clipboard content
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
npx clawhub@latest install apple-reminders
|
|
npx clawhub@latest install things-mac
|
|
npx clawhub@latest install calendar
|
|
npx clawhub@latest install weather
|
|
npx clawhub@latest install notes
|
|
```
|