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

Memberships

Making Better Agents

572 members • Free

OpenClawBuilders/AI Automation

420 members • Free

AI - OpenClaw - Code

215 members • Free

Ai & OpenClaw for Realtors

481 members • Free

Google Ads Masterclass

11.4k members • Free

WG
White Glove Lofty CRM Leads

32 members • $10,000/year

A.I. INFLUENCERS

1.5k members • Free

Real Estate Lead Deckers

979 members • Free

34 contributions to OpenClawBuilders/AI Automation
Qwen LLM Local
Has anyone successfully setup a local LLM ? Thinking Qwen 3.5 32B Q4_K_M On a 64GB i7 tiny pc 512nmve with Linux Ubuntu 22
OpenClaw v2026.3.8 is live — big reliability + backup upgrade 🚀
Just dropped: OpenClaw v2026.3.8 👉 https://github.com/openclaw/openclaw/releases/tag/v2026.3.8 If you’re running OpenClaw in production (or even side projects), this is a high-value upgrade. Why this release matters: ✅ New backup commands: • openclaw backup create • openclaw backup verify Huge for safer updates + rollback confidence. ✅ Better day-to-day stability: • Telegram DM dedupe + streaming polish • Cron delivery/replay fixes • Gateway restart/startup behavior improvements • Plugin onboarding and bundled plugin preference fixes ✅ Better operator experience: • Talk mode now has configurable silence timeout (talk.silenceTimeoutMs) • Better macOS onboarding/token handling + more robust UI behaviors ✅ Security improvements: • Browser redirect/SSRF hardening • Safer script execution validation • Skill download path hardening If you’re behind a few versions, this one is worth upgrading for reliability + safety alone.
0 likes • 12d
Funny, I built backup command in Linux with alias / functions to run on CLI prompt 3.8 went smoother than 3.7 install
If you can use Claude Code, you can run OpenClaw without becoming a DevOps engineer.
I started digging into OpenClaw Manager because the usual setup path is a headache: tokens, channel configs, security settings, cron jobs, and troubleshooting when something breaks. This plugin turns that into guided, conversational setup. What’s in it for you? • Faster setup: Go from “I should do this someday” to a working OpenClaw environment much faster. • Less technical friction: It handles install/config/troubleshooting flows through natural language. • Safer defaults: Includes security hardening guidance so you’re not winging production settings. • More confidence: Onboarding can build a tailored path based on your goals (not generic docs). Real-world value If you’re building solo, this means less time fighting infrastructure and more time shipping workflows, automations, and client outcomes. Honest tradeoff This doesn’t remove all complexity forever: you still need to understand your channels and security posture. But it dramatically lowers the learning curve to get started correctly. 🚨If we can get 35 comments on this post, I'll post a step-by-step “first 30 minutes” checklist next so you can install and validate your setup fast. https://github.com/ClariSortAi/openclaw-manager-plugin
0 likes • 15d
Interested
Why Agent Payments Matter More Than Most Builders Realize
Most people are still thinking in “human-speed” software patterns. But agentic systems don’t operate at human speed. If you run real-time agents (voice, visual, automation loops), you’re not doing a few transactions per hour: you could be doing thousands of micro-settlements per second. That’s the core point behind the Viewforge piece: traditional payment rails were built for people and businesses, not machine-to-machine economies. Why this matters for builders (right now) 1. Agents are becoming economic actors Soon, agents won’t just “help”: they’ll buy services, call tools, exchange value, and complete jobs autonomously. 2. API-key spaghetti doesn’t scale As this grows, fragile auth + billing hacks become a bottleneck. We’ll need secure identity + native settlement patterns. 3. Micro-transactions are the unlock Agent systems thrive on tiny, frequent actions. Legacy rails were not designed for that cadence. 4. Product still wins first None of this matters without a real user problem solved. Payment architecture is the scaling layer, not the starting point. Practical takeaway for ClawBuilders If you’re building agent workflows, start thinking in 3 layers: • Layer 1: UX for non-technical users (make it dead simple) • Layer 2: Agent orchestration (reliable execution + guardrails) • Layer 3: Settlement model (how value moves at machine speed) The teams that win won’t just build “AI features.” They’ll build AI economies with clean UX, trusted execution, and scalable settlement rails. Question for the community: What’s your biggest bottleneck right now: agent UX, orchestration, or payments? Original Article: X (https://x.com/Viewforge/status/2029636654957482138) Rohan Arun (@Viewforge) on X A Demand-Backed Settlements Layer For Agents
2 likes • 16d
Reliable execution ( and the human trying to figure out the GUI 😂)
OpenClaw: A Deep Dive (translated)
**Architecture, File Structure, and Practical Scenarios** ## Introduction: OpenClaw as a Living Organism OpenClaw is not just a program -- it is a distributed system organized like a living organism. If you picture its anatomy: - **Gateway** -- the heart and nervous system that pumps data and coordinates every process - **Agent** -- the brain that thinks and makes decisions - **Tools** -- the hands that carry out actions - **Workspace** -- long-term memory and personal space - **Sessions** -- short-term conversational memory - **Nodes** -- additional limbs (camera, screen, microphone) This document breaks down the internals of each organ down to the file and config level, shows how they interact, and illustrates everything with practical examples. --- ## Part 1: Gateway -- The Heart of the System ### 1.1 What Is Gateway and Why Does It Exist? Gateway is a long-lived daemon process that: - Maintains persistent connections to channels (Telegram, WhatsApp, Discord, Slack) - Routes incoming messages to the correct agents - Stores session state (conversation history) - Exposes an API (HTTP/WebSocket) for UI and external integrations - Runs periodic tasks (cron, heartbeat) - Manages connected nodes (devices) **Human analogy:** Gateway is the cardiovascular system + nervous system. It pumps events (like blood) between channels and agents and transmits signals (like nerve impulses) from sensory organs (channels) to the brain (agent) and back. ### 1.2 Gateway File Structure All Gateway data lives in `~/.openclaw/`: **`~/.openclaw/config.json`** -- the main Gateway config: - Authentication settings (`gateway.auth.token`/`password`) - WebSocket API port (default 18789) - Channel configs (`telegram.token`, `whatsapp.credentials`, etc.) - Security settings for exec (sandbox, approvals) - Browser tool configs (profiles, executable path) **`~/.openclaw/agents/<agentId>/`** -- per-agent data: - `sessions/sessions.json` -- metadata for all sessions (who, when, channel, status)
0 likes • 17d
@Keith Motte ( tried to post this in Guides ) but no permission to post there
1 like • 17d
Thought this was a great primer
1-10 of 34
Jeffrey Thompson
3
33points to level up
@jeffrey-thompson-8064
Realtor ~ Milwaukee Metro ~ eXp Realty

Active 2d ago
Joined Feb 21, 2026
Powered by