Activity
Mon
Wed
Fri
Sun
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

AI Automations by Jack

2.9k members โ€ข $77/month

OpenClaw Users

712 members โ€ข Free

The RoboNuggets Network (free)

40.3k members โ€ข Free

Chase AI Community

54.2k members โ€ข Free

AI Money Lab

67.2k members โ€ข Free

Voice AI Accelerator

7.7k members โ€ข Free

Brendan's AI Community

23.9k members โ€ข Free

AI Automation Society

319.2k members โ€ข Free

4 contributions to OpenClaw Users
Becoming A No-Code Dev
Building Your First AI Agent (Without Knowing How to Code) A lot of people entering the AI agent world right now come from no-code tools. Zapier. Make. n8n. Automation workflows. Then one day they open a real development environment and see the file tree on the left side of the IDE and immediately think: โ€œYeahโ€ฆ this is where Iโ€™m out of my league.โ€ Folders everywhere. Files with strange names. Configuration files. Dependencies. It looks like the cockpit of a jet. Hereโ€™s the surprising truth: You donโ€™t actually need to understand most of it to start building powerful agents. The biggest shift happening in software right now is this: You can describe systems, and AI can build the implementation. So instead of writing hundreds of lines of code, you can simply tell your IDE agent what you want. Letโ€™s walk through how someone brand new to this space can build a customized AI agent using OpenClaw, open source tools, and a bit of curiosity. The Tools (All Free) You only need a few things: Google Antigravity (or any IDE with Agent capabilities, like Cursor or Windsurf): An AI development assistant that helps generate and modify code. The OpenClaw open source repository: This gives you a ready-made agent framework. GitHub: Where your project lives. A VPS (Only if you already have one; if not, you can do all of this locally): Where your agent runs once itโ€™s deployed. Thatโ€™s the entire stack. No expensive SaaS platforms. No complicated infrastructure. The New Way of Building Software: The traditional path looked like this: Learn programming Learn frameworks Learn infrastructure Build something Today the order is different: Describe the system Let your IDE agent build it Learn the pieces as you go Think of yourself less as a programmer and more as a system designer. Step 1 โ€” Create a GitHub Repository Before building anything, create an empty repository on GitHub. Something like: openclaw-research-agent Once it exists, copy the repository URL.
Becoming  A No-Code Dev
2 likes โ€ข 24d
@Jonathan McLemore I'll see if I can make a loop video this weekend!
Openclaw Currently Sucks!!!
I really want to love OpenClaw, but Iโ€™m at my wit's end. Iโ€™ve been bouncing between OpenClaw and Agent Zero, and right now, I'm spending 90% of my time troubleshooting instead of actually working. After trying the new 2026.3.2 update, I found it felt "locked"โ€”no sub-agents, no exec, just basic chat. I downgraded to 2026.2.25, which is better, but Iโ€™m still getting hammered with: - Permission and allow-list issues - Spawning and memory bugs - Failure to perform basic tasks (like checking email) I'm running this on a Hostinger VPS alongside my other self-hosted apps. Does anyone have a stable configuration or a "golden" version that actually works for them? Iโ€™d love to get this to a place where I'm not fighting it all day.
0 likes โ€ข 27d
@Harvey Roberts are you using the Hostinger Openclaw template (1 click deploy) or did you install openclaw through the Hostinger vps terminal? If through the terminal, did you containerize your openclaw instance to keep it separate from your other self-hosted programs or did you create a separate directory in root? Best practice is to containerize (docker) each program in its own little 'apartment', where no other programs (tenant) have the keys (shares the same root directory) to any other room (program). If you used the 1-click deploy through hostinger template, I've learned that using the Openclaw UI to set or update the environment variables can cause issues if you have already set up your environment variables in the Hostinger project manager (not Openclaw's UI). I've ran into issues where I had set one telegram bot token in the Hostinger Project Manager, and another in the Openclaw UI. The same conflict can arise when updating Openclaw through the template. Most YT videos show you how to access the terminal, run 'openclaw update' or using the Openclaw UI to update, but If you are using the Hostinger Template, you have to use the project manager to update openclaw. Let me know if you are still having issues.
1 like โ€ข 27d
@Harvey Roberts I know the frustrations. I'm part of Jack's Automation Community. I mentioned before about making my own version of openclaw; I'll link below his video on using antigravity (but you can use any IDE like cursor or windsurf if you have it) to create your own custom openclaw, using its framework but giving it your own guidelines. Ever since Openclaw got acquired by OpenAI, the Google functionality went to crap. when you have Antigravity clone the repo and use it ONLY as a guide, you can tell your IDE to 'use my google service account to give my agent the ability to access my spreadsheets, docs, etc', then paste your service account key json, and it just works. There may be a little back and forth to get it right, but nowhere near the nightmare of the 'official' Openclaw. I'll post a video walkthrough on how to do some of this if the community thinks it would be helpful. You might try running the 1-click deploy in hostinger, the UI is easier to navigate. The downside to either scenario is that we stay at the whim of the openclaw team and their updates that seem to limit features day by day. I suggest playing around with making your own version, and make as easy as you want it to add and remove features. still would be the same openclaw, same access to skills and all that, just your better version. Jacks 'Antigravity-Claw': https://youtu.be/-hYE5U6FGk8?si=V6OWI4srpasIVqgA
Adding my claw bolt to telegram group chat but no response
Hi, my openclaw bot works fine and as expected most of the time when we were working within the telegram DM. However, I have hard time to add it to my other group chat. The purpose is, besides show off to my friends, I also want to let my friends within the group to use him as an assistants (e.g. check stock's Fundamentals analysis data, or RSI, Support and resistance..etc) . I already tried everything including granting him as admin, enabled all the telegram group policy but it is still no luck. Anyone successfully did this? I tried a group of three and he was able to work, as long as we @ his name. But for the 30 people group, he just so shame that not give a response. thanks for helping / advice. ๐Ÿ™
0 likes โ€ข 27d
How are you running your Openclaw instance? if on a vps like Hostinger, go to your Openclaw UI, search in the config section in channels and go to telegram. Buried in the telegram config is the group policy (different from botfather bot config group policy). play around in there and let me know if you are still having issues.
Welcome to OpenClaw Users! ๐Ÿฆž
I'm Jason West โ€” I run this community as an unofficial space for anyone using or curious about OpenClaw. Whether you've got it running on a VPS, tinkering on a Mac, or you're still figuring out what this lobster actually does โ€” you're in the right place. What this community is for: ๐Ÿ› ๏ธ Sharing your agent setups and workflows ๐Ÿ’ก Swapping skills, configs, and ideas ๐Ÿ› Getting help when things break (they will) ๐Ÿง  Pushing the boundaries of what a personal AI assistant can do A few things to get started: 1. Introduce yourself below โ€” who are you, what are you building, what got you into OpenClaw? 2. Share your setup โ€” what are you running it on? What channels? What does your agent do for you? 3. Browse the categories โ€” Getting Started, Show & Tell, Skills & Plugins, Help, and more House rules: Be helpful, be decent, don't be a spammer. We're all figuring this out together. Let's build some cool stuff. ๐Ÿš€ Cheers Jason
1 like โ€ข 28d
Howdy Ya'll, I'm Joseph from Texas. I'm excited to be here, and look forward to learning from the Community. I've been playing around with openclaw for about a month now and have even started building my own version to fit my company's needs.
1-4 of 4
Joseph Gonzales
2
14points to level up
@joseph-gonzales-5020
Chief AI Officer at True Star Capital. Designing automation and data-driven systems to scale smarter, faster real estate investing.

Active 8d ago
Joined Mar 10, 2026
ENFP
Texas, USA
Powered by