Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active March 4, 2026 07:48
Show Gist options
  • Select an option

  • Save ZiTAL/99cbf3e5988bf2cc412ee27ea34fbbfe to your computer and use it in GitHub Desktop.

Select an option

Save ZiTAL/99cbf3e5988bf2cc412ee27ea34fbbfe to your computer and use it in GitHub Desktop.
openclaw + ollama
{
"meta": {
"lastTouchedVersion": "2026.3.2",
"lastTouchedAt": "2026-03-03T12:17:24.119Z"
},
"wizard": {
"lastRunAt": "2026-02-24T10:36:36.428Z",
"lastRunVersion": "2026.2.23",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
"update": {
"channel": "stable"
},
"models": {
"providers": {
"ollama": {
"baseUrl": "http://ollama.opi5:11434/v1",
"apiKey": "ollama-local",
"api": "openai-responses",
"models": [
{
"id": "glm-5:cloud",
"name": "glm-5:cloud",
"reasoning": false,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 128000,
"maxTokens": 8192
},
{
"id": "gpt-oss:120b-cloud",
"name": "gpt-oss:120b-cloud",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 128000,
"maxTokens": 8192
}
]
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "ollama/glm-5:cloud"
},
"models": {
"ollama/gpt-oss:120b-cloud": {},
"ollama/glm-5:cloud": {}
},
"workspace": "/home/pi/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
},
"list": [
{
"id": "main"
},
{
"id": "terminal",
"name": "terminal",
"workspace": "/home/pi/.openclaw/workspace-terminal",
"agentDir": "/home/pi/.openclaw/agents/terminal/agent",
"model": {
"primary": "ollama/gpt-oss:120b-cloud"
}
}
]
},
"tools": {
"deny": [],
"exec": {
"security": "full"
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true,
"ownerDisplay": "raw"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"bootstrap-extra-files": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "pairing",
"botToken": "1234567890:8FzxDepe7WVtqkDQDlQ6hiWlhUd7jx2d",
"groups": {
"*": {
"requireMention": true
}
},
"groupPolicy": "disabled",
"streaming": "partial"
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "loopback",
"controlUi": {
"allowedOrigins": [
"http://openclaw.localhost"
]
},
"auth": {
"mode": "token",
"token": "XPW6mq0jxmhCFEtu6MCsxJMl2lhNn9G7juq3QPDxZ9q9F7oxqo3ZiZLN8wnoQtzp"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": [
"camera.snap",
"camera.clip",
"screen.record",
"calendar.add",
"contacts.add",
"reminders.add"
]
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
}
}
}
}

openclaw terminaletik erabiltzeko:

openclaw tui

beste agente bat erabiltzeko:

openclaw agent --agent "main" -m "egun on :)"

telegram-era be botateko:

openclaw agent --agent "main" -m "egun on :)" --deliver

beste modelo bat erabiltzeko:

openclaw agent --agent terminal -m "ze modelo zara?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment