Auto backup: 2026-02-19 12:11

This commit is contained in:
Krilly
2026-02-19 12:11:01 +00:00
parent ad3bcbcc45
commit b33a4d2390
178 changed files with 26760 additions and 48 deletions

View File

@@ -1,36 +1,5 @@
# 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
```
## Anthony's Setup
### Weather
@@ -50,15 +19,24 @@ Things like:
### SendClaw (Krilly's Email)
- **Email:** krilly@sendclaw.com
- **API Key:** sk_15000b789ec9a820f785681a4115396bd22c028e08c652e0
- **API Key:** stored in `~/.openclaw/credentials/sendclaw` (do NOT put in workspace files)
- **Claim Token:** pearl-852A
- **Dashboard:** https://sendclaw.com/dashboard
- **Rate Limit:** 3 emails/day (new bot), increases with verification
## Why Separate?
### Nodes
- **Anthony's iMac:** 192.168.178.88 · app 2026.2.14 · mode remote
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.
### Gotify
- **URL:** http://runtipi.kangaroo-eel.ts.net:8129
- **Token:** AGKnHafW3FGzBlt
---
### ⛔ NEVER USE - Cost Warnings
- **`openrouter/anthropic/*` — BANNED** — caused $96 bill in 1 hour (2026-02-19)
- Always use `anthropic/claude-*` direct, never via openrouter
- OpenRouter is fine for deepseek, qwen, and other non-Anthropic models
Add whatever helps you do your job. This is your cheat sheet.
### exec Tool Notes
- exec sandbox/node not available in current config
- exec host=node requires companion app with system.run support
- Background scripts must run via agentMail API calls or shell hooks instead