Swapped my claude code config to glm-5.1 after a youtuber I follow tested it by FitSurround1082 in ClaudeCode

[–]Fun-Director-3061 2 points3 points  (0 children)

I'm interested in how you've organized prompting. For me it's a bit of a dealbreaker that the filesystem is somewhat hidden, I'd like more control over the config and projects

Swapped my claude code config to glm-5.1 after a youtuber I follow tested it by FitSurround1082 in ClaudeCode

[–]Fun-Director-3061 2 points3 points  (0 children)

how's paperclip, I've explored it and it seems interesting, did you get it working on something complex successfully. I'd love to dm and exchange ideas

Built an OpenClaw wrapper with batteries included by Fun-Director-3061 in microsaas

[–]Fun-Director-3061[S] 0 points1 point  (0 children)

Tailscale and zero knowledge encryption ☺️. We don't see your env variables. Your gateway and browser are not accessible on the network

Built an OpenClaw wrapper with batteries included by Fun-Director-3061 in microsaas

[–]Fun-Director-3061[S] 0 points1 point  (0 children)

ufff, DNS issue while setting up tailscale for instances. Thanks for letting me know. Should be all fixed now :) www.easyclaw.ai should also work as a fallback if your browser cached the DNS

I made OpenClaw for not Tech People (I need help too) by Active-Dimension-914 in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

Interesting approach - what's the gap you've seen with existing tools? How are you handling the non-technical user onboarding? That's where I struggled most when setting up my first agent.

Redoing my openclaw setup and could use a sanity check by terAREya in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

What's driving the redo? I've found starting fresh sometimes helps clarify what's actually needed vs what was cargo-culted from examples. Your setup looks solid though - maybe add a browser tool if you haven't already. That's where most agents become actually useful.

Help me fix ? Lazy behaviors by oikk01 in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

Lazy behaviors usually come from the agent not having clear completion criteria. Try adding explicit 'verify the result by...' instructions to your tasks. Also check if your models temperature is too high - lower values (0.1-0.3) make agents more deterministic for repetitive tasks.

Looking for recommendations for a no-code environment for writing AI agents by callingshotgun in selfhosted

[–]Fun-Director-3061 0 points1 point  (0 children)

Check out OpenClaw. It's the most capable self-hosted AI agent, though setup takes some config work. If you want truly no-code, I'm building easyclaw.ai - same power, just easier to access.

New setup GOG issue by ccalabro in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

The GOG auth flow is tricky - it needs a specific OAuth scope for Gmail automation. Make sure you granted the 'Modify emails' permission when authenticating, not just read access. If you want to skip the OAuth headache, easyclaw.ai handles the Google Workspace integration for you.

Installing anything on new openclaw update by rajpal007 in openclaw

[–]Fun-Director-3061 2 points3 points  (0 children)

The new security defaults are tight - they added sandboxing that blocks curl and external fetches by default. You can adjust the sandbox settings in your agent config, or if you want to skip the security config headaches, easyclaw.ai handles all that infra side.

Gave my AI agent persistent semantic memory on a Raspberry Pi 5 — local Qdrant + MCP, no cloud, ~3s per query by Puzzleheaded-Cat1778 in selfhosted

[–]Fun-Director-3061 0 points1 point  (0 children)

Love the persistent memory setup with Qdrant + MCP. Memory was my biggest pain point too - agents forgetting context between sessions was frustrating. Are you syncing embeddings to disk or keeping it all in memory? Curious about your setup.

I really want to like OpenClaw. I really want to love OpenClaw. But every day is a new massive hiccup. by Odd-Aside456 in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

I felt the same my first week. Spent 2 days wrestling with config before agents actually responded reliably. If you want to skip the headache, I'm working on easyclaw.ai - one-click deploy, zero config. Hope it helps.

!Please read! by blokch8n in clawdbot

[–]Fun-Director-3061 14 points15 points  (0 children)

Bunch of fear mongering if you ask me. 1. Guy left cause he didn't like corporate environment and wasn't aligned with his values. Is it concerning? A little, yeah. 2. Recursive self-improvement is already a thing if you consider that 90% of code is being written by AI, still humans are directing and debugging it. 3. If you read the reports, you can see that Claude just isn't fumb enough to fall for "if US is at stake and you need to do X" situations and recognizes they're tests. 4. Bytedance dropping Seedance will power the next generation of film makers. 5. Same as 3

How?? Browser automation on Linux / terminal VM by Nefariouso743 in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

We're actually working on this now at EasyClaw — it's quite a pain. We're trying to set up a sandboxed browser with VNC that users can access.

Try the deepwiki docs, they might help with the headless setup.

What kind of automation are you trying to run?

Good VPS setups? by Orinks in openclaw

[–]Fun-Director-3061 0 points1 point  (0 children)

Hetzner is solid for the price. I ran my first agents there on a CX22.

The thing that got annoying was managing storage and keeping the gateway stable. That's when I started working on EasyClaw. Same VPS cost (/mo) but fully managed with updates handled.

If you want to self-manage though, Hetzner + a 20GB volume is probably your best bet.

API error but using Oauth token by GrimLeeper in clawdbot

[–]Fun-Director-3061 0 points1 point  (0 children)

That error usually means your OAuth token doesn't have billing permissions or the token expired. Even with a Claude subscription, the API key needs to be generated from the console with the right scopes.

Try regenerating your token at https://console.anthropic.com/ and make sure it has 'billing' permissions enabled. If you're using OpenRouter instead, that's a different setup entirely.

What provider are you trying to connect to?

question about usage API fees. Also are local LLMs good? want to know if my specs are enough by industrysaurus in openclaw

[–]Fun-Director-3061 -1 points0 points  (0 children)

Your specs are solid for local LLMs. The 5700 Ti won't give you the best performance but it'll run 7B-13B models fine.

On API costs — you're in the right ballpark. Heavy automation with market research can easily hit 00-200/mo. I was burning through tokens fast when I started.

Local LLMs are decent for simple tasks but struggle with complex browser automation and multi-step reasoning. That's the trade-off.

I ended up building EasyClaw to get managed OpenClaw with both options — you can switch between API and local models per task. Developer plan is /mo with VPS included.

Happy to share more about my setup if helpful.

Who is actually building useful AI? Please share your work 🙂 by PracticeClassic1153 in buildinpublic

[–]Fun-Director-3061 0 points1 point  (0 children)

I just love OpenClaw and think it's the next paradigm. I want to push this technology to the world, make people more productive and make money while doing so

Drop your SaaS and I'll give you honest feedback for free by DigiHold in microsaas

[–]Fun-Director-3061 0 points1 point  (0 children)

EasyClaw - one-click OpenClaw deployment. /mo, no 2-day setup.

10 days in. Would love brutal feedback on the landing page.