83 lines
2.1 KiB
Markdown
83 lines
2.1 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.
|
||
|
||
---
|
||
|
||
Add whatever helps you do your job. This is your cheat sheet.
|
||
|
||
### Paperless-ngx
|
||
|
||
- URL: https://docs.home.kies-media.de/
|
||
- User: greggy
|
||
- Credentials in `.bashrc`/`.profile` (`$PAPERLESS_USER`, `$PAPERLESS_PASS`)
|
||
- Dokumenttypen: Rechnungen, Versicherungspolicen, Verträge, wichtige Entscheidungen
|
||
- Workflow: Bei Email-Check relevante Dokumente automatisch archivieren
|
||
|
||
### Google Workspace (gog CLI)
|
||
|
||
- Version: v0.12.0
|
||
- Account: `mkiesewetter9@googlemail.com`
|
||
- OAuth authentifiziert für: contacts, calendar
|
||
- Keyring-Passwort: `$GOG_KEYRING_PASSWORD` in `.bashrc`/`.profile`
|
||
- Befehle:
|
||
- Contacts: `gog contacts list --max 20`
|
||
- Calendar: `gog calendar events primary --account mkiesewetter9@googlemail.com --from <iso> --to <iso>`
|
||
- Kalender-Farben: `gog calendar colors`
|
||
|
||
### Email (AgentMail)
|
||
|
||
- Inbox: `max-kies-media-ai-assistent@agentmail.to`
|
||
- Name: Max Kies-Media AI Assistent
|
||
- API Key: `$AGENTMAIL_API_KEY` in `.bashrc`
|
||
- Signatur: "Max von Kies-Media – KI-Assistent von Martin"
|
||
- Footer in jeder Email:
|
||
```
|
||
--
|
||
Martin Kiesewetter
|
||
Tel.: 0176-45853923
|
||
Email: mki@kies-media.de
|
||
```
|
||
- Reply-To: `mki@kies-media.de` verwenden wenn möglich
|
||
|
||
### Git
|
||
|
||
- Remote: `https://git.home.kies-media.de/greggy/openclaw.git`
|
||
- Branch: `master`
|
||
- User: `greggy`
|
||
- Workspace Repo: `/root/.openclaw/workspace`
|
||
- Credentials in `.bashrc`/`.profile`
|