# 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

## Action Board API
- Endpoint: `POST http://localhost:8080/action/api/move`
- Payload: `{"projectIds": ["p8"], "targetColumnId": "done_recent", "reason": "agent"}`
- Valid column IDs: `overdue`, `urgent`, `do_now`, `waiting`, `quick_wins`, `someday`, `done_recent`
- Always use this API for board moves — direct data.json edits don't reflect in open browser tabs
- Also syncs Kanban board automatically

## Trinity & Morpheus (Adner's other AI assistants)
- Both run OpenClaw on the Oracle VPS: `ssh -i ~/.ssh/oracle_vps ubuntu@150.136.218.171`
- **Trinity**: VPS `150.136.218.171` | SSH key `~/.ssh/oracle_vps` | Config dir: `/home/ubuntu/.openclaw-trinity` | Workspace: `/home/ubuntu/.openclaw/workspace` | Service: `trinity-openclaw.service`
- **Morpheus**: VPS `163.192.96.217` | SSH key `~/.ssh/morpheus_vps` | Service: `morpheus-openclaw.service`
- To upgrade either: `sudo openclaw update --yes` then `systemctl --user restart <name>-openclaw.service`
- Do NOT count Trinity/Morpheus build/setup work toward BMC time tracking

## Environment Notes

### WSL

- Distro name: `Ubuntu-22.04` (use for `wsl -d Ubuntu-22.04` and File Explorer paths like `\\wsl.localhost\\Ubuntu-22.04\\...`).

## 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

- Preference (Adner): warm male voice, normal speed; send voice replies only when Adner asks.
- Preferred voice: "Nova" (placeholder example)
- Default speaker: Kitchen HomePod
```

## Why Separate?

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.

---

Add whatever helps you do your job. This is your cheat sheet.
