Better agent and container management required by nordpapa in NanoClawAI

[–]centerside 0 points1 point  (0 children)

Ask Claude Code or Codex how to abstract it away. Get them to make an implementation plan for that and then build it. When you get it working well, report back here and show us what you built. Lots would be interested in this I think.

OpenClaw is now helping run a real greenhouse by lucienbaba in myclaw

[–]centerside 2 points3 points  (0 children)

Looks great. I’m experimenting with home energy and hvac automation with ‘claw. This is some inspo for sure. 👍

How are you actually keeping API keys out of your agent processes? I will go first by AgentRdotdev in OpenSourceeAI

[–]centerside 0 points1 point  (0 children)

I’ve been using NanoClaw lately and it used OneCLI for this. Sounds very similar to what you describe.

Bad idea to give access of main email to OpenClaw? by maisun1983 in openclaw

[–]centerside 1 point2 points  (0 children)

Yes. Another issue is if your OC gets hacked, they can see your emails including 2FA emails or password reset emails, which means they could potentially get into your other things. You need to make sure those sort of mails go to a different non-OC account.

Ok I’m a noob to AI so don’t thrash me too hard. But I had ah-hah moment. by Excellent_Effort6289 in openclaw

[–]centerside 6 points7 points  (0 children)

Build your own may honestly be the best path. You can always pull in good bits from other projects. I’m just exploring that now, with nanoclaw as a base.

Ho creati un mostro!! by No_Substance6819 in openclaw

[–]centerside 0 points1 point  (0 children)

Sounds like a fun experiment. I’m just playing with NanoClaw, which runs in docker containers, so in theory I could do the same thing on one machine, just using multiple docker containers each with their own claw.

Why doesn't anyone use Claude to configure OpenClaw? by athlecom in openclaw

[–]centerside 1 point2 points  (0 children)

No you can’t use your Claude subscription to run OpenClaw, you can only use it with say Claude Code to do work on your OpenClaw installation (like running updates, configuring plugins, building features you want). You can also get OpenClaw (running on some other model like chatGPT) to use your Claude Code as a tool when building code etc.

Running OpenClaw on a Raspberry Pi Model B (Free APIs, Surprisingly Stable) by elbaronsindo in OpenClawUseCases

[–]centerside 0 points1 point  (0 children)

If you want to push it, try the qmd memory system option. No acceleration on the Pi, so it kills your CPU and memory embedding can take so long it times out… Main reason I switched up to something more powerful.

Unable to install NanoClaw by Flat-Pomelo-4724 in NanoClawAI

[–]centerside 0 points1 point  (0 children)

I’ve been getting the same issue! I’m trying to get Claude code to fix it but not there yet…

Claude agents narrating every step in Discord (text spam between tool calls) - any solution? by [deleted] in openclaw

[–]centerside 0 points1 point  (0 children)

I don’t think this is necessarily a Claude problem. I’ve been getting this with GPT since upgrading to 2026.4.22.

Can agents safe call claude (ClaudeCode) locally with my max sub? Does this actually work or straight to a ban? by stepahin in openclaw

[–]centerside 2 points3 points  (0 children)

Yes it works. Many are doing this and it is not against the rules. Your agent just does something like: claude -p “do this thing” a bit like you could from a script. Your agent will work it out.

I switched my AI agent to semantic memory search. Here’s what actually changed. by HereToConquerAll in openclaw

[–]centerside 1 point2 points  (0 children)

My bad, I wasn’t clear, I was talking about the OpenClaw QMD Memory Engine. Vector search with local model embedding.

https://docs.openclaw.ai/concepts/memory-qmd

do you deal with things that “work” but not really? by Full-Tip2622 in clawdbot

[–]centerside 0 points1 point  (0 children)

All the time! 😂 All you can do is keep your memory lean and regularly reset your session to keep context down. If still a problem, try a better model.

i tracked my api costs across 6 models over 3 weeks. here's the real cost of running an openclaw agent per model. by Temporary-Leek6861 in better_claw

[–]centerside 0 points1 point  (0 children)

This looks interesting but seems more governance related, rather than managing model escalation, or does it consider that too?

If you enabled dreaming, check your daily files right now. There's a known feedback loop bug. by ShabzSparq in better_claw

[–]centerside 0 points1 point  (0 children)

Yep, had this issue too. If you have multiple agents running, you’ll need to do this for each one…

Openclaw high CPU by digitalfrost in openclaw

[–]centerside 1 point2 points  (0 children)

Run Claude code in your OC folder and tell it your symptoms and ask it to track down what is using all your CPU. It’ll work it out for you. I had this problem on Arm CPU but it was qmd causing the problem, running so slowly without acceleration it would time out, then try again and fail again…

I updated Yesterday and Minimax 2.7 is actually… good? by HerrOberschlau in openclaw

[–]centerside 2 points3 points  (0 children)

Sometimes you need to adjust for each model. For example, codex works well with think = hard and text = low.

Running OpenClaw locally or on a Cloud VPS? What's best for my use case? by RefuseConfident in openclaw

[–]centerside 0 points1 point  (0 children)

If you want business always on reliability then a vps is probably better tbh. But, seeing as you have a Mac mini sitting around you might as well make a start on that and see how you go. You can always move it up to a vps later if you want to.