85 lines
2.5 KiB
Markdown
85 lines
2.5 KiB
Markdown
# 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?
|
|
|
|
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.
|
|
|
|
---
|
|
## Folders for All Content/Projects
|
|
- **Location:** /Users/mattbruce/Documents/Projects/OpenClaw
|
|
- **Documents:** /Users/mattbruce/Documents/Projects/OpenClaw/Documents
|
|
- **iOS:** /Users/mattbruce/Documents/Projects/OpenClaw/iOS
|
|
- **Web:** /Users/mattbruce/Documents/Projects/OpenClaw/Web
|
|
|
|
## Blog Backup
|
|
- **Location:** /Users/mattbruce/Documents/Projects/OpenClaw/Web/blog-backup
|
|
- **Live URL:** https://blog-backup-two.vercel.app
|
|
- **Local Dev:** http://localhost:3002
|
|
- **Stack:** Next.js + Supabase + Vercel
|
|
- **Deploy:** `npm run build && vercel --prod` (no GitHub, CLI only)
|
|
|
|
## Mission Control
|
|
- **Location:** /Users/mattbruce/Documents/Projects/OpenClaw/Web/mission-control
|
|
- **Live URL:** https://mission-control-rho-pink.vercel.app/
|
|
- **Local Dev:** http://localhost:3001
|
|
- **Stack:** Next.js + Supabase + Vercel
|
|
- **Deploy:** `npm run build && vercel --prod` (no GitHub, CLI only)
|
|
|
|
## Mission Control
|
|
- **Location:** /Users/mattbruce/Documents/Projects/OpenClaw/Web/heartbeat-monitor
|
|
- **Local Dev:** http://localhost:3005
|
|
- **Stack:** Next.js + Supabase + Vercel
|
|
|
|
## Gantt Board
|
|
- **Location:** /Users/mattbruce/Documents/Projects/OpenClaw/Web/gantt-board
|
|
- **Live URL:** https://gantt-board.vercel.app
|
|
- **Login:** mbruce+max@topdoglabs.com / !7883Gantt
|
|
- **Local Dev:** http://localhost:3000
|
|
- **Stack:** Next.js + Supabase + Vercel
|
|
- **Deploy:** `npm run build && vercel --prod` (no GitHub, CLI only)
|
|
|
|
## Supabase for Gantt Board
|
|
|
|
- **URL:** https://qnatchrjlpehiijwtreh.supabase.co
|
|
- **Project ID:** qnatchrjlpehiijwtreh
|
|
|
|
## User IDs for Gantt Board
|
|
|
|
- **Matt:** 0a3e400c-3932-48ae-9b65-f3f9c6f26fe9
|
|
- **Max:** 9c29cc99-81a1-4e75-8dff-cd7cc5ceb5aa
|
|
|
|
---
|
|
|
|
Add whatever helps you do your job. This is your cheat sheet.
|