| ▲ | sunaookami 3 hours ago |
| Honest question: What do people actually USE OpenClaw for? The most common usage seems to be "it reads your emails!", that's the exact opposite of "exciting"... |
|
| ▲ | veganmosfet 13 minutes ago | parent | next [-] |
| I am experimenting prompt injection on OpenClaw [0][1], quite exciting. [0] https://itmeetsot.eu/posts/2026-03-27-openclaw_webfetch/ [1] https://itmeetsot.eu/posts/2026-03-03-openclaw3/ |
|
| ▲ | sgillen 2 hours ago | parent | prev | next [-] |
| I've only been playing with it recently ... I have mine scraping for SF city meetings that I can attend and public comment to advocate for more housing etc (https://github.com/sgillen/sf-civic-digest). It also have mine automatically grabs a spot at my gym when spots are released because I always forget. I'm just playing with it, it's been fun! It's all on a VM in the cloud and I assume it could get pwned at any time but the blast radius would be small. |
| |
| ▲ | gruez 2 hours ago | parent | next [-] | | >It also have mine automatically grabs a spot at my gym when spots are released because I always forget. seems far more efficient/reliable to get codex/claude code to write and set up a bot that does this. | | |
| ▲ | Sargos an hour ago | parent [-] | | >set up a bot that does this But he already did this. With a bonus of it will continue to work in the future if something breaks or changes. Human time is more precious than computing resources nowadays. |
| |
| ▲ | mvdtnz 2 hours ago | parent | prev [-] | | [flagged] | | |
| ▲ | gruez 2 hours ago | parent [-] | | No? The comment was admittedly ambiguous but if you go to repo it's far clearer: >I use it to give me a weekly digest of what happened in my neighborhood and if there are any public hearings or trash pickups I might want to attend. | | |
| ▲ | WhrRTheBaboons 2 hours ago | parent [-] | | that does not seem like something you need an 'autonomous' agent for. | | |
| ▲ | Sohcahtoa82 2 hours ago | parent | next [-] | | What would you propose as an alternative? Anything not relying on an LLM likely means having to write bespoke scripts. That's not really worth the time, especially when you want summaries and not having to skim things yourself. Going from doing it manually on a regular basis to an autonomous agent turns a frequent 5-15 minute task into a 30 second one. | | |
| ▲ | mvdtnz 2 hours ago | parent [-] | | > Anything not relying on an LLM likely means having to write bespoke scripts. The very first line in your readme is "CivicClaw is a set of scripts and prompts" though? And almost the entire repo is a bunch of python scripts under a /scripts folder. I looked at one randomly chosen script (scripts/sf_rec_park.py) and it's 549 lines of Python to fetch and summarise data that is available on an RSS feed ( https://sanfrancisco.granicus.com/ViewPublisher.php?view_id=... ) | | |
| ▲ | Gracana 2 hours ago | parent [-] | | Parent isn't saying that bespoke scripts are bad, just that it's not worth their time to write them. The value of the bot is that it can do that for you. |
|
| |
| ▲ | butlike 2 hours ago | parent | prev [-] | | They've created a public bulletin board for themselves, like a café's blackboard, or a city telephone pole. |
|
|
|
|
|
| ▲ | operatingthetan 15 minutes ago | parent | prev | next [-] |
| I use it mostly for the crons, it runs a personal productivity system that tracks my tasks, provides nudges, talks through stuff etc. It's all stored in an Obsidian vault that syncs to my desktop. I don't use it to control email/calendars or other agents. |
|
| ▲ | rubslopes 26 minutes ago | parent | prev | next [-] |
| I don't use this one, but a simpler one, also running on a vps. I communicate via telegram. I say to it: check my pending tasks on Todoist and see if you can tackle on of those by yourself. It then finds some bugs in a webapp that I took note. I tell it to go for it, but use a new branch and deploy it on a new url. So it clones the repo, fix it, commit, push, deploy, and test. It just messages me afterwards. This is possible because it has access to my todoist and github and several other services. |
|
| ▲ | knights_gambit an hour ago | parent | prev | next [-] |
| I use it to manage a media server. And use natural language to download movies and series. Also I use to for homeassistant so I csn use natural language for vacuuming the house and things like that. I do use it for a number of other tasks but those are the most partical. |
| |
| ▲ | nickthegreek 34 minutes ago | parent [-] | | Good use cases, but I do want to point out that you can do all of that with HA itself. Are you using skills to talk to *arr services? |
|
|
| ▲ | earnesti 2 hours ago | parent | prev | next [-] |
| I use it for a side project. I just put it on VPS, and then it edits the code and tests it. The nice thing is that I can use it on the go whenever I have spare moment. It is addictive, but way better addiction than social media IMO. The thing where you give it access to all your personal data and whatever I haven't done and wouldn't do. |
|
| ▲ | FrameworkFred 40 minutes ago | parent | prev | next [-] |
| so far, I've used it to kill a bunch of time trying to get it to respond to "Hi @Kirk" in a private Slack channel. ...and to laugh a little every time it calls me "commander" or asks "What's the next mission?" or (and this is the best one) it uses the catchphrase I gave it which is "it's probably fine" (and it uses it entirely appropriately...I think there must have been a lot of sarcasm in qwen 3.5's training data) and I've treated it like it's already been compromised the whole time. |
| |
| ▲ | globular-toast 36 minutes ago | parent [-] | | So basically an eggdrop like we had in the 90s except, by the sounds of it, less useful and considerably less fun. | | |
| ▲ | nickthegreek 33 minutes ago | parent [-] | | Having this in a discord is actually like having an eggdrop on steroids. I would of lost my mind having this on efnet in the late 90s. |
|
|
|
| ▲ | _doctor_love 3 hours ago | parent | prev | next [-] |
| Assuming you're asking in good faith, IMHO the deeper story around OpenClaw is that it's the core piece of a larger pattern. The way I'm seeing folks responsibly use OpenClaw is to install it as a well-regulated governor driving other agents and other tools. It is effectively the big brain orchestrating a larger system. So for instance, you could have an OpenClaw jail where you-the-human talk to OpenClaw via some channel, and then that directs OpenClaw to put lower-level agents to work. In some sense it's a bit like Dwarf Fortress or the old Dungeon Keeper game. You declare what you want to have happen and then the imps run off and do it. [EDIT: I truly down understand sometimes why people downvote things. If you don't like what I'm saying, at least reply with some kind of argument.] |
| |
| ▲ | _doctor_love 19 minutes ago | parent | next [-] | | Man, all the replies to my comment. Do you guys know how to fucking read? | |
| ▲ | j-bos 2 hours ago | parent | prev | next [-] | | So I neither downvoted nor upvoted you, but I think people may be downvoting, in addition to the fact that they just don't like the thing, based on the fact that you didn't directly answer the question. Specifically, what are you using it for, not what hypothetically it would be used for. | |
| ▲ | PKop 2 hours ago | parent | prev | next [-] | | First words out of your mouth are to accuse OP of not seriously asking the question. Then you write paragraphs saying nothing much at all. You could have simply answered the question in a simple straightforward manner. | |
| ▲ | mvdtnz 2 hours ago | parent | prev [-] | | You're probably being downvoted because you didn't answer the question. The questioner specifically asked what people are using it for and you answered by describing your technical setup. What we want to know is, what are you actually achieving with this tool? |
|
|
| ▲ | franze 2 hours ago | parent | prev | next [-] |
| my claw controls my old M2 mac, mostly my claw uses Claude code to code |
| |
| ▲ | operatingthetan an hour ago | parent [-] | | So you're using a different llm to control claude code to get around the Anthropic TOS about openclaw usage? | | |
| ▲ | paganel an hour ago | parent [-] | | At this point I'm personally lost, unless GP's comment wasn't some sort of satire (which would be valid, this being a topic about AI). |
|
|
|
| ▲ | dyauspitr 2 hours ago | parent | prev | next [-] |
| Agent based chron jobs mostly that work with other agents. It’s really nice if you want to tell your computer to do something repeatedly or in confluence with many other agents in a very simple way. Like check my email for messages from Nadia and send me a notification and turn on all the lights in my driveway when she gets there without having to actually get into the nuts and bolts of implementing it. It’s actually really powerful and probably what Siri should be. |
|
| ▲ | browningstreet 3 hours ago | parent | prev | next [-] |
| [flagged] |
| |
| ▲ | sunaookami 2 hours ago | parent | next [-] | | Obviously I already searched the web (not specifically HN I must admit) and there were always incredibly generic non-answers that ultimately say nothing (and they assume you have 3000$ per month or 2000 Mac Minis on your desk (hyperbole)). | | |
| ▲ | ziml77 2 hours ago | parent | next [-] | | Incredibly, one of the responses you got already is exactly one of those replies that says nothing. There's a whole bunch of words that don't actually answer the question. | |
| ▲ | emp17344 2 hours ago | parent | prev [-] | | I think you’ve got your answer, then. If nobody can tell you what it’s really used for, it likely doesn’t have any real use cases. |
| |
| ▲ | freedomben 2 hours ago | parent | prev [-] | | yeah I don't normally say "read previous HN articles" but it has been asked at least once in every article here. |
|
|
| ▲ | emptysongglass 2 hours ago | parent | prev [-] |
| I'm so tired of answering this question so I simply won't. Your best way of finding if it's useful for you is to install it and explore, just like you would with any other software tool. |
| |
| ▲ | equasar an hour ago | parent | next [-] | | Dodged the question entirely. Makes OP point very valid. OpenClaw is just nothing exciting to be about, it is a YOLO/FOMO experience for people so they can feel they are part of the "AI world". | | | |
| ▲ | DonHopkins an hour ago | parent | prev [-] | | Before I decide to shoot up smack, I like to ask junkies what the whole heroin experience is like, what they use it for, and how it has affected their lives. Nina Hagen - Smack Jack https://www.youtube.com/watch?v=nIDnN34ZZaE >Smack Ist Dreck, Stop It Oder Verreck! | | |
| ▲ | emptysongglass an hour ago | parent [-] | | So you're comparing a generic tool you can tailor to your own needs to drugs? This is exactly why I have zero interest in engaging with people over this topic. | | |
|
|