Remix.run Logo
godot 3 hours ago

I use it, it works well for a certain limited category of tasks once you've set it up properly, it's not as easy and straightforward as it seems, but once you've learned its quirks you can make it work.

The category of task I have it do is basically the pattern of "scrape some certain websites on a regular schedule, do some light data processing/understanding/analyzing, report the result to me [all or sometimes only when there is something worth mentioning]".

You could simulate the same things with cron jobs on a server and some scripts and LLM APIs. But having Openclaw do it does make it a little bit easier to set up and make changes.

The initial setup was a bit more time consuming than I thought it would be. I set it up on a VPS, I already have scripts to set up a server and tighten security normally, so I could just use that, but people who don't already have that stuff would have to do that first. Then the Openclaw setup and configuration was like a 20~30 step situation, lots of API keys to get, etc. I opted for Slack over Telegram or Discord (I don't use either of those regularly) and you pretty much have to set up a new slack bot app yourself (you follow their listed steps, but there's still hiccups here and there), you have to debug and solve issues etc. to get through it all.

Then even after all the initial setup is done, it takes some time to learn and get used to its quirks and behaviors, at the beginning there's just a lot of frustration about things it can't do, or things it says it can or will do, but doesn't.

hatmanstack 3 hours ago | parent [-]

So now all I really want to see is your setup script...you go first.

godot 41 minutes ago | parent [-]

Hah I don't know if your msg is a "show me the script so I know where the security holes are so I can hack it" or just genuinely want a setup script for yourself to use.

But either way, nowadays it's trivial to ask Cursor/Claude Code to write you such a shell script.