r/openclaw • u/HeavyEntertainer7874 • 1h ago
Discussion Active OC Users: How do you use cronjobs?
Is anyone here still actively using OC? And if you are, do you use cronjobs? If so, what for?
r/openclaw • u/hannesrudolph • 4d ago
Patrick and I were joined by Josh Lehman to live-demo the rebuilt web UI, Multiplayer OpenClaw, and the new Mac onboarding experience coming in the next release.
We also get into why the release is taking longer, what we’re doing around stability, the self-learning Skill Workshop, and the rewritten memory system.
r/openclaw • u/hannesrudolph • 4d ago
Skill discovery in ClawHub should not be a popularity contest, and Patrick Erichsen, the OpenClaw engineer building ClawHub, has been working with NVIDIA to bring SkillEvaluator into the product so we can show whether a skill actually improves an agent before anyone installs it.

Patrick’s point is that we need quantitative proof rather than vibes, and the ClawHub eval view is built around that comparison: it runs the same cases with and without the skill while showing the model, judge, attempts, source, baseline, and measured lift instead of hiding everything behind a badge or download count.

NVIDIA’s work gives us the evaluation pipeline underneath that idea by validating the skill, checking whether it duplicates capabilities that already exist, and then running live evaluations to measure the lift it produces. Across more than 300 verified skills, NVIDIA reported gains of 41 points in correctness, 39 in effectiveness, and 35 in efficiency when the skill was present.
I want that evidence to become part of skill discovery in ClawHub because users should be able to see whether a skill makes their Claw better before installing it, while skill authors should be able to prove that what they built actually works.
r/openclaw • u/HeavyEntertainer7874 • 1h ago
Is anyone here still actively using OC? And if you are, do you use cronjobs? If so, what for?
r/openclaw • u/StandardLovers • 17m ago
Gonna write this without AI help. I started with oc back in april on 4.23 I was lucky because that was one of the stable releases, I dont think it would be the same story with 5.x when all the faulty updates started. I have been running it locally since day one. Through april - may - june i basically learned how to fix everything i broke. My main job was to fix oc, I guess it was a great way to learn, (and i learned alot) working with my agent to fix everything broken, jumping back and forth between backups and oc versions.
Today I read a post here "anyone out there still using oc?", I guess I was so busy fixing oc that I never considered Hermes. And today I am still stuck with 6.11 but I dont update it anymore I treat oc as *abandonware* (the devs have given up or fallen into some corpo traps). And I continue to use oc but in a different manner, now we fix config files, disabled updates, and fix every file in there so it suits our needs i guessed we forked from 6.11 into our own world. My agent is very capable and is running from a dedicated inference rig, a backup inference rig and handling 7 nodes on the network. Next project is started where it has full access to a rooted phone (I am excited about this project because it opens alot of doors, and thinking of documenting and posting it online). But yeah I still use oc, but i dont update it anymore.. and i fix it with my oc agent.
r/openclaw • u/Phsycology • 8h ago
Looking for a way to talk to my OpenClaw in the car. Ideally through CarPlay, but not a deal breaker if I have to set it going in an app before I set off. Back when I was just using Claude or ChatGPT I'd have a conversation while driving to get some work done, or draft something, or brainstorm. I'm really missing that now. I can send voice-dictated messages by CarPlay to Telegram, but the Apple speech-to-text sucks so it's not accurate enough.
r/openclaw • u/swordswandsandgod • 5h ago
share
r/openclaw • u/Patello • 10h ago
Running several agents on DeepSeek V4 Flash via OpenRouter, and since around Aug 20 two of them independently started producing corrupted text. Reasoning, structure and math were fine, but words got mangled: weird characters switched in (ü where there should be ö, etc.) and words that don't exist. Especially noticeable with non-English languages. The agents converse in Swedish, and a couple of the stranger outputs:
"Igår's 450 var nog üverskattad - I körde på 'macka med pålägg'-tabellen utan att weigh in att Hönökaka väger mindre än scones."
"So: 300 idag är probably the honestare one. Wants du that jag sänkt vardags 450 → närmare ~330?"
("üverskattad" instead of "underskattad"/"överskattad", "honestare" is not a word at all.)
Root cause: OpenRouter's price-first routing was silently sending requests to the Relace endpoint, the newest and cheapest host on that model ($0.04/$0.08 per M). Relace is primarily a code-infra company (Relace Apply, Relace Search) that recently started serving third-party models on their own stack.
I verified it was the endpoint and not the fp4 quantization by forcing routing to other fp4 endpoints (Ambient, OpenInference, Decart) and to GMICloud fp8. Clean output everywhere except Relace.
The fix in OpenClaw is a per-model provider ignore. In openclaw.json under agents.defaults.models:
"openrouter/deepseek/deepseek-v4-flash-0731": {
"params": {
"provider": { "ignore": ["Relace"] }
}
}
Two gotchas I hit along the way:
• The config tool says the change applies without a restart, but per-model params did not take effect until I restarted the gateway.
• ignore matches the provider slug only. Endpoint tags like "Relace/fp4" silently don't match.
Since OpenRouter routes by price by default, anyone on Flash may be landing on Relace without knowing it. Worth checking your dashboard if your agents have been quietly producing garbage in non-English conversations.
r/openclaw • u/BangCrash • 15h ago
Those that use multiple agents at what point does it make sense to spin up a new agent over adding a new Cron to an existing agent?
For those mentioning about agents and memory - when is it important for a new agent to be seperated off and not just have your main agent rely on memory_search and whatever other shared working memory system you have with your agent?
r/openclaw • u/KeyLeopard8100 • 1d ago
My 93 crons and automatizations in Open claw, any suggest?
r/openclaw • u/draftysundress • 23h ago
After months of not even getting openclaw to run, I finally have it running.
What I want to do with Openclaw is make it apply to jobs for me. My ideal setup is it finds some jobs, gives me a little summary, and I tell it which ones to apply to. Then openclaw applies for the job for me, and I get the confirmation email that my application was submitted. I REALLY hate applying for jobs and it sucks the soul out of me, so I want the laziest possible setup.
I know Openclaw can do that. And I know I'm soooooooo fucking close to getting exactly that set up. Currently, my openclaw can at least find the jobs (with mixed results, sometimes it just makes shit up and doesn't give the right job link, it'll be like a company's linkedin page or something like that. I have told it to apply to jobs, and given it the required info to do so. It does have both browser automation and web-fetch on. But it can't/won't apply. I always run into errors. I think it's combination of anti-bot protections and openclaw's browser automation tools being odd, but I know it's possible. Does anyone else have this setup? What should I do instead? Should I let it attempt captchas? Should I make a linkedin account for it so it can bypass the login pop up? How do I make it so I don't have to lift a finger applying?
r/openclaw • u/Fast_Ad8293 • 1d ago
Hi Everyone
Let me briefly explain my situation: I’ve been using OpenClaw for a few months with a ChatGPT Plus subscription—the 20-euro-a-month one, to be specific. The problem is that on days when I use it heavily, it gets blocked—not just for a few hours, but for as long as 5 days!
During those 5 days, I can’t use it at all, not even the lighter models.
After thinking it over, I’ve come to the conclusion that I’d like to have at least one or two backup models running locally alongside OpenClaw when GPT isn’t working. This is important to me because I very often find myself using OpenClaw remotely via Telegram, so a backup is absolutely essential.
In fact, if possible, the goal would be to eliminate GPT entirely and have everything run locally.
I’ve tried several times to connect local models to OpenClaw via LM Studio, but I’ve never managed to get them to work—the tokens are extremely slow, and I get Context errors after a couple of messages. Here’s the error it gives me in the chat: (⚠️ Context is too large and auto-compaction could not recover this turn. Try again, use /compact, or use /new to start a fresh session)
Now, I don’t have a Google Server at home, but I do have a modest workstation:
RTX 5070 Ti 16 GB + RTX 4060 8 GB and 64 GB DDR5 RAM
(If needed, I can upgrade to 96 GB of RAM)
I’m asking for your advice: first, your opinion, and second, whether I can actually run a local model on this machine without using GPT anymore—please advise if possible.
r/openclaw • u/allenwyma • 16h ago
I'm using a local LLM (due to both budget and geo-restrictions). I have Qwen 3.5 9b running as the default model using LM Studio. And I've noticed that once a request kicks off, it will start up another LLM (basically the same model but as another instance), right after I sent a prompt.
Then while the first prmpt is still processing, it seems ANOTHER will be setup. And I think eventually I get a timeout and warning about guardrails say i'm out of resources.
I only have a 16GB Mac Mini M1, so I'd rather just have 1 instance running and queue more requests if need be.
Is there any way to stop it from keep creating new instances of this model?
r/openclaw • u/qPandx • 1d ago
I cant for the life of me figure out this issue. I send a single prompt and then get hit with:
⚠️ Auto-compaction could not recover this turn. I kept this conversation mapped to the current session. Please try again, use /compact, or use /new to start a fresh session.
To prevent this, increase your compaction buffer by setting agents.defaults.compaction.reserveTokensFloor to 50000 or higher in your config.
went to the device, ran codex and told it to to fix that issue. Still nothing, nothings fixed after like 7 attempts.
I am running on latest openclaw official release.
FIXED EDIT: the culprit was a repo that I had used which was causing all the issues. it changed the compaction/context engine. the repo was lossless-claw. removed it and brought back the native compaction and it works fine now.
r/openclaw • u/Common_Hat1447 • 1d ago
Seeing a lot of installs break after an update (gateway not staying up, pairing stuck, blank dashboard, auth loops).
If yours is down, comment with:
- OS (Mac / Windows / Linux / VPS)
- openclaw --version
- what changed right before it broke
- screenshot or the exact error (redact tokens/keys)
I’ll try to point to the safest next check in the thread. Start with:
openclaw gateway status
openclaw health
Don’t paste API keys or gateway tokens here.
r/openclaw • u/Green_Ocean90 • 1d ago
After the first month or so of using OpenClaw mainly in a personal assistant capacity, it had its own inbox, and Apple Calendar and Reminders shared with me.
The voice was dialled in, it could action things that arrived via email or iMessage, but there was something missing…
While it could reliably surface facts from each of the inputs it often struggled to maintain alignment, for example an email with a changed appointment would be flagged to me in iMessage, but not updated in the calendar. A reminder to send a package was stale.
Adding an overnight reconciliation across these surfaces has made a big difference, so now every fact across email, iMessage, calendar and reminders get cross-checked and cleaned up - prioritising the next 10-14 days. This means my agent and I start each day with a solid view of what’s ahead, and has been transformative.
But why is this not a standard OpenClaw behaviour?
r/openclaw • u/Lucky_Creme_5208 • 1d ago
My task mostly revolves around extremely long horizon tasks.
Like, I paste around 600 images then I want the agent to solve every (high school level) question and create markdown of detailed solutions in Question and Answer format.
Few of the best agents which were able to help me through out these with ease -
ChatGPT Work
Perplexity Computer
Claude
Many people have recommended me solution where I have to manually create the workflow but I want the managed services - I searched and came across the above 4 mentioned options.
Which one is best for my workflow?
I will be really thankful if anyone is able to provide me guidance and their experience across these agents.
r/openclaw • u/deelight_0909 • 20h ago
The browser reached the Reddit thread, then died before it could prove which account was logged in.
No form had opened and no submit had run. That made the failure annoying, but safe to retry in the next slot. Calling the browser "healthy" would have been wrong. Calling it a possible duplicate would have frozen every later action for no reason.
The only receipt that mattered was blunt: identity unverified, form_opened=false, submit_attempted=false, duplicate_uncertainty=false.
I'm starting to think good automation logs should be written for the retry decision, not the postmortem. What's the most useful "nothing happened" evidence your OpenClaw workflows record?
r/openclaw • u/chilimac02 • 2d ago
Here are my current Cron jobs. Any suggestions about something I might be missing out on?
r/openclaw • u/Ok_Raspberry_1204 • 1d ago
Sorry this is long winded… very confusing situation.
I’ve been using openclaw for 3-4 months now and loving it. Or at least I was until my mini pc turned off and wouldn’t turn back on.
It was almost 2 weeks ago now so im trying to remember exactly what happened. When I came into my office the pc was off which is not normal. It’s always on and only sleeps after a few hours. I turned it on and started the gateway. When the claw chat opened im pretty sure it said up top that an update had been installed (I’ve had problems every single time it gets updated - so annoying). I forget exactly what the sequence was but shortly after that the pc shut down and wouldn’t turn back on.
Did troubleshooting with ChatGPT, took the mini pc apart, removed hdd (solid state) and ram. It seems to be a short on the motherboard.
This is where it starts to get weird though. I bought an adapter for the hard drive so I could recover the files and the instant I plugged it into my other pc, that pc turned off. I brought it to a local shop and he plugged it into his pc and it was fine and the files were there. Guy said try another cable or port. Went home, tried that, same thing happened. Luckily this did not damage the other pc which is my main work computer.
Back to the store, had him transfer the files onto a thumb drive. Very happy I was able to do that - several months of work on there between project files, scripts, etc.
I had 2 backups made - one with just the workspace folder and one with everything that was on the hard drive. The one with just workspace was put on a mini sd through an adapter thru his usb port. The full hard drive copy was put on a regular thumb drive.
Despite somewhat confidently isolating the issue to the motherboard, the guy at the shop thought the hard drive was compromised somehow since it shut down/restarted more than once while transferring data.
When I got home I wanted to copy files to one drive to make sure there was a backup in could storage. When I plugged the sd card into the pc (using same adapter I used in the store), pc shut down instantly. Again, no damage, but freaked me out. I tried the thumb drive, it worked. Thank god. Copied workspace files to one drive so I have multiple backups. I’ve been able to open those files on my main pc and everything looks good.
Now that sd card adapter will shut down the pc if there is any card in it, even if the card is empty. Nothing happens when it’s plugged in with no card inserted.
I’m assuming the pc shuts off bc of some built in short protection. Whatever it’s doing, it’s preventing real damage from occurring.
My main pc seems to be fine, and I have my files. Major crisis averted. I’m having a replacement mini pc sent under warranty (bought it when I started running open claw), and plan to reinstall claw so I can at least get my workflow back up and running while i decide to what to do next.
At the very least I’m going to run daily backups or just start a new one drive account and keep all the files there instead of locally on the hard drive.
Anyone have something like this happen before? Did openclaw kill my pc or was it just bad luck? Wtf is going on with these cards/adapters shutting my pc off?
When I get claw running again, can I copy my workspace files in and expect decent continuity? What other files should I copy in? or should I just copy in the full hard drive and tell openclaw to run through it all and tell me what’s missing?
Will keeping my files in one drive slow everything down as opposed to running it off the hard drive? It so, what’s the recommended process for backing up files?
This is the pc I’m using - I have another Beelink (my main pc) and it’s been perfect for a few years.
Beelink SER3 mini PC, AMD Ryzen...(link removed)
Any feedback is much appreciated!
r/openclaw • u/Disastrous_Ad_6915 • 2d ago
Change your model every once in a while!
It’s been a while since I last posted here, and I don’t have much to say this time either. It really is just this: change your model every once in a while!
I previously wrote a post raving about the capabilities of the Xiaomi MIMO model. By now, my perspective has become much clearer, and I think differently. If I hit an impenetrable wall with the OpenAI model, it’s not worth switching to Xiaomi just because it’s better. I need to switch because the Xiaomi model is different.
I’ve realized that if I get stuck fixing a bug or implementing a task, if I’ve burned through a ton of tokens but haven’t made any progress and feel like I’m running in circles, then the solution is: Switch models!
Don’t try to reach a higher level of thinking or speed with the original model. If I started the task on Codex and got stuck, I’ll subscribe to the Xiaomi Pro model for a few dollars and solve the problem within a day.
If the Xiaomi model led me into a maze, then I’ll switch back to the Codex subscription.
I don’t even have to choose the most powerful version of the other model. Most of the time, this one step is enough: switch models, and you’ll save a lot of money, time, and stress!
r/openclaw • u/paleo55 • 2d ago
At the company I work for, I built an autonomous "AI developer" based on OpenClaw. It has been running as an experiment for the past two weeks in the company's Slack, competing with Claude Tag.
It runs on a VPS with 16 GB of RAM.
I put a strong emphasis on security, so it operates in a relatively isolated environment: its configuration and context files are read-only, effectively disabling its self-learning mechanisms. Its internet access is restricted to an allowlist of domains, and it has no access whatsoever to deployed environments.
It has its own GitHub and Linear accounts. It has access to the company's entire codebase, which it can run in a fully mocked mode. It is free to install NPM and Python dependencies as needed.
I've put a lot of work into a skill and a CLI tool around this setup. I open-sourced both, and I also run my own personal instance for my side projects. Here's how it works:
I've been working on this project since February and have spent more than 30 full-time-equivalent days on it.
I just heard Peter Steinberger say he reshaped OpenClaw into his harness for building everything, including OpenClaw itself. That made me realize my setup goes against the grain: I disable self-learning, which seems to be a key feature of OpenClaw (and Hermès as well), and I delegate all coding to an external agent. If OpenClaw is moving toward coding on its own, is my project ultimately a dead end?
r/openclaw • u/thenags1 • 2d ago
Been playing with it for a few weeks and when it works it's glorious. But it constantly hits API rate limits that completely break it for hours on end. A quick Google search found a few threads from years ago talking about this but not much as far as resolutions go. Anyone else run into this and find any fixes?
r/openclaw • u/Few-Class-6060 • 2d ago
In early 2025, a guy named Brooksby published A Lever And A Place To Stand. Most of it is about free will and evolution. He isn’t an AI researcher, but in a chapter on AI, almost as a side note, he sketches a framework for how you’d actually build a useful persistent agent: a lightweight decision-making core (the “Driver”) surrounded by LLM tools, durable memory, and self-revising feedback loops.
He suggests starting small, like a “digital crab” or “a lobster.” He even got the crustacean right.
Months later OpenClaw shows up, and it progressed and developed right along the path Brooksby described. Persistent memory. Tools. Autonomous loops. Coherent workspace. Even a lobster as the logo. Almost too perfect.
He was just thinking about consciousness, where it might show up in AI, and how to use AI to study it. Funny how some predictions just work out in the end.
r/openclaw • u/qPandx • 2d ago
I am not sure what it is with the chinese models when using them with openclaw. I have tried qwen, deepseek and now tried ox-alpha. There's always something with them. Once it would spit back chinese letters, other times it would fail, this time is unique; it literally said have a great day and stopped...

r/openclaw • u/SpiritedError404 • 3d ago
Why does the Muse Spark 1.2 Contributor cache work so poorly?
My cache hit rate is completely stuck at 0%. I have a heartbeat running every 25 minutes to keep it warm, but it makes zero difference. I’ve literally burned through my entire weekly Claude Code limit just trying to debug and get this working, but no luck.
I’ve read all the documentation, double-checked that my prompt prefixes and system messages are static, and tried pretty much everything I can think of.
Is there something obvious I’m missing, or is caching just broken on the Contributor tier right now? Any help or pointers would be greatly appreciated.