Conversation
|
| Severity | File | Description |
|---|---|---|
openclaw/umbrel-app.yml |
"icon" and "gallery" needs to be empty for new app submissions: The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team. |
Legend
| Symbol | Description |
|---|---|
| ❌ | Error: This must be resolved before this PR can be merged. |
| Warning: This is highly encouraged to be resolved, but is not strictly mandatory. | |
| ℹ️ | Info: This is just for your information. |
hey, this is great. Just installed, but noted that it has "gpt" as provider with 4o as default (old one!). When you access the gateway, it's stuck as the openclaw config is broken with 'gpt' set as the provider. It won't allow any modifications since you can't access 'openclaw config' via the Umbrel-native docker CLI. This also affects any channel pairing, e.g. via Telegram as you need to set "openclaw pairing approve telegram '2FA-code'." So currently, it can't be used. |
|
Awww man, we only tested with Anthropic keys. Thanks so much for the ping @yfrbl will get this fixed and updated today. Will let you know when it's ready. |
|
juts tested it
after that, it worked.
|
|
We need access to the OpenClaw CLI. |
@developercrocodiles on it 🫡 |
|
@Overtorment ty for the info sur
We'll remove the TG step from the setup proxy and only use it to bootstrap LLM connection. OpenClaw is actually really good at configuring itself so you can just ask it to setup TG and if it's connected to an LLM it'll figure it all out.
Was it asking for a brave api key? Sometimes it tries to use the Brave search api which needs an API key. But we do have it correctly configured out of the box to use headless Chromium. When i've been testing it with fresh throw away instances about 90% of the time it directly uses Chromium. and 10% of the time it tries to use Brave API or asks you to install a browser extension that gives it access to your tab. In those cases if you just tell it to use the installed Chromium instance it will and then it remembers it for the future. Or did Chromium work but you just had errors? Sometimes it gets stuck at forms with captchas but it's mostly been working well for me. |
|
@yfrbl which OpenAI models are popular with with OpenClaw? 5.2 and 5.2 Codex? Or are smaller cheaper models popular too? |
|
hi @lukechilds, yea I think 5.2 is most powerful and best, but also really expensive bc of context size, even for small requests. You should consider adding provider support for the Kimi K2 Model, as many users will request access to it, as it's 80% cheaper. |
For all this I've just been asking OpenClaw to set it up via chat and he's being doing a good job. Like Telegram etc. Is there anything you're away of that can't be setup this way and can only be done during onboarding? If so we can add it but afaik it can manage it all itself once you have an LLM wired up.
Yeah working on it now, should be out later today |
It's mostly about setting up credentials. Only workaround i found was to set up a new Skill and then add the env secrets there, so they are not parsed to LLM input. |
|
@yfrbl re cli access are you aware we expose a shell for all apps in settings? If you go to
|
I've used it before, but only after you send this, I've noticed that it takes like 3-5min until openclaw cli finally opens. So it's kind of stuck forever. I'm using a Pi 4 4GB. Is it device-specific? |
|
I just tested it's also slow for me. Not minutes but about 50 seconds. This doesn't seem related to the Umbrel app. I get the same performance running Btw when you said "Also, I think that CLI access is needed the most." did you mean something other than accessing via settings like you can now? |
No that was exactly what I was referring to, thx for your help! |
|
This does not work with OpenAI keys. |
|
@lukechilds Hope you don’t mind if I add another improvement suggestion here: accessing files right now is a mess. Of course, you can use the CLI to preview text files or use Git for syncing, but it’s not really designed for everyday folder and file management. You can also use channels like Telegram to send files “in and out,” but a shared folder between the Umbrel host system and the OpenClaw Docker container would be a major step toward turning it into a real workspace for users. |
@michel-dance yep sorry about that, fix going out today.
@yfrbl already works! Go to http://umbrel.local/files/Apps/openclaw/data Here's my OpenClaw instance's workspace:
|
Awesome, thank you Luke! |
|
@yfrbl Yes, I use a Raspberry Pi 5, as my desktop machine and the openclaw cli takes about 30 seconds to load, this is just the thing with NodeJS. |
|
OpenClaw 2026.2.3 is out with the OpenAI fixes. |
|
Thanks for this Safe to assume we'll be able to use our own self-hosted models via Ollama eventually? |
|
are skills supposed to install? couldnt make it use my credentials to log into websites, thinking maybe |
|
@Overtorment Yeah it should work. It should install the skill and then install the |
|
@Overtorment Can you ask your agent to install it? Just send it a message saying "Can you install the 1password skill and install the op cli via brew". I haven't been using the ui at all, I just ask it to install whatever it needs itself. |
|
surprisingly, it installed. but man, when i gave openclaw my password it chat it still could not login because every damn website throws cloudflare captcha for headless browser >.< |



Following on from #4557
This PR adds OpenClaw with a custom umbrelOS optimised Docker image (https://github.com/getumbrel/openclaw-umbrel) that makes OpenClaw onboarding seamless on umbrelOS. Also improves the authentication flow to have less friction and make use of the umbrelOS app proxy. Also handles correct persistence of files and installed programs between app updates.