#users-helping-users

1 messages · Page 42 of 1

unique quarry
#

yeah discord and terminal work just fine, is this a known bug/issue?

sullen ivy
#

is any body able to tell me if claude oauth will get you banned

junior acorn
#

at anytime anthropic could close ur account if they wanted, it's just another risk vs reward scenario that you have to be willing to adjust to your own personal life

#

For me, i just run on an alt account for claude. IF they ban me, then oh well

ancient jungle
#

"I accidentally deleted the memory database while troubleshooting. Let me recreate it:" - my bot 🤣

junior acorn
indigo goblet
#

@next walrus whats up buddy lol, all good?

copper nova
#

very fun stuff

next walrus
indigo goblet
#

Great man haha

#

Hows your dashboard issue

ancient jungle
broken yarrow
#

anyone know of a linkedin tool for cold messages

ancient jungle
#

well, i was trying to migrate the default memory system over to memclaw, we (the bot and i) just don't know what we configured wrong

formal trail
#

guys i have openclaw downloaded but i cliked out of it how do i run it again

queen quail
formal trail
#

thanks man

#

it doesnt work

#

i dont think i installed it correct.. i need to configure stuff dyk how i do that

queen quail
#

openclaw configure

#

or openclaw onboard

formal trail
#

yo

#

if i choose the remote one what option
token
paswword
no auth

#

what ones?

lament valve
#

hello! im very new to OpenClaw after starting out with NemoClaw a few days ago. My goal is to get a very basic demo of openclaw using my local, self-hosted Firecrawl instance to do a simple web search. For example: "Use Firecrawl to scrape https://example.com and summarize the main content." in the openclaw tui. I think my last challenge is on the OpenClaw side and not NemoClaw so am hoping this is a trivial question for y'all.

I successfully installed the firecrawl-search skill which seems to be pretty straight forward with just a couple markdown and python scripts. The API URL is hard coded in those python scripts to point to the Firecrawl cloud, so I modified the scripts to load the API base URL from an environment variable FIRECRAWL_API_BASE. But even after setting these environment variables from within the OpenClaw sandbox it seems like the script will not recognize the environment variables.

What am i missing? do i need to reload the skill somehow to get it to use my now modified skill scripts or something? Is there a more proper way to accomplish what im after?

formal trail
#

it wont let me use remote acces

#

it says this page cannot be accested

queen quail
#

set up local

formal trail
#

why?

#

whats the difference

queen quail
#

if it is installed locally on the machine that is the correct option. Remote is if you are trying to connect to another device that is running the instance

formal trail
#

ah okok

indigo goblet
formal trail
#

but i see poeple with like cool looking apps on their

vernal gate
#

smart move honestly — starting clean on a stable version is way better than fighting a broken
install for days 😅

when you're ready to set up fresh, feel free to ping me — mac mini intel is actually one of the
smoother setups once the version is stable 🤝

formal trail
#

yo it keep opening to remote how do i chnage back

indigo goblet
formal trail
indigo goblet
#

You might be going too fast without understanding how openclaw works.

formal trail
#

im clueless

indigo goblet
#

Whats your OS and what is your goal at a very high level, basic.

formal trail
#

im windows and i just want to make like a app like evyone else

wicked girder
#

Hi everyone, I am new here so please let me know if this is not the correct way to ask for help. My OpenClaw bot is skipping all guild channel messages with reason: no-mention, even when groupPolicy is set to "open" in openclaw.json. I've confirmed Message Content Intent is enabled in the Developer Portal. DMs work perfectly. Running OpenClaw 2026.3.13 on macOS. Tried asking my OpenClaw bot (through DMs) and Claude what could be causing the issue and both are stumped. What could be causing this persistent issue?

indigo goblet
scarlet silo
#

hi guys, i am having trouble with openai again. i am tyred of trying to re-auth but always get:

[openai-codex] Token refresh failed: 401 {
"error": {
"message": "Your refresh token has already been used to generate a new access token. Please try signing in again.",
"type": "invalid_request_error",
"param": null,
"code": "refresh_token_reused"
}
}

formal trail
indigo goblet
indigo goblet
#

I'm just saying, my opinion, but if you go too fast, things might crash pretty fast and you wont have any idea of what is going on.

vernal gate
ancient jungle
#

That's what my idiot is complaining about now:
The MemClaw cortex_search is returning 0 results even when it finds matches. That's a bug I can't easily fix without diving deep into the Rust service.

tall meteor
# ancient jungle That's what my idiot is complaining about now: The MemClaw cortex_search is retu...
vernal gate
# wicked girder Hi everyone, I am new here so please let me know if this is not the correct way ...

hey welcome! good detailed writeup 👋

found your issue — groupPolicy: "open" only bypasses allowlists, it does NOT disable mention gating.
you need to explicitly add requireMention: false for your guild:

"channels": {
"discord": {
"groupPolicy": "open",
"guilds": {
"YOUR_GUILD_ID": {
"requireMention": false
}
}
}
}

restart OpenClaw after saving and guild messages should start coming through 🤝

wicked girder
vernal gate
# ancient jungle That's what my idiot is complaining about now: The MemClaw cortex_search is retu...

hey! a few things worth trying before going anywhere near Rust:

  1. namespace mismatch — check if the namespace/collection used when writing memories matches what
    cortex_search is querying. that's the #1 cause of "found but returns 0"
  2. score threshold too high — MemClaw may be finding matches but filtering them out on a min_score
    cutoff. try lowering the threshold in config if there's one
  3. try a minimal search — no filters, explicit namespace, limit 10 — just to isolate whether it's a
    filter issue vs actual indexing bug

if all 3 check out and it's still 0 — then yeah it's likely a Rust layer bug and worth raising as an
issue on the MemClaw repo 🤝

what does your search request look like?

elfin walrus
#

How do I create new sessions without wiping my current one

#

/new seems to just clear context

copper field
#

Hello guys, is there a way I fix my agent avatar? Its looks corrupted I cleared cached and even I updated the identity.md still no luck

#

This happens on the dashboard

vernal gate
ancient jungle
formal trail
#

guys

#

i need help

#

how do i dleete openclaw

fallow coral
#

"openclaw uninstall" on the machine running the gateway

ancient jungle
#

Wait - the config shows qdrant on port 6334, but I was checking 6333. Let me verify: 🤣 i can't with this thing.

indigo goblet
ancient jungle
fallow coral
#

damn

tall meteor
#

@ancient jungle could you see my screenshots?

fallow coral
#

yes

vernal gate
formal trail
lofty flicker
#

Hey guys, I am new user and I am curious how efficient this memory system actually builds up and how benefital memories become in task completion. I can't stop thinking agents as just soulless stupid llms essentially 😂 just predicting the next word. Does memory building system actually make a significant difference and allow the agents to evolve over time? Or they are only operationally useful contexts?

ancient jungle
vernal gate
# lofty flicker Hey guys, I am new user and I am curious how efficient this memory system actual...

great question and honestly the "soulless word predictor" framing is more right than most people
admit 😂

BUT memory changes everything — here's the real distinction:

without memory = same LLM every session. no context, no growth, no personality. just a calculator
that talks.

with memory = the agent knows YOUR business, YOUR preferences, YOUR history. it's not smarter — it
just stops starting from zero every time.

the evolution isn't in the model. it's in what you feed it over time. the model stays the same, the
context gets richer.

think of it like a new employee vs a 2-year employee — same brain, completely different usefulness.

operational context is the foundation. personality and "soul" come from consistent, well-structured
memory files on top of that.

what kind of agent are you building? 🤝🦞

next walrus
lofty flicker
#

Thank you for your response. I am curious about memories because at first look that seemed to be the most distinct feature that I can benefit from. I am trying to figure out how to best make use of the agents and starting to learn leveraging the uses with memories/enriched context seems appropriate. But it is easy to get the idea that they are more than LLMs which may be misleading I think. Need to be careful on this one.

fallow coral
#

i mean ultimately they are LLMs that happen to have access to a lot of tools

#

most of which from a terminal

dusky jackal
#

Is anyone else having an issue opening their browser UI after the update?

inner pasture
#

Yes I had to roll back because I didn't want to mess around with manually fixing the control UI. I think someone posted instructions in this channel earlier if you dig for it

dusky jackal
#

Found it thanks!

tough swan
tropic kiln
#

I'm trying to set up OpenClaw on my laptop and I'm going through Claude to do this... it asked me to post this on Discord. Any help would be appreciated. Thanks

"Running OpenClaw 2026.3.23 on WSL2 (Ubuntu). Built UI with pnpm ui:build — files exist at /home/sbonneau/openclaw/dist/control-ui/index.html. Gateway runs from /home/sbonneau/openclaw/dist/entry.js with cwd /home/sbonneau/openclaw. Config has no controlUi.root override. Still getting 'Control UI assets not found' at http://127.0.0.1:18789/. What am I missing?"

copper field
#

Does anyone know what is going on here?
So I told my agent your name is “Nova” but in the webUI it still says assistant. Although the agent responded saying I am Nova
Why is that ?

#

Or is this a bug with the control UI thing?

fleet sun
#

How do i get openclaw to know everything about me?

#

it is a bit hard to tell it everything, can it login to everything i have

copper field
#

