18 lines
347 B
Markdown
18 lines
347 B
Markdown
# Required Skills
|
|
|
|
## Core Skills
|
|
- `notes` - Itinerary and travel notes
|
|
- `web-fetch` - Research destinations
|
|
|
|
## Optional Skills
|
|
- `weather` - Check destination weather
|
|
- `currency` - Currency conversion
|
|
- `calendar` - Integration with calendar
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
npx clawhub@latest install notes
|
|
npx clawhub@latest install web-fetch
|
|
```
|