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

Owned by Jason

ChatGPT Users

12.7k members • Free

A home for entrepreneurs who use ChatGPT to discuss, discover, and connect with others using this incredible AI technology. ⭐️ Invite your friends ⭐️

OpenClaw Users

745 members • Free

Free community for OpenClaw users to install, build, break, fix and share wild AI agent ideas together.

Memberships

Skoolers

194k members • Free

23 contributions to OpenClaw Users
OpenClaw v2026.4.9 Just Landed
OpenClaw v2026.4.9 just landed and this one actually feels like a meaningful step forward rather than just another incremental patch. The biggest shift is around memory. They’ve introduced a much more structured “diary” style system where sessions, notes, and historical context can feed back into the agent properly. Instead of memory feeling a bit scattered, it now looks like it’s moving towards something you can actually reason with over time, especially with the REM-style replay and promotion into longer-term memory. The Control UI has also been cleaned up quite a bit. There’s now a proper timeline view for what the agent is doing, along with clearer summaries of its “thinking” and actions. It makes it far easier to understand what’s happening behind the scenes, which has honestly been a bit of a weak point until now. On the reliability side, there are some important fixes:• Sessions should behave better across Telegram, Slack and other channels (no more replies jumping between sessions)• OAuth / auth issues are surfaced more clearly instead of silently failing• Fewer weird artefacts leaking into chat (like internal control tokens or NO_REPLY text showing up) Security has also been tightened quite a bit, especially around plugins and environment variables. A lot of edge cases where things could be overridden or injected have been locked down. There’s a long list of smaller fixes as well, but overall this feels like one of those updates that makes the whole system more usable day-to-day, rather than just adding another feature. If you’re running OpenClaw on a VPS or using multiple channels, this is probably worth updating sooner rather than later. Cheers Jason 🙌
3
0
OpenClaw v2026.4.9 Just Landed
What I've built with OpenClaw in 3 days 🤯
I set up OpenClaw on Wednesday. It's Friday. Here's what my AI assistant (Manager Mike) has done so far — all through Telegram on my phone. 🤖 Built a team of AI agents Mike is my main assistant, but he manages a team of sub-agents that each have their own job: • Writer Will — writes SEO blog posts for my SaaS, generates featured images, and publishes drafts to our Ghost blog. He runs on a daily cron job at 6am, Mon-Fri, working through a keyword queue we built from competitor gap analysis. • Social Steve — handles social media content and scheduling. 1 per day on every channel. • Telephone Tina — an AI phone agent (via Vapi + ElevenLabs) who makes and receives real phone calls. She called 6 of my mates to organise a curry night, handled voicemails, sent follow-up texts, and takes inbound calls on a UK number 24/7. • Outbound Ollie — a cold email outreach agent. He searches Apollo.io for prospects, enriches them to get email addresses, checks their websites for existing chatbots (so we only target businesses that don't have one), then sends personalised emails with industry-specific templates. He sent 135 emails today across schools, hotels, and SaaS companies — all automatically. 📞 Real phone calls Tina isn't a gimmick. She called my friends, had actual conversations, handled objections ("I'll need to check with the wife"), left voicemails, and sent SMS follow-ups. She answers inbound calls with "Hello, you've reached Jason West's office, this is Tina speaking." My assistant checks every 30 minutes if anyone's called in. 📧 135 cold emails in one afternoon I said "schools, UK, 50" and Ollie: 1. Searched Apollo for 100 prospects 2. Enriched them to get verified email addresses (98% hit rate) 3. Visited each website to check if they already have a chatbot 4. Filtered out the 15 that did 5. Sent 50 personalised emails with the right landing page Then I said "do hotels too" and "now SaaS." Same thing. All automated, all rotating across 6 SMTP accounts on 2 domains, all with industry-specific subject lines and copy.
0 likes • 2d
@Rusty Reed Try using by Vapi.ai
0 likes • 2d
@Augustas Kligys Yes they can all share a memory. Just ask you main agent to set you up a sub agent to do specific tasks like coding, writing etc.
🚀 Getting Started: Install OpenClaw on a VPS in Under 10 Minutes
New here? This is the fastest way to get OpenClaw up and running on your own server. You'll need two things: 1. A VPS (I recommend Hostinger — it's what I use) 2. An API key from an AI provider (Anthropic, OpenAI, Gemini, or xAI) Step 1: Get a VPS If you don't have a VPS yet, grab one from Hostinger. They have a one-click OpenClaw template built right into their Docker Manager, so you don't need to mess around with the command line. 👉 Get a Hostinger VPS here (20% off with this link) The KVM 2 plan is more than enough to run OpenClaw comfortably. Step 2: Deploy OpenClaw If you're buying a new VPS: • Head to the Hostinger VPS marketplace and select OpenClaw • Choose your plan, click Deploy • OpenClaw is automatically pre-selected as the application • Complete the purchase If you already have a Hostinger VPS: 1. Go to your hPanel → Docker Manager (install it if you haven't already) 2. Navigate to the Catalog section 3. Search for OpenClaw and click Deploy Step 3: Configure Your Environment During deployment, you'll see a configuration screen where you can add all your LLM API keys. ⚠️ Important: Copy your OPENCLAW_GATEWAY_TOKEN before moving on. You'll need it to log in. If you forget, you can find it later in Docker Manager → your project → Environment section. You only need ONE AI provider key to get started. You can always add more later. Step 4: Wait for Deployment Docker will pull the OpenClaw image and start the container. This usually takes 1-2 minutes. Wait until the status shows "Running".
🚀 Getting Started: Install OpenClaw on a VPS in Under 10 Minutes
1 like • 24d
Heads up they are doing a $8.99/month deal at the moment for 1 click openclaw install with full 30 day moneyback guarantee.
0 likes • 8d
@Justin Core Hostinger have their Ask Kodi AI chatbot thats actually pretty good at helping with stuff like that Justin.
🚀 OpenClaw Update – v2026.3.28 is live!
This is a pretty big one. Not just small tweaks… there are some meaningful upgrades that change how things work day-to-day. Here are the highlights worth knowing: ⚠️ Breaking changes (important) - Qwen OAuth via portal.qwen.ai has been removed - You now need to use Model Studio with API key auth - Older configs (over 2 months) won’t auto-fix anymore — they’ll fail validation instead If you’ve got older setups running, it’s worth double-checking things. 🔧 New features & improvements - xAI integration upgraded (better search + smoother setup) - Image generation added via MiniMax (including image-to-image editing) - Plugins can now request approval before running tools (huge for control) - apply_patch now enabled by default for OpenAI/Codex models - Better onboarding flows for web search + tools 💡 Platform improvements - Cleaner plugin system (less manual setup needed) - Better CLI backend support (including Gemini CLI) - File uploads and messaging actions becoming more unified across platforms - Improvements to container setup and workflows 🛠 Fixes (lots of them)There’s a long list, but the big wins are: - More stable agent runs (fewer crashes) - Better handling of API errors and rate limits - Fixes for Telegram, WhatsApp, Discord, and more - Improved image handling across providers - Cleaner UI behaviour in multiple areas My takeThis update is all about stability + control. Less “it kinda works”More “it works properly and predictably” Especially with: - plugin approvals - better error handling - improved integrations If you’re building anything serious with OpenClaw, this is a solid step forward. If you’ve updated already, I’d be interested to hear what you’ve noticed. Cheers Jason
🚀 OpenClaw Update – v2026.3.28 is live!
🚨 OpenClaw Update 2026.3.24 – Some Really Useful Changes Just Dropped
If you’re actively using OpenClaw, this latest release is actually a meaningful step forward… not just small tweaks. A few things stood out to me 👇 1. Better OpenAI / RAG compatibility They’ve added /v1/models and /v1/embeddings, plus improved how model overrides work. 👉 In plain terms: If you're building anything with RAG, embeddings, or external tools… things should just connect more smoothly now. 2. Tools are finally clearer (big one) The /tools endpoint now shows what your agent can actually use right now. Plus there’s a new “Available Right Now” section in the UI. 👉 This removes a lot of guesswork.Before, you’d try something and hope it worked… now you can see it upfront. 3. Teams + Slack got a serious upgrade - Microsoft Teams now uses the official SDK with proper AI UX - Slack replies are cleaner and interactive elements work better 👉 If you're building bots for clients, this makes things feel much more “production ready”. 4. Skills are much easier to install They’ve added one-click install recipes for things like: - coding agent - GitHub issues - Whisper - Trello - weather 👉 This is a big step toward making OpenClaw usable for non-devs (or at least less painful). 5. Docker + CLI improvements You can now run OpenClaw commands directly inside containers with --container. 👉 Useful if you're hosting on a VPS or running multiple environments. 6. Loads of real-world fixes There are a ton of fixes across: - Telegram - WhatsApp - Discord - Slack - Docker setups 👉 Basically… fewer random breakages and more reliability. My takeaway This update feels like OpenClaw is moving from “powerful but a bit rough around the edges”to “something you could actually rely on for real deployments”. The direction is clear now: - better integrations - better UX - less friction setting things up If you're using it already it's worth pulling the latest version. Cheers Jason 🙌
🚨 OpenClaw Update 2026.3.24 – Some Really Useful Changes Just Dropped
1-10 of 23
Jason West
4
49points to level up
@jason-west-5593
I've been making my living online for over 23 years and have a keen interest in Artificial Intelligence for business use.

Active 2h ago
Joined Feb 20, 2026
ISFJ
UK
Powered by