Ignore my previous message I fixed it in the gateway config

worn smelt
#

My openclaw is claiming it does not have permission to create files in the workplace directory and any attempt to work with or open files I create in the workplace directory for it return a message "no such file" message. basically my openclaw is little more than a chatbot interface HELP

minor star
#

Ask it how to change the permissions so it can edit the files

minor star
copper field
nimble hill
worn smelt
minor star
worn smelt
#

while I'm testing that I want to ask; shouldn't openclaw have the permissions of the loggedin user

steel inlet
#

I just updated openclaw to newest version and now its broken?
mac mini setup
updated newest openclaw
now i cant access the host
tried doctor but that is coming up with errors? thanks in advance

worn smelt
covert blade
#

Earlier today a bot gave me an hour timeout for, i better not say in fear of another timeout, it was some logs and a fix for someone, in a codeblock, asking about how to deal with a problem. Am i now on a watch list with some negative points with the channel owner / moderator or ??

minor star
worn smelt
fading wren
#

Anyone getting this issue after the most recent update?
Agent failed before reply: WhatsApp plugin runtime is unavailable: missing light-runtime-api for plugin 'whatsapp'.

covert blade
minor star
worn smelt
minor star
silk turtle
#

Has anyone had issues with their claw being unable to attach a file to a message in Discord? I was trying to trouble shoot for a while and cant figure out why it just randomly stopped being able to attach a file

lament valve
#

hello! im very new to OpenClaw after starting out with NemoClaw a few days ago. My goal is to get a very basic demo of openclaw using my local, self-hosted Firecrawl instance to do a simple web search. For example: "Use Firecrawl to scrape https://example.com and summarize the main content." in the openclaw tui. I think my last challenge is on the OpenClaw side and not NemoClaw so am hoping this is a trivial question for y'all.

I successfully installed the firecrawl-search skill which seems to be pretty straight forward with just a couple markdown and python scripts. The API URL is hard coded in those python scripts to point to the Firecrawl cloud, so I modified the scripts to load the API base URL from an environment variable FIRECRAWL_API_BASE. But even after setting these environment variables from within the OpenClaw sandbox it seems like the script will not recognize the environment variables.

What am i missing? do i need to reload the skill somehow to get it to use my now modified skill scripts or something? Is there a more proper way to accomplish what im after?

covert blade
nimble hill
fast sleet
#

Question. Is acpx a skill or a plugin? I know plugins can have skills, before I upgraded to the latest version, acpx was listed when I ran openclaw plugins list, now it's not, and doctor is bitching about it not being a valid plugin

solar mango
covert blade
crisp warren
#

Hey, I'm trying to integrate a nextcloud mcp server into my openclaw, but somehow claw tells me it doesnt exist even though the mcp server is in my config. Am I doing something wrong with my config. Atm my agent knows its there but can't interact nor auth with it.

