clawdbot-backup/clawdbot.json

110 lines
2.4 KiB
JSON

{
"meta": {
"lastTouchedVersion": "2026.1.24-3",
"lastTouchedAt": "2026-01-26T08:25:12.220Z"
},
"env": {
"XAI_API_KEY": "xai-54dqnT4PmxPlm6DSNtcIWQew6hPFqnitTrDQ2qVwC1FLZYjXw9DV1QpngXlfIogAI3CV2wvagnq23r0f"
},
"wizard": {
"lastRunAt": "2026-01-26T06:00:33.481Z",
"lastRunVersion": "2026.1.24-3",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"auth": {
"profiles": {
"anthropic:default": {
"provider": "anthropic",
"mode": "token"
},
"google-gemini-cli:johan@jongsma.me": {
"provider": "google-gemini-cli",
"mode": "oauth"
}
}
},
"agents": {
"defaults": {
"models": {
"google-gemini-cli/gemini-3-pro-preview": {}
},
"workspace": "/home/johan/clawd",
"contextPruning": {
"mode": "off",
"ttl": "1h"
},
"compaction": {
"mode": "safeguard"
},
"heartbeat": {
"every": "1h"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"channels": {
"signal": {
"enabled": true,
"account": "+31634481877",
"httpHost": "0.0.0.0",
"cliPath": "/home/johan/.clawdbot/tools/signal-cli/0.13.23/signal-cli",
"dmPolicy": "pairing",
"groupPolicy": "allowlist"
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"controlUi": {
"allowInsecureAuth": true
},
"auth": {
"mode": "token",
"token": "2dee57cc3ce2947c27ce9e848d5c3e95cc452f25a1477462"
},
"trustedProxies": [
"192.168.0.2"
],
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
},
"entries": {
"homeassistant": {
"enabled": true,
"env": {
"HA_URL": "http://192.168.1.252:8123",
"HA_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJkNzE2YmFmZmMyYzE0ZmVhOGE4ZjA0NzYzZTMxNWY5MCIsImlhdCI6MTc2OTQxNDQxMywiZXhwIjoyMDg0Nzc0NDEzfQ.cpakMGZxujdfCcpMa0gf8lfsZJBd2S30QXVbkxpzzTw"
}
}
}
},
"plugins": {
"entries": {
"signal": {
"enabled": true
},
"google-gemini-cli-auth": {
"enabled": true
}
}
}
}