Openclaw - your free open-source AI personal assistant (formerly Clawdbot & Moltbot)
-
@DualOSWinWiz sure, you could still do all that on one device.
Might be a useful skill to add into your mix:
@marcusquinn thank you i will
-
@timconsidine I think "containerizing" is a great and much safer approach. I would just not use real accounts: email, social, etc. The fact that you are doing this might encourage me to create some test accounts and try it:) @robi Excellent point! "Mirror, mirror on the wall... whose the smartest one of all:)"
@crazybrad yep
- in my cautious approach I set up a dedicated address e.g. my-company-finance@app.domain.tld and forward manually/automatically emails to it, bot monitors email inbox and works only on those - not full primary email access -
@timconsidine Smart. Typical for you:)
-
Suggest switching this instead to support for:
-
Suggest switching this instead to support for:
-
Some tips for setting it up to avoid the dumb clanker feeling:
https://www.notion.so/ashenone/The-Bare-Minimum-To-Make-Your-OpenClaw-Agent-Actually-Good-311664f6a1e381c4976bdb8d689d2ffbhttps://xcancel.com/ashen_one/status/2026383178290569539
YT vid didn't load so use ^ - should be fine now.
-
Packaged, needs more testing though
https://git.due.ren/andreas/openclaw-cloudron/-/raw/main/CloudronVersions.jsonPlus it's an opinionated packaged geared towards what I think is important but installing new skills should work as is.
-
Packaged, needs more testing though
https://git.due.ren/andreas/openclaw-cloudron/-/raw/main/CloudronVersions.jsonPlus it's an opinionated packaged geared towards what I think is important but installing new skills should work as is.
@andreasdueren well done and thank you
I'm struggling to understand how openclaw being bundled with ollama affects (can be used with) the cloudron ollama app. But finding the answer is deferred below other projects.
-
@andreasdueren well done and thank you
I'm struggling to understand how openclaw being bundled with ollama affects (can be used with) the cloudron ollama app. But finding the answer is deferred below other projects.
@timconsidine I didn't bundle it with ollama. Is that something you want to do? Ollama won't really be very useful on the vast majority of servers without some beefy GPU. But you could connect openclaw with it.
-
@timconsidine I didn't bundle it with ollama. Is that something you want to do? Ollama won't really be very useful on the vast majority of servers without some beefy GPU. But you could connect openclaw with it.
@andreasdueren I already have Ollama installed as cloudron app.
I mostly use the ollama cloud models in the cloudron app (ollama pull) so minimal model processing on my cloudron vps.
Then I connect to my cloudron ollama in an AI app.I'm just not sure what my cloudron ollama is doing with openclaw ! Need to dig into it.
I started packaging openclaw, but paused, might use yours, but generally looking at nanobot for lightweight stuff and AgentZero / Windmill / Dify for heavy weight stuff. So not sure I actually need Openclaw, especially as AgentZero now has skills.
All to be dug into. -
Pushing an update now for easy ollama configuration. You should be able to pass endpoint and API key through the
.envTo connect your Cloudron Ollama with OpenClaw:
- install Ollama
- download a model in Ollama, for example by running
ollama pull tinyllamain the web terminal. - grab the Ollama API key with
cat /app/data/.api_keyor from the file explorer - install OpenClaw
- open file explorer for OpenClaw app and open
.env - add endpoint and api key from ollama
- restart OpenClaw
-
actually looks a bit more complicated and that ollama won't let openclaw do model discovery without api key… I'll have to look more into this
-
I think it works now. Too slow on CPU so can't actually test it without waiting ages. Ollama will only work with a model that supports tool use, so no
tinyllama.1. Node.js version override
Cloudron base image ships Node
22.14, OpenClaw requires22.16+. We symlink/usr/local/node-22.14.0/bin/node→/usr/bin/node(NodeSource 22.22) so both the gateway
and openclaw CLI use the correct version.2. Gateway config for reverse proxy
OpenClaw doesn't expect to run behind a proxy by default. start.sh creates
/app/data/config/openclaw.jsonon first run with:gateway.mode: "local"— skips pairing requirementgateway.trustedProxies: ["172.18.0.0/16"]— trusts Cloudron's Docker networkgateway.controlUi.dangerouslyAllowHostHeaderOriginFallback: true— allows web UI behind Cloudron's reverse proxygateway.controlUi.dangerouslyDisableDeviceAuth: true— skips device pairing for web UI
3. Ollama auth proxy
OpenClaw's Ollama model discovery (
/api/tags) doesn't sendauthheaders. Cloudron's Ollama package requiresBearer tokenauth.start.shstarts a Node.js HTTP proxy onlocalhost:11434that:- Intercepts all requests to Ollama
- Injects
Authorization: Bearer <OLLAMA_API_KEY>header - Forwards to the real
OLLAMA_BASE_URL - Overrides
OLLAMA_BASE_URLtohttp://127.0.0.1:11434so OpenClaw talks to the proxy
Activated when both
OLLAMA_API_KEYandOLLAMA_BASE_URLare set in/app/data/.env.4. Auth auto-provisioning
start.sh auto-creates
/app/data/agents/main/agent/auth-profiles.jsonfrom:CLAUDE_SETUP_TOKEN→ type: "token" profileANTHROPIC_API_KEY→ type: "api_key" profile
Not sure if this is actually valuable for anyone but it should work.
-
@andreasdueren I already have Ollama installed as cloudron app.
I mostly use the ollama cloud models in the cloudron app (ollama pull) so minimal model processing on my cloudron vps.
Then I connect to my cloudron ollama in an AI app.I'm just not sure what my cloudron ollama is doing with openclaw ! Need to dig into it.
I started packaging openclaw, but paused, might use yours, but generally looking at nanobot for lightweight stuff and AgentZero / Windmill / Dify for heavy weight stuff. So not sure I actually need Openclaw, especially as AgentZero now has skills.
All to be dug into.@timconsidine I didn't know ollama could use cloud models.. now it just needs an autorouter feature
@andreasdueren nice is all that for a separate openclaw or the one you can install along with ollama?
-
@timconsidine I didn't know ollama could use cloud models.. now it just needs an autorouter feature
@andreasdueren nice is all that for a separate openclaw or the one you can install along with ollama?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login