2026-03-24 — open
2026-03-24: Reminder preference saved — Hetzner invoices: fetch on day 3 of each month and pay via PayPal. Reminder scheduled at 09:00 Europe/Berlin to send Telegram message.
2026-03-24: User-reported OpenAI balance: $14.04 (user provided). Automated billing API read returned 403; health/fallback logic in place (OpenAI primary, Gemini fallback).
2026-03-24: Disabled openai-whisper-api skill to stop automatic OpenAI calls (user request).
2026-03-24: Automated daily memory extract (no LLM) scheduled every 15 minutes; dashboard generator added.
2026-03-24: Added openai/gpt-5-nano as cheapest OpenAI model and adjusted fallbacks.
2026-03-24: OpenAI API key removed from auth-profiles (disabled) per user request to stop further charges.
2026-03-24 22:30 UTC: Auto‑extract summary
2026-03-23 — open
- Google Gemini API key securely configured for OpenClaw using systemd user service override (`Environment="GEMINI_API_KEY=..."`).
- Default model set to `google/gemini-2.5-flash` for cost optimization.
- Fallback model strategy agreed upon: `google/gemini-2.5-flash` (primary), then `openai/gpt-5-mini`, `openai/gpt-4.1`, `openai/gpt-5.4`.
- Hetzner/OpenClaw server public IP: 46.224.154.150.
- SSH access confirmed as `ssh root@46.224.154.150`.
- SSH hardening completed: password authentication disabled, `PermitRootLogin prohibit-password` configured, `PubkeyAuthentication yes`.
- Firewall (UFW) enabled, default incoming traffic denied, only SSH (Port 22) allowed publicly.
- System updates and kernel upgrade to `6.8.0-106-generic` completed.