59 lines
1.7 KiB
Markdown
59 lines
1.7 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.
|
|
|
|
## ClawTeam Orchestration
|
|
|
|
- CLI: `clawteam`
|
|
- Purpose: Multi-agent team coordination with git worktree isolation
|
|
- Default backend: tmux
|
|
- Supported agents: claude, codex, openclaw, gemini, kimi, nanobot
|
|
- Key commands:
|
|
- `clawteam team spawn-team <team> -n <leader>` — create team
|
|
- `clawteam spawn --team <team> --agent-name <name> --task "..."` — spawn worker
|
|
- `clawteam task create <team> "..." -o <owner>` — create task
|
|
- `clawteam task update <team> <id> --status completed` — update status
|
|
- `clawteam inbox send <team> <to> "..."` — message agent
|
|
- `clawteam board show/attach <team>` — monitor progress
|
|
- `clawteam workspace merge <team> <agent>` — merge worktree back
|
|
- Profiles: Use `clawteam preset generate-profile` and `--profile` for non-default providers
|
|
- Data dir: `~/.clawteam/` (default)
|
|
- Requires: Python 3.10+, tmux, git, network/filesystem access for worktrees
|
|
|
|
---
|
|
|
|
Add whatever helps you do your job. This is your cheat sheet.
|