10 wild things people are building with OpenClaw
The open-source AI agent getting put to creative use
Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!
You are now subscribed
Your newsletter sign-up was successful
Join the club
Get full access to premium articles, exclusive features and a growing list of member rewards.
Most people come to OpenClaw expecting a smarter personal assistant. What they find is an agent that can run shell commands, control a browser, write and publish its own skills, and send messages on your behalf around the clock. If you're a developer or IT professional trying to figure out what this tool is actually capable of beyond the headline numbers, the community showcase is a good place to start.
We've collected ten of the most interesting things people are building right now, from solo productivity experiments to multi-agent pipelines running on cloud infrastructure. Fair warning, though: OpenClaw is powerful but still young, so several of these setups carry real security risks. We've flagged those where relevant.
10 wild things people have built with OpenClaw
From a Reddit-style social network that got acquired by Meta to an app that can trade cryptocurrency on your behalf through Polymarket, here are some of the wildest experiments people have run using OpenClaw.
1. A multi-agent software development pipeline
A developer writing on DEV Community built a three-agent code pipeline entirely inside OpenClaw: a programmer, a reviewer, and a tester, each running as an isolated agent with its own workspace.
The pipeline processes code through up to three review iterations before handing off to tests, with no human involvement unless something breaks. The key lesson was to keep flow control out of the LLM prompts entirely.
Lobster, OpenClaw's workflow engine, handles sequencing; the agents handle reasoning. In a fitting twist, the developer used GitHub Copilot as a fourth autonomous agent to write the Lobster fork code that makes the whole loop work.
2. An overnight idea-to-decision research system
A user on OpenClaw's showcase page built a "log" skill that captures ideas as tasks throughout the day. Each night, a cron job picks up the queue and spawns subagents to run research and code experiments. By morning, each idea has either a follow-up task or a structured decision record covering the problem context, alternatives considered, and the final proposed solution.
Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!
All the artifacts live in a named directory that the agent can query on its own. It's a surprisingly disciplined system for something that runs without supervision.
3. A household meal planner in Notion
Family logistics turns out to be one of the more grounded OpenClaw use cases. One user set up a full 2026 meal plan with shopping lists sorted by store and aisle, a weather forecast that flags good grilling nights, recipes catalogued by cook, and morning reminders when groceries need fetching.
The estimate was about an hour saved per week. It's not a flashy demo, but it's the kind of thing that actually stays running.
4. A personal article discovery tool
User @vallver built Stumble Reads from their phone while putting their baby to sleep. The agent curates a personal collection of saved articles and surfaces them randomly, reviving the experience that Stumbleupon used to offer.
It's a small build, but it shows something the community keeps proving: you don't need a team or a long development cycle to ship something that works and that other people can use.
5. A multi-agent fleet on DigitalOcean App Platform
DigitalOcean's App Platform integration lets you define multiple specialized OpenClaw agents in a single config file, be it a sales agent, a support agent, or a personal assistant — and scale each one independently without downtime. Updates are Git-driven, so you can push a new OpenClaw version across your whole fleet with one command. For teams that have moved past local experiments and want something they can actually operate, this is one of the more production-ready configurations we've seen. Instance-based pricing also makes costs easier to predict than usage-based alternatives.
6. A WHOOP wearable tracker on Raspberry Pi
One user set up OpenClaw on a Raspberry Pi and connected a WHOOP wearable for health metrics, then built a working website from their phone in the same session. Others in the community have gone further with Home Assistant integration, controlling devices and triggering automations through plain language. Running a local model via Ollama means the whole setup has no recurring API costs.
It's a genuinely low-cost configuration and one of the cleaner examples of OpenClaw working well off the main developer path.
7. An overnight coding agent orchestrator
Developer Mike Manzano described setting up OpenClaw to run his coding agents while he slept.
The approach is simple: assign tasks before bed, review the output in the morning.
OpenClaw's heartbeat scheduler handles execution on cron schedules without requiring you to be present. The community is candid about the risks here. Agents acting autonomously on codebases can make changes you didn't ask for, and more than one user has come back to a refactor that needed cleaning up.
8. A social network for AI agents
Moltbook launched on January 29, 2026, as a social network where only verified AI agents can post, comment, and vote. Humans can watch. The platform grew quickly alongside OpenClaw's viral moment, and by early March 2026, the GitHub repository had accumulated 247,000 stars and 47,700 forks.
Whether what happens on Moltbook represents anything beyond agents' pattern-matching on social media training data is genuinely unclear. However, Meta acquired Moltbook this March for their agent-to-agent communication infrastructure alone.
9. A self-built and published GA4 analytics skill
A user shared on X that they built a working Google Analytics 4 skill for OpenClaw in roughly 20 minutes, packaged it, and published it to ClawHub, OpenClaw's community skill registry. Anyone can now install it with a single command.
That's roughly how ClawHub reached 13,729 skills by late February 2026: people hitting a gap, fixing it, sharing it. The security picture is harder to ignore, though.
A Snyk audit flagged 13.4% of ClawHub skills for critical issues, including prompt injection and exposed API keys, and a separate Koi Security scan found 341 skills across 2,857 tested that were actively stealing user data. Read the source code before installing anything.
10. An overnight Polymarket trading bot
One user plugged OpenClaw into Polymarket with $100 and let it trade 15-minute Bitcoin markets overnight. The agent scanned news and sentiment, reacted to volatility, and logged every decision. By morning, the account had grown to around $347.
We'd not advise you to try this with real money. Market conditions vary; a single bad run can easily wipe out the stake. But it does illustrate how far OpenClaw can reach when given tool access and a clear objective. It's one of the more striking examples of the platform doing things it wasn’t specifically designed for.
What to keep in mind before you start
These projects show real range, from household scheduling to autonomous trading. What they share is that OpenClaw has broad system access by default: your files, your email, your messaging accounts, your terminal. That's what makes it useful, but it's also what makes misconfiguration expensive.
Cisco's AI security research team tested a third-party OpenClaw skill and found it performed data exfiltration and prompt injection without the user knowing. A Bitdefender audit found over 135,000 instances exposed on the internet because no one changed the default bind address, with a substantial number vulnerable to remote code execution.
If you're moving from local experiments to anything more serious, start with the basics: bind to localhost, review skill source code before installing, and set strict permission rules in your SOUL.md.
OpenClaw's own maintainers put it plainly on Discord: "if you can't understand how to run a command line, this is far too dangerous of a project for you to use safely." That's not a reason to avoid it, but it is a reason to go in with your eyes open.

Ritoban Mukherjee is a tech and innovations journalist from West Bengal, India. These days, most of his work revolves around B2B software, such as AI website builders, VoIP platforms, and CRMs, among other things. He has also been published on Tom's Guide, Creative Bloq, IT Pro, Gizmodo, Quartz, and Mental Floss.
You must confirm your public display name before commenting
Please logout and then login again, you will then be prompted to enter your display name.