Zentrale Doku der OpenClaw-Infrastruktur | Alle Pfade, Configs, Cron-Jobs
/home/thomas/.openclaw/
├── openclaw.json ← Haupt-Konfiguration (Provider, Modelle, Auth)
├── cron/
│ ├── jobs.json ← Cron-Job Definitionen (Model, Schedule, Timeout)
│ └── runs/ ← Lauf-Historie pro Job (.jsonl)
├── venv/ ← Python VirtualEnv (python-docx, openpyxl, weasyprint)
├── auth/ ← API-Key Store (Provider-Auth)
└── workspace/ ← Mein Arbeitsverzeichnis
├── AGENTS.md ← Verhaltensregeln
├── SOUL.md ← Meine Persönlichkeit
├── USER.md ← Infos über Thomas
├── IDENTITY.md ← Mein Name & Mission
├── TOOLS.md ← Lokale Tool-Notizen (HA, Wiki, etc.)
├── HEARTBEAT.md ← Periodische Checks
├── MEMORY.md ← Langzeitgedächtnis
└── memory/ ← Tages-Notizen (YYYY-MM-DD.md)
Pfad: /home/thomas/.openclaw/openclaw.json
| Setting |
Wert |
| Default Model |
ollama/gemma4:31b-cloud |
| Image Generation |
google/gemini-3-pro-image-preview |
| Modell |
Alias |
Context |
Max Tokens |
ollama/kimi-k2.5:cloud |
Kimi Cloud |
128k |
8192 |
ollama/minimax-m2.5:cloud |
MiniMax Cloud |
128k |
8192 |
ollama/glm-5:cloud |
GLM-5 Cloud |
128k |
8192 |
ollama/glm-5.1:cloud |
GLM-5.1 Cloud |
128k |
8192 |
ollama/gemma4:31b-cloud |
(Default) |
— |
— |
Ollama Server: http://127.0.0.1:11434
| Modell |
Alias |
Context |
Input |
google/gemini-3-flash-preview |
Gemini 3 Flash |
1M |
Text+Image |
google/gemini-3-pro-image-preview |
— |
32k |
Text+Image |
| Modell |
Alias |
openrouter/auto |
OpenRouter |
| Profil |
Provider |
Mode |
google:default |
Google |
API Key |
openrouter:default |
OpenRouter |
API Key |
groq:manual |
Groq |
Token |
ollama:default |
Ollama |
API Key |
⚠️ Thomas will AUSSCHLIESSLICH Ollama-Modelle (Kostengründe). Cron-Jobs nutzen ollama/glm-5.1:cloud.
Pfad: /home/thomas/.openclaw/cron/jobs.json
| # |
Name |
ID |
Schedule |
Modell |
Timeout |
Delivery |
| 1 |
Daily Summary 5AM |
f656a028 |
0 5 * * * |
ollama/glm-5.1:cloud |
300s |
→ Telegram |
| 2 |
Wiki.js Auto-Update |
00a4ae7b |
30 5 * * * |
ollama/glm-5.1:cloud |
300s |
none |
| 3 |
Aktien-Watchlist |
742c288b |
0 9,14,19 * * 1-5 |
ollama/glm-5.1:cloud |
300s |
none |
| 4 |
OpenClaw Wiki-Sync |
3254656b |
0 23 * * * |
ollama/glm-5.1:cloud |
300s |
none |
- Zeit: Täglich 05:00 (Europe/Vienna)
- Aufgabe: ORF RSS Top 10 + Wetter + Kalender
- Delivery:
announce → Telegram (8218070245)
- Letzter Lauf: OK ✅
- Zeit: Täglich 05:30
- Aufgabe: Netzwerk-Scan + HA-Geräte abgleichen → Wiki.js aktualisieren
- Delivery: none (intern)
- Letzter Lauf: OK ✅
- Zeit: Mo-Fr 09:00, 14:00, 19:00
- Aufgabe: 15 Aktien (10 DE, 5 US) Kurse holen → Wiki-Seite ID 62 updaten
- Delivery: none (intern)
- Fehler-Historie:
- Lauf 1: Timeout 120s (altes Limit)
- Lauf 2:
Ollama API stream ended without a final response
- Fix: Modell auf
ollama/glm-5.1:cloud, Timeout auf 300s
- Zeit: Täglich 23:00
- Aufgabe: Workspace-Dateien (AGENTS, SOUL, USER, etc.) → Wiki.js
- Delivery: none (intern)
- Letzter Lauf: OK ✅
Pfad: /home/thomas/.openclaw/cron/runs/{JOB_ID}.jsonl
Jeder Lauf wird als JSON-Lines-Datei protokolliert mit Status, Dauer und Fehlern.
# Cron verwalten
openclaw cron list # Alle Jobs anzeigen
openclaw cron edit <job-id> # Job bearbeiten
openclaw cron enable <job-id> # Aktivieren
openclaw cron disable <job-id> # Deaktivieren
openclaw cron run <job-id> # Manuell starten
openclaw cron runs <job-id> # Lauf-Historie
# Modelle
openclaw models list # Verfügbare Modelle
openclaw models auth add # Provider-Auth hinzufügen
# Gateway
openclaw gateway status # Status prüfen
openclaw gateway restart # Neustarten
| Dienst |
URL |
Token in |
| Home Assistant |
http://10.168.1.143:8123 |
TOOLS.md |
| Wiki.js GraphQL |
http://web.zoid.lan/graphql |
TOOLS.md |
| UniFi Network |
https://10.168.1.1:443/proxy/network/integration/v1/ |
TOOLS.md |
| UniFi Protect |
https://10.168.1.1:443/proxy/protect/integration/v1/ |
TOOLS.md |
| Telegram Bot |
https://api.telegram.org/bot{TOKEN}/ |
openclaw.json |
| Yahoo Finance |
https://query1.finance.yahoo.com/v8/finance/chart/ |
Kostenlos |
| Wiki-Pfad |
ID |
Zweck |
netzwerk/geraete |
56 |
Netzwerk-Geräte-Scan |
smarthome/kameras |
64 |
UniFi Protect Kameras |
smarthome/airtag-tracking |
65 |
AirTag-Doku |
wissen/aktien-watchlist |
62 |
Aktien-Watchlist |
wissen/klimaanlage-dachfenster |
66 |
Klimaanlage Abluft-Doku |
wissen/uebersicht |
61 |
Wissens-Übersicht |
openclaw/agents |
36 |
AGENTS.md Sync |
openclaw/soul |
37 |
SOUL.md Sync |
openclaw/user |
38 |
USER.md Sync |
openclaw/identity |
39 |
IDENTITY.md Sync |
openclaw/tools |
40 |
TOOLS.md Sync |
openclaw/heartbeat |
41 |
HEARTBEAT.md Sync |
openclaw/memory-ltm |
42 |
MEMORY.md Sync |
openclaw/config |
60 |
openclaw.json Sync |
| Setting |
Wert |
| Pfad |
~/.openclaw/venv |
| Python |
/home/thomas/.openclaw/venv/bin/python |
| Packages |
python-docx, openpyxl, weasyprint |
Erstellt von ⚡ Charls am 2026-04-15