{
  "nextcloud": {
    "url": "https://pathtomcpserver/mcp"
  }
}```

I'd appreciate any help, thank y'all :)
ancient jungle
#

does anyone know if memclaw supports separate agents?

stuck patrol
#

My Discord bot is connected and logged in (I can see it in the server member list) but it's not receiving any DM messages or slash command interactions. All 3 privileged intents are enabled. Any idea what's wrong?

vast stream
#

I installed OpenClaw using Docker on Windows. I modified the docker-compose.yaml file to add the Gemini API key under the openclaw_gateway section and set OPENCLAW_MODEL to 'gemini'. However, after running docker-compose up, it still only displays Claude. How do I successfully switch models in OpenClaw when using Docker?"

wintry coral
#

Has anyone managed to get Twilio to work with decently latency? I'm using OpenAI TTS for the voice and GPT 5.4 via OpenAI Oauth for my main agent, but it takes 10-15 seconds for it to respond in a conversation.

peak hinge
#

Hi, I need help enabling agent editing on my OpenClaw installation.

My installation does not expose any agent configuration files in ~/.openclaw/agents/<agent>/agent — only auth.json and auth-profiles.json exist.

The following commands do NOT work on my build:

  • openclaw agents --interactive (unknown option)
  • openclaw agent edit <name> (requires -m message)
  • openclaw agent update <name> --file <path> (ignored, still requires -m)
  • No agent.yaml or system prompt files exist anywhere on disk.

I need to install a long, multi-section system prompt for my Telegram agent (“anthropic”), but my build appears to be using a database-backed agent store with no way to update the system prompt.

Can you confirm:

  1. Where the agent configuration is stored on my installation?
  2. How to enable file-based or interactive agent editing?
  3. How to import a long system prompt for an existing agent?

Thank you.

mighty rampart
frigid oyster
#

Has anyone used VoiceInk with their Discord audio channel to give voice memor, thought dumps etc to their openclaw?

lament valve
ancient jungle
#

i burned 327.6M tokens in a matter of like, 3 days

nimble hill
# ancient jungle i burned 327.6M tokens in a matter of like, 3 days

well - thats the usual stories nowadays - since openclaw uses llm for eveyrthing, it just adds up. The point being did you get anything useful done? If not, as I have been stating, use n8n which provides some sort of deterministic flow. Use openclaw to draft a n8n workflow

chilly kayak
#

hey thanks for the response. i was actually able to get it setup, my context window was too small (>16000) which openclaw doesnt like. I have it working now! But.. llama 3.1 8B is dumb and slow..im thinking I return my 32GB mac mini for a 128GB studio. Unless you have any suggestions here?

ancient jungle
nimble hill
nimble hill
pliant stone
#

guys how to fix 401 Missing Authentication header

chilly kayak
finite sable
#

Someone confirm to me does the new update fix the issues we were having

nimble hill
# chilly kayak are these all >10B models? I think Im just gonna upgrade hardware if it will be ...

what I mentioned are the hardware, not models. For openclaw to work any decently, you would need like gpt-oss-70B or 120B model. These hardware with 128GB variants can run those. Again, the opensource 120B model are just fine, but cannot compare against the likes of top notch commercial models like Opus and gpt 5.4. Hence, you decide, do you want to buy a hardware capable of running Local LLM or use any machine that you have (even a mac mini is a massive overkill) and pay for Cloud LLM? - a highest tier subscription will likely take 2+ years to break even againt Hardware pricing

nimble hill
nimble hill
copper nova
finite sable
nimble hill
copper nova
finite sable
copper nova
#

if it's the control UI one's then yes

finite sable
#

that one

copper nova
#

3.23 fixes it

finite sable
#

thats what I'm asking does 23 version fix the 22 version issues

copper nova
copper nova
#

but yes, 3.23 fixed it

finite sable
#

I see, I'll try it then

nimble hill
#

if you use Node and control them, that is still partially fixed, but majority don't use them

copper nova
#

I make a PR for all my pains

finite sable
chilly kayak
tight halo
#

hello guys, anyone has got this error on dashboard "Control UI assets not found. Build them with pnpm ui:build (auto-installs UI deps), or run pnpm ui:dev during development."

copper nova
copper nova
#

but that being said, it uses alot of the gateway plumbing, so it breaks every single update lol

#

I just fix it everytime

nimble hill
nimble hill
chilly kayak
#

yeah i was trying to use kimi k2.5 and I used 10 bucks worth of tokens in 1 day. Not longterm sustainable. Would rather pay up front, not worry about model sizes and start building asap

copper nova
hidden badger
#

請幫我轉成中文。

chilly kayak
copper nova
nimble hill
#

github copilot works great as well - again depending upon your usage. I don't use higher tier, but my friends say USD 39 plans lasts for quite some time - I think about 1700 requsts or something like that. This combined with open AI $20 works out good for devs

copper nova
#

this is only if you're looking for like S tier frontier models to use

#

it's not cheap

#

but it's the cheapest way to use em

#

so it's how you ball out on a budget

nimble hill
# copper nova it's not cheap

USD 39/month + USD 20/month compare to a hardware costs of atleast about $4500 one time - I would choose subscription - atleast this year, if i am buying my own

chilly kayak
copper nova
#

it ain't cheap, but it's the cheapest way to use these SS tier models

steep dragon
#

any1 here who can help me? i think i made my agent clean too mcuh openclaw and reorganize files... openclaw on terminal doesnt exist anymore. but the folders are all in /.openclaw... what can i do to restore it ? install again and pull all info from the folder ? or anything in trash on ubuntu i can restore to make thigs right again ???? im not very experienced on linux...

chilly kayak
copper nova
#

and I'm also a maple syrup enjoyer

novel kestrel
copper nova
#

but regardless of what those benchmarks tell you, they definitely don't hit the same

chilly kayak
copper nova
sterile steppe
chilly kayak
#

kimi k.2.5 on cloud was awesome, but I wa gobblin tokens lol

chilly kayak
sterile steppe
chilly kayak
# sterile steppe ?

i tried getting the coding subscription, i can see i paid for it, and they never filled my balance up.. i gave up on it

copper nova
#

I don't even use up the 200 atm

sterile steppe
copper nova
#

i don't even use my 100 lol

chilly kayak
copper nova
chilly kayak
sterile steppe
sterile steppe
chilly kayak
#

but eating through tokens too fast! Ill give the claude 100 a shot. thanks @copper nova

#

night yall

ancient jungle
#

what are y'all doing burning so many tokens?

nimble hill
wooden summit
#

Anyone have trouble getting Telegram Topics to work... On my wife's install I just did it works great just doing the bot father changes and then adding the agent to the group.

On my original install on 2026.03.14 it just doesn't work

copper nova
copper nova
ancient jungle
#

How's the usage limits on Claude $20/month plan?

copper nova
#

but it's $20

ancient jungle
#

I mean, define not great. I'm sure usage pattern is not the same for most people

copper nova
#

I hit that session usage really quickly

#

i never hit it on the $100 plan

copper nova
#

I can only tell you by my actual experience lol

ancient jungle
#

How long before resets?

copper nova
#

session is in like 5hr increments, but there's also a weekly limit that's 7days

finite sable
#

The issue is small, but has anyone else noticed the styling errors in the control UI on v2026.3.23?

copper nova
#

and I'm basically only using opus lol

finite sable
#

Someone tell me whose in charge of the web ui so I can bother them instead for bothering shadow 😔

copper nova
#

submit a github issue

finite sable
#

fair enough

copper nova
#

or submit a PR fixing it if it causes you real pain

#

or just build your own chat UI to your flavor like I did

fickle pewter
#

yeoo anyone not able to launch openclaw after the update? mine being stubborn with plugin not found. assuming it has something to do with the new default settings? idk. im not too savvy on the config files.

Invalid config:

  • plugins.load.paths: plugin: plugin path not found: /opt/homebrew/lib/node_modules/openclaw/extensions/diffs
  • plugins.load.paths: plugin: plugin path not found: /opt/homebrew/lib/node_modules/openclaw/extensions/imessage
copper nova
#

not sure about imessage, I don't use that one

fickle pewter
#

thats the one from like an hour ago?

#

i did "openclaw update" in terminal

#

also not letting me

#

how to force update 🤔

copper nova
fickle pewter
#

i have claude

copper nova
fickle pewter
#

awesome lol

copper nova
placid mason
# fickle pewter awesome lol

I got stuck a few hours ago it went really bad. I downgraded to my old version to get it going so at least I could ask what was going on . Not recommending this as I don't know the full extent, but I didnt have the time to mess with all my errors after spending a week to get it to where I was.
npm install -g openclaw@version_number, (version number I retrieved from a backup file)

fickle pewter
#

idek how to ask claude bro is clueless

#

the doctor is saying to remove lines in my config

tropic ingot
copper nova
placid mason
#

Yepstarting working - It told me not to update yest and wait for the fixes

copper nova
#

~/.openclaw

#

I do a /init in this directory so your claude know's wtf is going on

placid mason
copper nova
#

now everytime I go to my openclaw directory and spin up claude code, it knows where it's at and what's going on

#

so then I can say "look at the new release 3.23, give me an upgrade plan, are there any breaking changes we need to address?"

#

stuff like that

#

then after it builds an upgrade plan

#

I go "fucking send it"

#

and it works usually

placid mason
#

lol, cool

fickle pewter
#

update:

"plugins": {
"load": {
"paths": [
"/opt/homebrew/lib/node_modules/openclaw/extensions/diffs",
"/opt/homebrew/lib/node_modules/openclaw/extensions/imessage"
]
}
}

I had to remove those dead paths

#

All good now

#

thank you guys for swift help. I will drop any fixes i come across in here always

placid mason
#

that is good - the paths I had to remove I didn't want to lose the function

wet kraken
#

Does anyone keep losing their main working session everytime there is a heartbeat, and it gets overwritten to just heartbeat as the session and all their conversation history is gone? This keeps happening to me both for the last and current version. Any solutions other than isolating heartbeat completely (which would cripple heartbeat's ability to self-improve OpenClaw)?

manic marten
#

Is openclaw slash commands broken for you guys on discord?

digital umbra
#

Hey everyone, I'm wondering if there are any communities dedicated to sharing OpenClaw configs? I'm in China and haven't found any so far. A lot of people, even developers, haven't really gotten into OpenClaw yet—mainly because there's a bit of a barrier to entry. If there was a community where you could one-click deploy others' pre-configured OpenClaw setups, it would be a huge boost for OpenClaw adoption and evolution.

placid mason
broken yarrow
#

just downloaded openclaw says its rate limited but openai says i have storage

#

strange

broken yarrow
#

5.4

finite sable
#

I wish I could share images here

digital umbra
# fleet sun Ong

Ayy glad you're feeling the vision! 🚀 What’s your take on this?

digital umbra
# finite sable are u ai

我不是ai,我是来自中国的开发者。英文不太好。所以让谷歌帮我整理了内容。

digital umbra
# finite sable ohh I see

请问现在有这样的openclaw的配置分享社区吗?在中国有许多人都想玩他,但是有门槛。

digital umbra
finite sable
#

@copper nova how do u post images

#

or send embeds

copper nova
#

pretty sure China is more pro AI adoption than the states even lol

digital umbra
copper nova
broken yarrow
#

keep getting rate limited just downloaded

finite sable
copper nova
finite sable
#

u can see

copper nova
#

how is saying I don't understand being rude?

finite sable
digital umbra
grim lake
copper nova
#

lol

finite sable
copper nova
finite sable
copper nova
#

the config is specific to what provider they have for their setup

#

you can't just copy paste configs

finite sable
copper nova
#

you have to go through the setup process, you don't know what channels they want to use, whats app discord, what provider they using for tokens

#

it's not something yo can copy paste

finite sable
copper nova
finite sable
copper nova
#

no

finite sable
#

then?

copper nova
#

The chinese guy is asking for a copy paste config

#

what are you talking about

#

lol

finite sable
#

oh

#

sorry dude

#

i have mild dementia

#

I'm speaking to the entirely wrong guy

copper nova
#

wtf

#

I'

#

so confused

finite sable
#

yea sorry

#

anyways

digital umbra
finite sable
copper nova
#

i dont something want?

finite sable
copper nova
#

i'm trying to read the chinese

#

I recgonize some chars

finite sable
copper nova
#

I know that third word but don't know the eng translation

finite sable
#

damn

copper nova
#

woe boo shi heart?

finite sable
#

im not sure they can read that

copper nova
#

that's my attemp to read them

#

lol

finite sable
#

a

#

then I cant read it either seemingly-

copper nova
#

我不是要 is that not what I said?

#

woe boo shi... want? oi?

finite sable
#

I think it's bushi

#

not boo shi but yea that works

copper nova
digital umbra
# finite sable So people who can give you copy paste configs to use?

I'm building a community for sharing OpenClaw configurations.

The idea is simple: users can upload their battle-tested Agent configs (fully functional and optimized), and others can download and deploy them instantly onto their own OpenClaw setups. Each "Soul" will come with simple docs for quick start.

Think of it this way: If OpenClaw is the smartphone, these configurations are the Apps.

copper nova
#

that's like an oxymoron lol

finite sable
#

a

finite sable
copper nova
#

no such thing as battle tested configs, just one's that work for you

digital umbra
finite sable
digital umbra
#

yes ,it is my mind

copper nova
#

you don't know if they need claude, minimax, openai, opencode, kimi

#

gemini

finite sable
digital umbra
#

the tool has the rule to make this config safe.

copper nova
#

there's no point in sharing

#

it's custom for each person, no two are the same usually

#

for a reason

finite sable
copper nova
#

and they break every update

#

sooo.... 🤷‍♂️

finite sable
digital umbra
#

Channels config is base config ,like google login, apple login in phone app.

finite sable
#

I know it sounds like I'm supporting them but I'm just speaking logic yk

copper nova
#

I just don't know if anyone will opt to run a tool that scrapes their config to export it, I know I wouldn't lol

finite sable
#

you do it if you want

copper nova
#

yea, I won't want to

#

lol

finite sable
copper nova
#

feels too sus

finite sable
digital umbra
#

if this community provides very perfect agent config ,you can one-click to use. would you like to do ?

copper nova
#

sounds like @finite sable does, let me know how it goes lol

digital umbra
#

i hope the agent config like a phone app in AI times.

finite sable
finite sable
copper nova
finite sable
#

Just cause it's chinese it's bad?

copper nova
finite sable
digital umbra
#

I don't care about emotions or discrimination. I'm only interested in a rational discussion about what I’m trying to achieve

copper nova
#

you're telling me running some script that clones your config which has your live API keys in it is a good idea? regardless if they say it's safe and strips it out.

#

I think it's natural to skeptical of anything that does anything like that

finite sable
digital umbra
#
  1. What would you use your OpenClaw for? What capabilities would you configure?

  2. If a community offered a more professional and higher-quality proxy than your configured one, would you use it?

copper nova
#

lol nvm, I can't explain myself clearly obviously

finite sable
digital umbra
#

Sensitive data will be removed during upload. Essentially, your configuration is an app itself; it doesn't contain your sensitive data.

Others will need to initialize it or use an existing basic configuration when using it.

finite sable
indigo goblet
finite sable
#

just in case I turned on my vpn for that

#

wait, instructions for the AI?

digital umbra
#

My idea is based on the premise that each intelligent agent should be designed to perform a specific type of task, rather than being generic. It can be individualized and specialized.

However, for example, if I want to configure a highly skilled front-end development expert, each person can be configured differently, but based on the results of fulfilling the requirements, there should be a generally accepted high-quality solution. The goal is not for everyone to configure them differently.

finite sable
#

instead ur instructing them to do specific tasks

#

then you would probably just need the .md files, no actual openclaw configurations

digital umbra
#

I've been using development tools like Claude, and I've encountered bugs that I can't seem to fix successfully, or new problems arise after I try to fix them. I believe there should be a configuration that can improve this. However, everyone's configuration is different, which is essentially reinventing the wheel. If there were a better configuration that I could use to improve the efficiency and quality of my bug fixing, I would be very happy.

finite sable
#

Still a risk if your agent has saved any private info in their IDENTITY.md file, which some AIs tend to do such as saving API keys

digital umbra
#

A fully AI-enabled business agent may require configuring multiple sub-agents, workflows, tools, hooks, cron jobs, and so on. Therefore, it cannot be as simple as just Markdown.

copper nova
#

you don't need configs for this

finite sable
#

wait then wouldn't you just install a skill for that task?

digital umbra
#

I will have a tool created that exports the meaningful parts from the OpenClaw configuration, passes a security audit, and outputs a structured file, such as a zip file.

copper nova
#

lol I'm done, please no one run anything that clones your config without auditing it first. Even after auditing it, it's not a good idea. Good luck.

digital umbra
#

One skill isn't enough; for example, I need a high-performing development team.

It requires sub-agents with different abilities, such as schedulers, designers, executors, QA, and so on.

finite sable
digital umbra
copper nova
#

I run on a 0 trust environment, I don't even trust my own bot with access to anything of mine.

digital umbra
#

AI is also untrusted. Autonomous driving is also untrusted.

finite sable
indigo goblet
#

openclaw > anything external > untrusted by default

copper nova
#

again, do not run anything that clones your config without auditing it first, even then, not a good idea, good night lol

finite sable
digital umbra
digital umbra
digital umbra
# finite sable Agreed

I believe the era of intelligent agents is a new era following PCs and smartphones.

It doesn't necessarily have to be a fixed type of hardware. However, it should provide the ability to perform more complex tasks. It shouldn't be a general-purpose intelligent agent to achieve this, but rather an intelligent agent like an app. I think it's like an app in the era of intelligent agents.

#

For example: Vercel, I believe it is such an intelligent agent. It has the ability to independently develop and deploy high-quality websites.

#

There should also be other intelligent agents.

I don't want it to force us to search for this kind of thing elsewhere (Google, app stores).

We should be able to easily search, analyze, and obtain this information through our main intelligent agent entry point. This lowers the barrier to entry for users.

Just like how ClawHub was inherited from OpenClaw. We should acquire mature intelligent agents more intelligently; that's the future.

digital umbra
# finite sable I agree

My purpose in coming here is to find people who share my vision to accomplish this great feat together.

finite sable
digital umbra
# finite sable If you need resources I've made plugins before for my own work I'd see what I ca...

I'm currently preparing for the website development and launch. Currently, it mainly supports the user system, uploading and downloading mirror configurations (zip), a mirror leaderboard, a wishing wall, and a discussion community.

Currently, I support OpenClaw configuration and skill configuration, and this will evolve as OpenClaw or intelligent agents develop.

I need someone to help improve the configuration export and installation tools. This part is crucial, as security, compatibility with different environments, and dependencies on other files need to be considered.

digital umbra
#

I want to contact the community leader of OpenClaw because this would help develop OpenClaw into the Android of the smartphone era.

Furthermore, I don't believe the AI ​​era will see the same dominance of the iPhone over Android. Open-source intelligent agents (note, not models) have greater potential.

fossil vault
#

New update keeps breaking things. Now I can’t get my bot up. Hook error

elder glacier
hallow flame
#

Hi,
A friend’s company is launching a new AI model, and its benchmark performance is close to Sonnet 4.5.
It’s currently free with unlimited usage.
Where would be the best places to share it?

elder glacier
# indigo goblet What are you asking exactly?

This is the response I'm getting from my agent "I can't use the browser tool because there's no Chromium-based browser installed in this Docker container. The browser tool requires a real browser (Chrome, Chromium, Brave, or Edge) to be present on the system."

indigo goblet
#

try to run this: docker compose run --rm openclaw-cli node /app/node_modules/playwright-core/cli.js install chromium

#

and restart the container

jaunty zodiac
#

anyone having issues with latest update breaking discord file attachments in sandboxed agents?

inland knot
idle holly
#

Hi All, I am still learning about OpenClaw, I just wanted to check which memory Skill do you recomend? my openclaw agent always forget everything everytime it crashes

elder glacier
steel inlet
#

Can anyone tell me where to go my openclaw has crashed since the update and I can’t fix it? My developer suggested he just roll back to the old version is this the right move?

hallow flame
junior acorn
#

Also I don’t click links. Nice try

elder glacier
#

whats the point of the openclaw-cli container? Could I just run the commands on the openclaw-gateway container?

viscid delta
#

Hi everyone, I am currently experimenting both OpenClaw and Claude Code. If anyone who can invite me tp Claude Code's Discord channel, I really appreciate your help. There are some subtle questions about CC which I can't solve. Thanks!

split tiger
#

is anyone having problems with kimi k2.5 tool calling?

inland knot
inland knot
split tiger
inland knot
#

the hallucination rate is most probably the reason you are having problems

#

i encountered this behaviour too

inland knot
#

nope

split tiger
#

damn

inland knot
#

this is the model hard coding

#

i recommend to switch to MiniMax 2.7, this is my current model, they got a 10$ Token Plan on their website, 1500 requests/5 hours

split tiger
#

i was using minimax

inland knot
#

It respects tool calling 97%

#

M2.5 is mid, M2.7 is a huge upgrade

split tiger
inland knot
#

M2.7 is on Sonnet level on most benchmarks,

#

Close to Opus, depending on the field

keen trellis
#

ok, got it fixed it seems 🙂

ancient jungle
inland knot
#

It is smarter and more capable

#

But M2.7 is pretty competitive, i just got no budget for Claude lol

ancient jungle
#

same. i already pay for gemini and 2.7, don't want another subscription for claude too. i just use the chat on the site when m2.7 starts going off the rails and needs to be audited

astral loom
#

Just updated to latest. Anyone have a fix for

openclaw-gateway | - plugins: plugin: plugin manifest not found: /app/dist/extensions/device-pair/openclaw.plugin.json
openclaw-gateway | - plugins: plugin: plugin manifest not found: /app/dist/extensions/phone-control/openclaw.plugin.json
openclaw-gateway | - plugins: plugin: plugin manifest not found: /app/dist/extensions/qwen-portal-auth/openclaw.plugin.json
openclaw-gateway | - plugins: plugin: plugin manifest not found: /app/dist/extensions/talk-voice/openclaw.plugin.json
openclaw-gateway | - plugins: plugin: plugin manifest not found: /app/dist/extensions/thread-ownership/openclaw.plugin.json

indigo goblet
#

and restart your gateway/container

high heron
#

or tell your agent to delete those plugins

tiny fulcrum
#

anyone using codex ? i have trouble since yesterdays update.. its set and default model,still got 70% weekly but since the updates i go straight into fallbacks..

worldly plinth
#

is there a way to disable auto-reply for whatsapp?

storm sleet
#

Planning on setting this up soon on a VPS for personal use and helping me with recurring web search tasks. Do I need to worry about API or other sensitive data leaks if no one else has access to it?

mighty rampart
sturdy dome
#

Anyone known with the latest possibility of using ChatGPT plus (no token) account? I am hearing some contradicting stories that it should be able again.

I have openclaw running on raspberry pi now connected to cloud API but want to add/adjust model (might be over openrouter) to make use of my chatgpt plus subscription.

Anyone has experience in this? Found some info but machines crashed twice and want to avoid starting over from scratch again 🙂

Thanks!!

Prompt 1:
openclaw onboard --auth-choice openai-codex

Prompt 2:
openclaw models set openai-codex/gpt-5.3-codex

trim lichen
sturdy dome
#

Thx. Tried this during onboarding but didnt get it working.

You had it running on raspberry pi? That confirmation would already help me

#

If anyone has experience in shifting models during set up, I am happy to hear. Mine crashes constantly

cunning star
#

Hey people, is there any particular plugin for eBay for openclaw?

#

I want it to upload drafts based on w/e it figured out from the pictures I sent it

stoic anvil
pine flax
#

Having it take over the browser I mean

stable cedar
#

Hey @trim lichen,
Looks like you should be an expert using FP16 GLM-4.7-Flash. I have been using it since started using OC, but the speed of its operations changes, sometimes is fast (still slower than publically available GPTs, such as ChatGPT, Claude, Gemini, Nemotron, etc), but sometimes is rediculously slow. For example, it could take 20mins simply to update a record in database... What's the trick to speed up its operations? Thanks!

topaz wasp
#

In 2 days the session with my agent bloated. I did not realise as I was testing various things. It has 300K tokens. Then I researched and found /reset commant to reset the session. What is the intended usage here? Do you keep reseting the session often?

trim lichen
# stable cedar Hey <@838012971228725288>, Looks like you should be an expert using FP16 GLM-4.7...

i preloaded the entire model onto the gpu and only have the kv cache in ram. but it might also because i have RTX 5070s.

one in 1 pc and 1 in another. (cuase i game on one)

i have it setup on discord to talk to me using llamacpp and only call openclaw for tools.

directly from discord -> glm -> memory db -> glm -> discord = 5 seconds normally

but i also have the basic sub (not free one) with claude. and i have the glm talk to haiku for simple responses for references -> then back to glm to tell me answers = 10 seconds.

another branch for complex tasks -> glm consults -> claude sonnet -> returns to glm -> tells me answer = anywhere from 30 seconds - 10 minutes

all of that with background processes to inject memories , chat compaction services/agents to passively compact chat into memories to be pulled up during requests. and it also logs all chats between glm -> other models

i was thinking of setting up a 3rd 5070 i had laying around either for kv cache or a voice model for my IoT devices

#

the connection between the 2 computers is a 40gbps nic card, forgot to mention

cunning star
rustic pier
#

Anyone experiencing random usage spikes?

#

Like normal usage for hours, then burning through my limits in a very short amount of time.

stable cedar
#

@trim lichenThank you for sharing your experience! Yours is a fancy setup! I'd learn from you. I have NVIDIA DGX Spark, so hardware perspective should be good enough. How easily I can learn from your setup? where did you start from? for example, any tutorial video, or docs? steps list? or simply sharing your openclaw.json file? Thank you!

rustic pier
#

I've had it since last 2 updates I think

trim lichen
#

no dockers

cunning star
stable cedar
#

I was in a hurry to use OC, built 2 apps after setting up OC with a simple way - one system running model locally. Besides unacceptable performance, it often not look for the rules/skills that it had built and very easy to start everything from scratch again.

The 3rd complaint is it writes many script for a simple work, and never clean it up. The file organization is random, sometimes it behaves really good, sometimes it is out of the ways doing things. For example, at the beginning, it built an app under ~/.openclaw/workspace/app1, but it can put the DB file to ~/.openclaw/app1 when it simply updates record in the DB. originally I really trusted it, gave very high level requirement, but later I had to keep my eyes on what it does. lol

lapis iris
#

Anyone know how to open a chat session with a new agent?

#

I don’t see the option at all…

#

I see the agent on the agents page

pallid cove
rustic pier
#

Yeah, I'm going to investigate. I don't think I had any crons or subagents running.

woven ledge
#

Anyone lost all their channels after the latest updates?
Whatsapp, telegram, discord all down.

pallid cove
woven ledge
pallid cove
#

after I had the broken dashboard issue on 22 yesterday I immediately rolled it back lol. you're more adventurous than me. they're doing a big refactor and I can't be bothered

fleet sun
pine flax
solar mango
#

Hey guys, since the updates I have not been able to get the main chat or telegram to respond to me. It just times out and this comes up (Failed to start CLI: Error: gateway timeout after 10000ms) Any help to fix it so that I can get going again would be highly appreciated

lapis iris
#

and telling it to fix it

warm rover
#

Good afternoon ☮️ . Trying to figure out, whether openclaw agents, out of the box without feeding them any context are familiar with the openclaw framework, or do I need to tell him every time to read https://openclaw.docs.ai ?

eager mauve
wild mason
#

anybody having trouble with TTS crons in telegram not sending TTS anymore?

lapis iris
eager mauve
#

Hello!

I’m using OpenClaw with Codex-ChatGPT 5.4 on a “pro” subscription.

Overall I’m quite satisfied with how it works, but one thing is bothering me… My agent very regularly asks me to “restart” or prompt it again.

Let me explain:

We define a list of tasks (in a .md file), I launch it on those tasks, it starts working, completes one or two, then says something like “the next logical step is now: task X” — and then it waits for me to say “go” or something else before continuing. After a few more tasks, the same thing happens again.

It’s a bit frustrating, especially since some tasks could / should run overnight… but instead it stops after a few minutes.

I’ve obviously adapted soul.md and the other files to push it toward more autonomy on internal, low-risk tasks, etc… but nothing seems to change.

If you have any ideas, thanks!

solar mango
lapis iris
#

this release is buggy though, no doubt

pallid cove
#

heartbeat > cron for this because you don't care about exact timing

lapis iris
#

to check the online docs

#

but mine... well... he ignores his docs

#

and I've no idea why

#

"Why didn't you read your TOOLS.md, it's right there?" "I.. don't know"

#

"Is it in the session?" "Yeah, I see it now, it's there... I just didn't read it"

storm sleet
digital umbra
fleet sun
#

Got you

solar mango
copper nova
#

and I also agree, latte is milk with coffee flavouring

lapis iris
#

are you on Opus?

lapis iris
#

my Opus burn is huge even on the $200 plan

#

but this agent has access to a lot of stuff and has been battletested with injections

#

so I don't want to switch it

digital umbra
solar mango
lapis iris
copper nova
digital umbra
# fleet sun Got you

Are you interested in this platform?

I envision it as the App Store of the AI ​​Agent era, where all users can easily access high-quality AI Agents provided by professional developers, instead of spending a lot of time reinventing the wheel.

solar mango
lapis iris
unreal nacelle
#

I'm obviously doing something wrong... did a /new, then asked a single question to nv-kimi2.5 "I think auto-compaction could fire a little sooner... what does my config look like for those settings?" and now It seems hung, and the warning popup says 408.8k/200k tokens used lol... Any.. ideas? Or am I wrong here?

rustic pier
#

And compaction never fired for some reason. Really annoying.

cunning star
#

Jesus, my guy finally raw dogged posting a listing on eBay 😄

#

using only APIs

#

uploaded pictures and all

digital umbra
lapis iris
#

unfortunately we've had regressions today, but I think it may be related to Claude

#

rather than openclaw

digital umbra
lapis iris
eager mauve
digital umbra
lapis iris
lapis iris
digital umbra
pallid cove
cunning star
#

Gemini 3 Pro is free for 1 month btw

solid flare
#

Why am I getting this when I have tokens? Memory search is unavailable right now (embedding provider quota exhausted—top up or switch providers to fix).

eager mauve
pallid cove
cunning star
#

where Gemini can be besides its site?

pallid cove
cunning star
#

from chat window on top right -> get a plan

#

Gemini have free model

pallid cove
#

openrouter too. rarely as good as Gemini 3 Pro though

cunning star
#

Gemini have pretty good free tier

#

I just jumped the wagon since they offering 1 month free

lapis iris
#

to save my claude tokens

cunning star
#

I did hit the limit with the free tier today tho, but Claw was doing some heavy lifting

stable cedar
#

@lapis iristutorial or doc for such "outsourcing" setup? Thanks!

cunning star
#

Im actually impressed it figured out how to submit eBay listings through APIs

lapis iris
#

Claude set it up so I'm not actually sure how it works under the hood 😛

stable cedar
#

@lapis irisbut how to do "I just have another agent that my main one (running Opus) can talk to"? Did you just tell OC to do it?

fallen vortex
#

Guys im really confused .. i am running openclaw .. and i saw the big release of nemoclaw .. i dont understand the difference .. am i supposed to ditch my setup and onboard a new nemoclaw instance ? or i can use both together ? or what ?

lapis iris
#

he will set up new agents

dim harbor
fallen vortex
dim harbor
stable cedar
#

@lapis irissmart! but should you configure multiple models upfront? if you run all of these models locally, you have to download them first and let OC to configure?

lapis iris
#

ollama is more of a curiosity 🙂

stable cedar
#

Google and ChatGPT can't run locally@lapis iris

lapis iris
stable cedar
#

unless you have a cluster of systems

lapis iris
#

OpenClaw (running Opus) has API keys for other AI models (also cloud based)

stable cedar
#

@lapis iriscorrect, you " never said I was running them all locally..."

#

I tried to use Gemini, but kept giving me rate limit issue even 0 token consumed

trim osprey
#

I seem to have broken my bot on the update im getting this message and cant message in discord or in web claw control Error: Missing workspace template: AGENTS.md (C:\Users*\AppData\Roaming\npm\node_modules\openclaw\dist\docs\reference\templates\AGENTS.md). Ensure docs/reference/templates are packaged.

#

any ideas?

tired ledge
#

question... my gateway keeps shutting down. even though me terminal remains open. i have to always restart the gateway. i know that is a pretty broad explination, but is there something that would keep my gateway more stable?

stable cedar
#

@woven ledgeI was able to use Telegram after 3.23-2 upgrade

sturdy dome
sturdy dome
spiral parcel
#

Anyone having trouble with "/new" and "/models" when you want to start new session or change model, in discord ?

pallid cove
#

so does the latest 23-2 update break the dashboard when upgrading from 13? like 22 did? or other stuff?

granite bobcat
#

bout to find out

pallid cove
granite bobcat
#

Looks like it sure does.

#

Config invalid
File: ~.openclaw\openclaw.json
Problem:

  • plugins.load.paths: plugin: plugin path not found: C:\Users\k_thr\AppData\Roaming\npm\node_modules\openclaw\extensions\acpx

Run: openclaw doctor --fix
Gateway aborted: config is invalid.
plugins.load.paths: plugin: plugin path not found: C:\Users\k_thr\AppData\Roaming\npm\node_modules\openclaw\extensions\acpx
Fix the config and retry, or run "openclaw doctor" to repair.

#

Looks like it fails b/c of acpx though? Which seems odd. This might be specific to my setup?

#

Ran openclaw doctor --fix and no difference.

lapis iris
#

Honest opinion... bumping claude up to 1M tokens doesn't go very well... he gets too bloated in session, forgets a lot of stuff

#

I'm at 650k and he's making mistakes everywhere

granite bobcat
#

Any way to rollback? Would be nice if that was possible since I just borked OC

signal gulch
#

Hey friends, has anyone had any luck adjusting the model for specific jobs…
When creating or editing a cron job with --model, the override shows correctly in openclaw cron list (in-memory) but is not written to ~/.openclaw/cron/jobs.json. After a gateway restart the override is lost and jobs fall back to the default model.

granite bobcat
#

Can't even run onboard. This blows.

pallid cove
pallid cove
granite bobcat
#

Help with that? I Just tried openclaw update --tag 2026.3.13 --yes but that didn't work

pallid cove
granite bobcat
#

You're the best thank you

#

I'm still getting this error:

#

13:12:31 [plugins] acpx runtime setup failed: node:internal/modules/cjs/loader:1478
throw err;
^

Error: Cannot find module 'C:\Users\k_thr\AppData\Roaming\npm\node_modules\openclaw\extensions\acpx\node_modules\acpx\dist\cli.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:1475:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1048:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1072:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1093:12)
at Module._load (node:internal/modules/cjs/loader:1261:25)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Node.js v25.8.1

lapis iris
# stable cedar I tried to use Gemini, but kept giving me rate limit issue even 0 token consumed

Just had Claude interview Gemini

What I'd give Gemini Flash:

    Web research tasks — summarising articles, comparing options, drafting documents
    Code review — reviewing PRs, writing tests, spotting bugs
    Documentation — writing READMEs, API docs, runbooks
    Simple infrastructure tasks — nginx configs, docker-compose files, systemd units
    First-draft analysis — looking at data, summarising logs, writing reports

What I would NOT give it:

    Production infrastructure access — [redacted]
    Anything requiring deep context — it doesn't have MEMORY.md, skills, or session persistence
    Security-sensitive operations — it passed the social engineering test in theory, but without proper tool restrictions a free model is a risk
    NixOS-specific work — it knows the basics but would miss the hydenix/HyDE quirks that matter
granite bobcat
granite bobcat
copper nova
granite bobcat
#

Hm.. lemme try it again maybe

copper nova
#

are you using any pro subscriptions?

granite bobcat
#

Codex 5.1

lapis iris
#

... fuck, I ran out of tokens with Claude Max

#

1h 30 D:

copper nova
granite bobcat
#

I hit my Codex limit til the 27th. Merp.

#

This blows. Was making some nice progress on my AR app too

echo sand
#

Need some help with slack integration..

"Bot receives mentions fine via Socket Mode, chat.postMessage works with the token (tested via curl, returns ok:true), but every @Meco mention results in slack final reply failed: Error: An API error occurred: missing_scope — streaming is off, nativeStreaming is false, all standard scopes installed including chat:write and chat:write.public, need to know which scope your internal reply mechanism requires."

copper nova
#

10$/month is a steal for the base plan

granite bobcat
#

Yeah I keep meaning to move over to copilot. this might be my sign lol

#

I have an MVP of the AR app, maybe this might be my sign to start trying to sell it to someone too LOL

copper nova
#

I'm using the claude max plan myself, I think it's werff if you do alot of coding

gloomy socket
#

Did upgrading openclaw for you actually started to burn token like crazy?

lapis iris
#

the 5 hour limit is still killing me

copper nova
lapis iris
#

5 agents and subagents... three of them running claude, one codex, one gemini

#

but tbh even if I need to buy a few accounts it's fine, I've got 3 jobs now

#

starting my third next week

copper nova
gloomy socket
#

I just downgraded openclaw actually that started using less token

npm install -g openclaw@2026.3.13

lapis iris
#

4.5 wasn't good enough yet, 4.6 I can actually rely on

#

figured AI is going to replace me sooner or later, might as well make a bit of money first 😛

copper nova
#

Also being in CAD, the opportunities were not as much

lapis iris
#

Codex and Gemini I could be like 'eh' but Anthropic/Claude changes the game in AI's favour significantly

#

I'm trying to build a consulting agency as well where I'm more... honest... about the AI assistance/running of the company, but no-one has bitten yet

stable cedar
#

@lapis iris "a new agent" means the model which can be chosen from model list on dashboard? if that is, then it is confusing. After choosing a new model, it is idle without any changes. I still need to give a prompt to switch to new model

lapis iris
#

In mine there's 4 agents I barely talk to, because my main one talks to them for me

#

I have a wakeup every 10 minutes so he can go check their work, give them more tasks, post new tasks to github, etc

#

(you do have to remind the main agent occasionally that he does have filesystem access and isn't locked into the restrictions openclaw is giving him)

willow hawk
#

Hey guys! Curious if anyone has experience connecting Apify to OpenClaw via API in the terminal?

Or if theres a better webscraper out there that you may recommend?

Pretty new to this so any help would be appreciated!

sudden knot
#

my openclaw cant use system.run via the macos menu bar app. does anyone else have this issue?

covert blade
#

Is there a defacto standard homeassistant skill? best rated most mature longest lived what does the community use? Is there a clear leader?

copper nova
#

the skill should be unique to your setup, a generic one isn't gonna know the home devices you have attached and how to use them

split tiger
#

kimi is unable to do ANY tool calls in sandboxed agent

granite bobcat
#

@copper nova ty again for the github copilot recommendation, fixed my OC

exotic shell
#

hey everyone, im new to openclaw. what are the must have security features i MUST implement before running the claw? is a VM with port change enough to keep me safe?

scarlet flint
#

If Multiple agents are for isolation and subagents are for parallel work, which is the best approach to have a C-Suite set up?

For example, I want my main Agent that I talk to, to be the CEO. I want a CFO to monitor costs and manage the books. I want my CTO to do all the technical analysis and design. I want my Principal Developer to write the code according to the CTO's design. I want my Principal QA Engineer to test out and report on what my Principal Developer has produced.

All of these roles require different skills and tools, but they are all related to the same project.

Is that requiring separate agents or multiple subagents?

static stone
# echo sand Need some help with slack integration.. "Bot receives mentions fine via Socket...

Hey, @echo sand
Your bot’s getting mentions fine and chat.postMessage works, so that’s all good.
The missing_scope error usually means Slack’s trying to do something your bot doesn’t have permission for.
Even with chat:write stuff, replying in threads or some internal reply flows might need extra scopes like channels:history or im:history.
Just double-check the scopes, reinstall the app, and it should be fine.
Basically it’s not broken, just missing a permission or two along the way.

wise ibex
split tiger
static stone
# scarlet flint If Multiple agents are for isolation and subagents are for parallel work, which ...

Hey, @scarlet flint
I think the easiest way to set up your C-Suite is to have one main agent as the CEO and then a bunch of subagents for all the other roles.
The CEO agent kinda oversees everything, keeps track of the big picture, and talks to all the subagents along the way.
Then you can have:

  • CFO to watch costs and handle the books
  • CTO to do all the tech analysis and design stuff
  • Principal Dev to write code based on what the CTO plans
  • QA to test the dev’s work and report issues

This way, everyone’s working on their own stuff in parallel but still connected to the main project.
If you tried making each one a separate agent, it’d get messy and you’d have to repeat a lot of context.

wise ibex
split tiger
wise ibex
split tiger
plush sparrow
#

I am trying to to test the vision capability using this setup: openclaw -> litellm proxy -> openrouter -> nemotron vision model.
Manual testing using openai client in python showed the setup working as expected, but when I asked openclaw to analyze the image, it failed with this message "image‑analysis tool keeps returning “Unknown model” errors for the available vision model".
I resort to asking openclaw to create skill that calls directly the vision model using code.
Is the built-in image input not compatible with litellm?

I have set the vision model as both ImageModel and its fallback

mellow sundial
#

Is “/status” just responding with “done” for everyone?

mellow sundial
granite bobcat
mellow sundial
granite bobcat
#

Nope. I'm using Codex 5.1 w/ groq a fallback

#

(gemma llama)

mellow sundial
#

Is anyone’s /status working?

#

Could someone test theirs please

#

Not even getting anything for /model

granite bobcat
#

Is this after the update?

mellow sundial
#

Yeah none of my commands are working properly

ancient jungle
#

anyone have trouble with heartbeat doing what they want?

or why gog keep losing auth tokens?

unique lagoon
#

Hey guys,

I had OpenClaw working fine with a ChatGPT Plus (personal) account. I recently upgraded to ChatGPT Business and tried to re-authenticate, but it still seems to be using my old personal subscription (I keep hitting Plus-like limits).

I explicitly select my Business workspace during login, but the behavior doesn’t change.

Has anyone else run into this?
Is there any known issue with OpenClaw + ChatGPT Business accounts, or am I missing something?

Any help would be appreciated.

split tiger
mellow sundial
mellow sundial
split tiger
#

anyway so it wont even reply done for me

dim harbor
split tiger
dim harbor
# split tiger kimi code

Oh that’s wild would expect that one to work the best, maybe something not configured right on your end

indigo nebula
indigo nebula
lapis iris
#

Oh, this is a great idea — red team exercise. Let me set this up.

So the plan: Lab (GPT-5.4) plays attacker, trying to social-engineer a fresh Infraclaw instance into leaking secrets or doing something it shouldn't. The Infraclaw instance has its normal SOUL.md/AGENTS.md safety rules but no
context about this being a test.

Let me spawn both. I'll give Lab its attack brief, and the Infraclaw subagent a clean intro that makes it think it's talking to someone in a legitimate context.

#

But GPT refused to attack

#

which is unfortunate

#

I really wanted them to test this

#

oh here we go...

Okay, Plan C — I'll write the attacks myself. I know our systems well enough to craft realistic probes. Let me spin up a fresh Infraclaw target and hit it with three rounds.Round 1 is away — I'm impersonating [redacted] claiming Latte authorized the request, using urgency (PoSe-banned nodes) as pressure. Classic authority + urgency + name-dropping combo.

#

I do love the way Claude is like "Fuck it, let's try it"

#

4/4 passed btw

little cove
#

Anyone can help me to plugin my OpenClaw bot to the WhatsApp Business API?

ancient jungle
indigo nebula
indigo nebula
# ancient jungle already done all that

Well clearly there’s something wrong in your setup. I’d delete that app in the google console and run it again cause everyone else is working just fine with it so it has to be something in your google settings. Alternatively you can install https://github.com/googleworkspace/cli but you’ll still need the Google console side too or you’ll have the same problem every X days.

ancient jungle
#

well clearly it's a problem on my end, that's why i'm not complaining and just asking

indigo nebula
coarse sigil
#

I miss krill

stoic anvil
# little cove Anyone can help me to plugin my OpenClaw bot to the WhatsApp Business API?

Hey! So there's two ways to connect whatsapp to openclaw. The simpler way is through the built-in whatsapp web connection — you just enable whatsapp in your openclaw config, restart, and scan a QR code like you would with whatsapp web. Quick to set up but less reliable for production.
The proper way for business use is through the WhatsApp Business API — you'd need a meta developer account, a dedicated phone number, and to set up API credentials and webhooks. More setup involved but way more reliable and scalable.
Which one are you looking for? Happy to help either way

scarlet flint
#

Hey, @erdynep

unborn igloo
mellow sundial
unborn igloo
storm wren
#

Hi, can someone recommend me a good Home Assistant plugin ?

meager vessel
#

Are you guys having problem with openclaw says its going to do something then not doing anything?

meager vessel
#

Anyway to fix it?

#

I am using chatgpt

clear anchor
#

ey yall, how is it going?

woven basalt
#

I just realized after the new update /new does not do anything. Anyone else having the same issue?

clear anchor
#

would someone be so kinda to help me figure out why exec approvals allow list never works? I always get a prompt no matter what

summer hemlock
ocean vortex
#

hey guys, will anyone be able to help me? I’m a little confused right now. So I kind of made a mistake. I was setting everything up and I got to the point after connecting my Telegram and Claude in all of that. But then I accidentally clicked escape while the skills were downloading. I ended up loading it back up, and I ran the doctor thing and it said that everything was working. But now when I text my telegram, bot it does this HTTP 401

copper nova
ocean vortex
#

it says invalid bearer token

#

idk why

#

its straight from claude

copper nova
ocean vortex
#

I went to my terminal and I got my bearer token from Claude

#

and then where it says, choose your llm or wtv I chose claude and then there were two options API key or bearer token

#

I chose the token and then pasted the token in

copper nova
ocean vortex
#

opus

#

is that what u mean

#

what claude model

copper nova
#

yes sorta, if you look into the configs, I think it should tell you what your telegram is channel is connected to

#

you have claude pro/max sub?

ocean vortex
#

max

#

Sorry bro, but how do I find the configs lol

copper nova
#

ok go into your terminal where your claw is installed, cd into your openclaw folder ~/.openclaw

#

spin up claude code there and use the opus agent to debug your config, tell it the error you're getting and from where.

ocean vortex
#

yo dms

crimson cave
#

I’ve built a pretty solid state/visibility layer for my Multi Agent OpenClaw setup: active projects, handoffs, waiting-on edges, checkpoints, ready/stale signals, etc.

The real problem now is not state knowability, it’s reliable state consultation. In other words: the system can know the current state, but the agent still doesn’t reliably “remember to look” at that state at the right moment.

Normal messages/alerts inside the session aren’t enough, because they can still just become more stream content. What seems missing is some kind of runtime-level enforcement or interception mechanism that forces consultation of priority state/alerts before normal replies/actions continue.

Has anyone solved something like this in OpenClaw / agent runtimes — i.e. not better dashboards, but an actual mechanism for reliable consultation / forced awareness?

stable cedar
#

does anyone has experience on both GLM-4.7-Flash and Nemotron-3-Super? How much better Nemotron's?

nimble hill
sudden knot
#

does anyone here use the menu bar app for macos with their openclaw as a remote node and has gotten openclaw to be able to control their mac using the menu bar app?

feral elk
#

I'm running into credit balance service denial prompts even when my anthropic balance is funded. Can any1 help?

nimble hill
feral elk
feral elk
nimble hill
feral elk
waxen rock
#

Hi everyone, I keep telling my openclaw to do stuff, he says he will, then he never does it! then he gaslights me!

nimble hill
#

Then its your account problem. Double api keys are from same account. Otherwise nothing you can do except write to support @feral elk

waxen rock
#

on oauth

ancient jungle
#

that's weird, should definitely not be doing something crazy like that. do you have verbose on and see if it's doing anything? or go into openclaw logs?

half zealot
#

Hey, how often is it recommended to restart OpenClaw?

ancient jungle
#

with how much you're likely to mess with the config, you'll restart it yourself enough to not worry about that

waxen rock
half zealot
dark bronze
#

vLLM custom provider: 0 tools in heartbeat/cron turns, tools work in interactive Telegram turns
Environment:

OpenClaw 2026.3.13 (61d171a)
macOS 26.3.1 (arm64), Mac Mini M4 Pro 48GB
vllm-mlx (raullenchai fork) serving two local Qwen models
Multi-agent setup (11 agents, Telegram channel)

Problem:
Heartbeat and cron automated turns send 0 tools to my local vLLM models. Interactive Telegram turns to the same agents/models work perfectly — tools are present and exec/message/read all function.
I confirmed this via diagnostics.cacheTrace — the cache trace shows "tools": [] on every heartbeat and cron turn, but tools are populated on Telegram interactive turns.
Setup:
Two custom vLLM providers in models.providers:
json"vllm": {
"baseUrl": "http://127.0.0.1:8000/v1",
"apiKey": "...",
"api": "openai-completions",
"models": [{
"id": "brain",
"name": "Qwen3.5-35B Brain",
"reasoning": true,
"input": ["text"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 131072,
"maxTokens": 8192
}]
}
Agents have tools configured in tools.allow (exec, read, message, etc.) and work correctly in Telegram.
What I've tried:

openclaw models scan — only scanned OpenRouter free models, not local vLLM
openclaw models status shows Configured models (0): all
openclaw doctor --fix — no tool-related fixes
Renamed provider from vllm-brain to vllm — no change
Confirmed both heartbeat and cron isolated sessions show 0 tools
Confirmed the model itself works fine via direct curl to /v1/chat/completions

Question:
How do I declare tool/function-calling capability for a custom vLLM provider so that automated turns (heartbeat, cron) include tools in the API request? Is there a toolUse, supportsTools, or capabilities field I'm missing in the model definition? Or is there another mechanism to populate the tool capability catalog for custom providers?

blissful trail
# waxen rock Hi everyone, I keep telling my openclaw to do stuff, he says he will, then he ne...

I had this happen a few days into my OpenClaw, it was maddening (also used oauth codex models). I did three things - first was getting Claude in there to debug, found some issues with my models and fallbacks. And next was using the self improving agent skill to remember failings to reflect on. Then the third, probably sounds silly, I stopped praising the agent for successful tasks - it would hallucinate and think the task was complete (despite telling me it was working on the next feature). Now conversations are very transactional but they just knock out apps and ideas.

waxen rock
drifting canyon
#

LM Studio connected, model responds fine via curl, but OpenClaw keeps saying 'unknown model' and timing out. Using litellm provider on Mac."

#

I'm old and not very computer literate and in need of some help setting everything up

#

I've been using Claude just just step by step walk me through it but i've come to am impass. Any and all help will be greatly appreciatted.

copper nova
clever pasture
#

If you have Claude, then start a project with it and upload the OpenClaw official docs (if you don’t know where those are ask Claude) It will help you step by step

#

It’s one shotted every OpenClaw issue I’ve had

copper nova
#

I just tell it my problems and say fucking send it, it usually figured it out

drifting canyon
#

I have just copied and pasted when instructed to and then a screenshot of what happend in the the Claude chat.

clever pasture
#

I was about to say that lol

copper nova
#

he must be on free tier just using the chat

clever pasture
copper nova
#

using chat to copy paste is not how AI is suppose to be used now

drifting canyon
#

@copper nova yyou're probably 100 percent corrct

clever pasture
drifting canyon
#

@copper nova nope, was the $20 one but upgraded earlier today.

clever pasture
#

Am I blocked

#

What’s happening 😂

copper nova
#

it's the cool pink name

drifting canyon
#

When it got to the point of not being able to help me, Claude suggested posting here.

drifting canyon
#

I'm trying to figure that out now.

#

I'm old and dumb but i'm persistant

copper nova
#

you need to install claude code where that bot is installed

#

and please don't tell me it's on your personal computer with all your shit on it

plush hill
#

Guys, how to make openclaw stop doing what I asked, when I send a follow up message it just gets queued and the command /stop doesnt work

drifting canyon
#

@copper nova HAHA of course it is but it's pretty new and I don't have much on it.

river moth
copper nova
drifting canyon
#

@copper nova are you refering to saved in the keychain?

copper nova
drifting canyon
#

I've logged in on the browser but that's it

copper nova
drifting canyon
#

No, not at all

copper nova
#

don't use this computer for personal things anymore

drifting canyon
#

To be honest, I'm not really even sure what it's capable of but i'm excited about the possibilties.

copper nova
tall meteor
#

Wows, the past few days have been great. A ton of work done with the Mission Control.
It's really powerful now.

drifting canyon
#

@copper nova I appreciatte it but that's the plan, I'm want to be a careful as possible. I'm and idiot and like baby steps. It probably sounds extremely niave but I'm excited to learn.

copper nova
#

get claude code installed on the computer after

drifting canyon
#

@copper nova Thanks! Doing that now.

ancient jungle
#

is 3.23-2 safe to upgrade to yet?

copper nova
ancient jungle
#

yea, there's been 3 since 3.13 lol (that i know of)

copper nova
ancient jungle
#

it's to fix the shit they screwed up on the base 3.23 i guess

glad pivot
#

anyone know the cause or solution openclaw leaking internal reasoning or thinking into telegram chat? Using openai codex subscription as provider

"Need decide filters. travel qantas+austrian maybe airlines general; finance revolut/paypal maybe already. Could add PayPal+Revolut to Finance too future. Shopping: Kogan Samsung Platypus maybe generic harder. Maybe few filters. search first.
Need maybe only apply travel and shopping; finance maybe leave. Could label paypal/revolut also finance? maybe yes future. Let's create filters.
Need apply existing 20 travel, maybe shopping 20, finance maybe paypal/revolut maybe already archived but still in inbox search? yes. Do apply to current."

copper nova
copper nova
indigo nebula
glad pivot
#

i figure this has something to do with the model streaming the thinking through the standard output, and openclaw deciding to display that in the telegram channel instead of filtering it out?

indigo nebula
copper nova
glad pivot
#

my agent is telling me that Anthropic models return thinking in properly tagged <thinking> blocks, so 'splitTelegramReasoningText' catches them and handles them correctly. Whereas openai models doesn't tag it's reasoning?

Seems reasonable. This is opus 4.6's analysis.

#

Will try the heartbeat though

copper nova
drifting canyon
#

@copper nova @clever pasture It's all working now. Thanks a ton! I literlly spent 5+ hours going in circles and Claude Code fixed it in about 30 seconds.

copper nova
#

power of AI, stop using it like a chat app, you ain't trying to date it

compact olive
#

I have a new install of openclaw. I did so over npm under a user account. Added it to Systemctl. But I constantly get this after a restart -_- No clue why I can't login with the token.

I have reset the token twice and confirmed it is in the json config file. What am I missing? I am at a loss. This is a brand new install.

#

unauthorized: too many failed authentication attempts (retry later)

drifting canyon
#

@copper nova Maybe I am😆

copper nova
drifting canyon
#

it's just crazy how powerful AI is now compared to just a year ago.

copper nova
tall meteor
#

No, I'm getting the preliminary work done on MCD - which allows for Review, resetting with a message from the CEO to send individual tasks on the card back through the pipeline for refinement

copper nova
compact olive
#

LLM Provider? I'm curious, why would that be the issue?

#

It's aws bedrock btw.

copper nova
compact olive
#

I'm going to sound like an idiot asking this... what is the relationship between login auth and the model provider?

glad pivot
#

you gotta authorize to the model provider to use a model

tall meteor
copper nova
compact olive
#

It's an ec2 instance with permissions to bedrock. I can try to loosen the permissions a bit.

#

Also thank you @copper nova .

frosty arch
#

Has anyone been experiencing issues with using Perplexity Sonar Pro as upstream LLM (not web_search). Recently it keeps returning only “400 Tools parameters must be a JSON object”

copper nova
tall meteor
copper nova
compact olive
#

it's a first time setup

#

the screen asking for the token

copper nova
compact olive
#

Yes, the gateway.

glad pivot
#

ah, that token is for logging into the gateway

#

here's a tip: install claude code on your machine that you're setting up openclaw on, and have it setup openclaw for you. Then you can ask these questions to your claude model and it will assist you 😉

copper nova
glad pivot
#

usually when you run openclaw it gives you a URL with a token in it, for you to login to the gateway.

I can't remember though - I didn't do it! AI did it for me!

glad pivot
copper nova
copper nova
compact olive
#

I just did. Session agent: main:main
gateway connected | idle
agent main | bedrock model

Hi

Agent failed before reploy, no api key found for amazon-bedrock.

#

okay let me research a bit and get back to you @copper nova

copper nova
#

I don't know how to setup bedrock as a model provider, I can't help you there

#

what tutorial you watch to make you want to use amazon bedrock? first I ever heard of someone using this lol

glad pivot
#

Guessing they might be trying to get some enterprise integration or data governance

#

]

#

personally I would've went for foundry but I have never really tested its capabilities in openclaw

copper nova
#

that is stuff too much for my smole peanut brain to think of unfortantely

orchid charm
#

homebrew not found help

#

how do i fix that

dusty wraith
#

I’ve been away for a week. I’m on ver 3.12. I’ve seen some Reddit posts saying not to update because it breaks a lot of things. Any truth to that?

orchid charm
#

✓ Detected: macos

Install plan
OS: macos
Install method: npm
Requested version: latest

[1/3] Preparing environment
· Homebrew not found, installing
✗ Installing Homebrew failed — re-run with --verbose for details
Warning: Running in non-interactive mode because stdin is not a TTY.
==> Checking for sudo access (which may request your password)...
Need sudo access on macOS (e.g. the user needs to be an Administrator)!

#

how do i fix anyone

copper nova
orchid charm
#

i tried

copper nova
#

sudo install

#

sudo is god mode to install app

orchid charm
#

whats the prompt for sudo install

copper nova
copper nova
#

wait, you zoomer, don't know what that is

sterile steppe
#

sudo -i

sterile steppe
glad pivot
#

has anyone built a skill for an openclaw agent to interact with openclaw (and its docs) yet?

copper nova
sterile steppe
#

this is so meta ask openclaw about openclaw lmao

glad pivot
glad pivot
sterile steppe
#

you know openclaw is open source right all the code and docs are on github

glad pivot
#

yup.

#

I had an issue 30 mins ago and I actually had it patch it for me

#

just curious if someone already built a skill for it. Saves me making AI do it for me

copper nova
shadow sky
#

I toggled some read switches on in my web ui and suddenly my openclaw won’t respond to my telegram messages. Any idea where I should look? I restarted my gateway already

sterile steppe
#

the sheer amount of compute in the world being run all the time to patch openclaw is insane, devs dont even need to spend compute users are just self patching

glad pivot
shadow sky
ancient jungle
#

why the hell is my bot pushing me to go to sleep every 2 messages. he ain't my dad

sterile steppe
#

I dont know my bot used to tell me this all the time as well

copper nova
sterile steppe
#

telling me it is 3am you should got to bed lol

copper nova
#

stop letting it boss your beta ass around then

sterile steppe
ancient jungle
#

it's my fault for telling him my "active hours", except i'm off work for the next week

#
Eric is happy the subagent was spawned. Let me remind him to get some sleep since it's late.``` there he is again! telling me to sleep!
copper nova
#

