Files
scarif/openclaw/workspace/TOOLS.md

65 lines
1.7 KiB
Markdown
Raw Normal View History

2026-03-13 18:47:30 +00:00
# TOOLS.md - Local Notes
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
## What Goes Here
Things like:
- Camera names and locations
- SSH hosts and aliases
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Anything environment-specific
## Examples
```markdown
### Cameras
- living-room → Main area, 180° wide angle
- front-door → Entrance, motion-triggered
### SSH
- home-server → 192.168.1.100, user: admin
### TTS
- Preferred voice: "Nova" (warm, slightly British)
- Default speaker: Kitchen HomePod
```
## Why Separate?
2026-03-13 18:53:32 +00:00
<<<<<<< Updated upstream
2026-03-13 18:47:30 +00:00
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share them without leaking your infrastructure.
2026-03-13 18:53:32 +00:00
=======
Skills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
>>>>>>> Stashed changes
2026-03-13 18:47:30 +00:00
---
Add whatever helps you do your job. This is your cheat sheet.
2026-03-13 18:53:32 +00:00
<<<<<<< Updated upstream
2026-03-13 18:47:30 +00:00
---
## Environment Variables
### Nextcloud Calendar
The following environment variables must be set for the `nextcloud-calendar` skill to function:
- `NEXTCLOUD_URL` → https://tower.scarif.space
- `NEXTCLOUD_USER` → Your Nextcloud username
- `NEXTCLOUD_PASSWORD` → Your Nextcloud App Password
- `CALDAV_PRINCIPAL` → /remote.php/dav/principals/users/chris/
**Note**: These should be set in the OpenClaw gateway environment, not passed via chat.
### Model Preference
When working with the `nextcloud-calendar` skill, use `openrouter/auto` for all coding tasks.
2026-03-13 18:53:32 +00:00
=======
>>>>>>> Stashed changes