# 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. --- Add whatever helps you do your job. This is your cheat sheet. ## Related - [Agent workspace](/concepts/agent-workspace) ## Tech Stack — Skills Instaladas (2026-05-19) | Skill | Versão | Uso | |-------|--------|-----| | agent-browser-clawdbot | 0.1.0 | Automação de browser headless com accessibility tree | | multi-search-engine-2-0-1 | 1.0.0 | Busca em 17 motores (8 CN + 9 Global) | | redis-labs-integration | 1.0.2 | Redis Labs via API | | self-improvement | 1.0.0 | Log de erros e aprendizados (self-improvement) | | nova-self-improver | 1.0.0 | Sistema de auto-melhoria completo (4 camadas) | | vision | 3.5.0 | Processamento de imagens, resize, watermark | ## Clawhub CLI — caminho do binário - **Caminho completo:** `/var/lib/openclaw/tools/node/npm/bin/clawhub` - **NÃO está no PATH global** — sempre usar caminho absoluto - Comandos: `search`, `install`, `inspect`, `explore`, `update`, `list` - Licença dos skills: MIT-0 (free, sem atribuição obrigatória) ### Quick Install ```bash /var/lib/openclaw/tools/node/npm/bin/clawhub install --workdir /root/.openclaw/workspace --dir skills ```