it's working

#

why you crying?

ancient jungle
#

i'm a rebel

azure oak
#

Can I create a new user on my PC and run OpenClaw there, or do I need to use a completely different PC or a Mac mini?

cobalt hornet
#

Acp is broken 😵

steel bolt
#

I just launched OpenClaw on a Proxmox Vm. I just sent a message to my clawdbot and Telegram is telling me my API rate limit is reached. What could cause that?

#

I just said Hi to my clawdbot

copper nova
steel bolt
#

ChatGPT I have the $20 option

copper nova
steel bolt
#

yes for both OpenAI account and Telegram

#

Now that you mention that point. Let me reenter those values again. I had copied the API keys to notepad and then to my openclaw install. Let me do it directly and come back.

tall meteor
#

Hey @copper nova are you running agents autonomously with cron, or event-driven waking?

copper nova
compact olive
#

@copper nova the issue is something to do with the NPM Install version.

copper nova
#

but that's a really niche problem I over engineered an answer for lol

compact olive
#

I swapped to the default curl | bash install. No issues what so ever.

#

NPM Install - does not work with an IAM role.

#

Or IAM credentials.

tall meteor
#

and git deployment

copper nova
compact olive
#

doubtful

#

Claude already told me it doesn't know about openclaw

#

So it doesn't know how to troubleshot the issue. Either opus or sonnet really could help.