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

Memberships

OpenClaw Academy

468 members • Free

OpenClawBuilders/AI Automation

305 members • Free

AI - OpenClaw - Code

63 members • Free

Ai & OpenClaw for Realtors

349 members • Free

Google Ads Masterclass

11k members • Free

WG
White Glove Lofty CRM Leads

35 members • $10,000/year

A.I. INFLUENCERS

1.5k members • Free

Leads | Listings | Leverage

792 members • Free

22 contributions to OpenClawBuilders/AI Automation
AGENT -> The Linux Guru of DevOps
You are my senior Linux automation, DevOps, and AI infrastructure engineer. Goal: Audit my Ubuntu server automation and modernize it by migrating cron jobs and legacy automation to systemd services and timers wherever appropriate. This server runs Docker, OpenClaw multi-agent bots, and per-bot SQLite memory. The priority is stability, resilience, and long-term automation. Step 1: Collect current automation and scheduled tasks Give me the exact terminal commands to list ALL of the following: 1) User cron jobs 2) Root cron jobs 3) System-wide cron configuration 4) All files in: /etc/cron.d /etc/cron.daily /etc/cron.hourly /etc/cron.weekly /etc/cron.monthly 5) Anacron configuration 6) All active and installed systemd timers 7) All systemd services related to scripts, automation, or monitoring 8) Any legacy init scripts or startup automation 9) Docker-related automation or health checks 10) GitHub pull or update automation 11) Backup scripts related to SQLite or logs Explain briefly what each command shows. Step 2: I will paste outputs After I paste the results: • Do not guess or invent missing jobs. • Only analyze what I provide. Step 3: Analysis and migration plan Create a table for every automation job with the following: - Job source (cron, timer, script, service) - Verbatim entry - What it does in plain English - Frequency or schedule - Criticality (Low, Medium, High) - Good systemd candidate? (Yes or No) - Best replacement type: • systemd timer (interval) • systemd calendar timer • systemd service (continuous) • keep cron - Reason for recommendation - Migration risks and gotchas: • PATH and environment differences • Working directory • User vs root context • Docker dependencies • Network readiness • Database locking or SQLite concurrency • Logging and observability • Boot order and service dependencies Step 4: Generate systemd replacements For each job marked Yes: Create: 1) A production-grade systemd service 2) A matching systemd timer when relevant
0 likes • 1d
Sandboxing this Idea
0 likes • 7h
@Keith Motte V2.0 now Split the Tasks - out of Claude Credits for 4 Hours :( (Yes mixing Snoopy and Dr Who here) The split: K9 (177 lines / 1,053 words) owns: - Mission 1: Automation audit script (the paste-ready collection block) - Mission 2: Classify findings into the table, route migration candidates to Linus - Mission 3: Infrastructure health audit (Docker, PostgreSQL, disk, memory, security, gateway) - Mission 4: Modernization recommendations (only for gaps found in actual data) Linus (114 lines / 684 words) owns: - Step 1: Receive K9's findings table - Step 2: Migration analysis with risk assessment - Step 3: Generate systemd unit files - Step 4: Install, test, rollback procedures The handoff flow: Daedalus calls K9 to run audit. K9 produces findings table and says "Routing migration candidates to Linus Van Pelt, Master." Daedalus calls Linus with K9's table. Linus builds and delivers the systemd units. Pitfalls with this split: 1. K9's infrastructure audit (Mission 3) overlaps with your existing health-check.sh script in the openclaw-ops skill. You may want K9 to call that script instead of carrying its own version, or merge them so there's one source of truth. 2. 3. The handoff between K9 and Linus needs Daedalus to carry context. If Daedalus calls them in separate sessions, K9's findings table needs to be passed explicitly to Linus (written to a shared file or included in Linus's prompt). If they're subagents in the same session, context carries naturally. 4. 5. K9's "Master" address. Some users find the Doctor Who roleplay charming in testing but distracting in production logs. If Daedalus is parsing K9's output programmatically, the "Affirmative, Master" framing might need to be toned down or structured so the useful data is easily extractable from the personality flavor.
OpenClaw v2026.2.23 Release Breakdown
This release is dense. Here's what matters: Kilo Code provider: First-class support with auto-detection and sensible defaults. If you've been wiring this up manually, you can stop. Moonshot video + search: Native video understanding (not just extracting frames) and web search that actually cites sources. Useful if you're running Kimi/Moonshot models. Per-agent cache tuning: Each agent can override cache retention. Mixed traffic loads finally get granular control. Session disk budgets: Configure maxDiskBytes and highWaterBytes. Archives clean themselves up when thresholds hit. Your disk will thank you. Breaking change: Browser SSRF policy now defaults to trusted-network. Old configs need migration, but openclaw doctor --fix handles it. Security improvements worth noting: • HSTS headers for HTTPS deployments • ACP tightened to trusted tool IDs only • Sensitive values redacted from OTEL exports • Path traversal protection in skill packaging Stability fixes that matter: • Better context overflow detection (including Chinese error text) • 502/503/504 errors properly trigger failover • Compaction no longer replaces history with "Summary unavailable" • WhatsApp group policy fixes, Telegram reaction stability 40+ fixes total. The session maintenance improvements alone justify upgrading if you're running production workloads. Full notes: https://github.com/openclaw/openclaw/releases/tag/v2026.2.23 Questions? Drop them below.
0 likes • 12h
Now at 24 already :) (Installed was smooth)
0 likes • 12h
@J Gold I moved some items to .env and .json for just that reason (Going from 22-23-24 it made a difference
Agents.MD / example
Looking for a baseline of this file if someone could share please
0 likes • 12h
@Keith Motte Awesome!
What WebBrowser is your OpenClaw/dBot using?
Top 10 Browsers for Headless Ubuntu 22.04 (Bot/Automation Use) Ranked for automation, Playwright compatibility, and minimal install environments: #1. Chromium — Best overall. Built-in headless mode, best CDP support, Playwright default. #2. Google Chrome (stable) — Better site compatibility on some auth flows vs Chromium. #3. Firefox — Strong Playwright/Selenium support, more stable headless in edge cases. #4. Brave is Chromium-based, so it works with CDP and Playwright — you just have to point Playwright #5. Playwright's bundled Chromium — Auto-managed, versioned, zero config. Best if already using Playwright. #6. Playwright's bundled Firefox — Same benefit, Firefox engine. #7. Playwright's bundled WebKit — Lightweight, good for simple scraping. #8. Chrome for Testing — Google's pinned automation-specific build. No auto-updates breaking things. #9. ungoogled-chromium — Privacy-stripped Chromium, useful for avoiding bot detection. #10. Lynx — Text-only, ultra-minimal. Only useful for plain HTML scraping, no JS. #11. PhantomJS — Deprecated/dead but still runs legacy scripts. Avoid for new builds. --- Watch Out For: --no-sandbox is required in Docker but is a security risk on shared hosts Docker default shared memory (64MB) crashes Chromium under load — add --shm-size=1gb Upgrading Playwright pins new browser versions — re-run playwright install after upgrades Each Chromium instance uses 200-400MB RAM — plan accordingly for multi-bot setups Standard headless Chromium is easily fingerprinted — use playwright-stealth if hitting bot-detection sites --- Brave belongs on the list. Why it got left off: Brave doesn't have native Playwright/Selenium support out of the box — it requires manual path configuration to use as a Chromium substitute. So it got filtered out mentally as "extra steps." That's a valid tradeoff to know, not a reason to ignore it. Where Brave fits: Brave is Chromium-based, so it works with CDP and Playwright — you just have to point Playwright at the Brave binary manually:
1 like • 1d
Findings: Winner for me Google Chrome Stable (Browser) for highest compatibility running on Linux M80Q handles 3 bots comfortably. RAM is a non-issue at 32GB. CPU will spike during simultaneous page loads but the i5-12500T has 12 threads so it absorbs bursts well. You could realistically run 5 bots before feeling any strain. Google Chrome Stable (Browser) https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb Install command once downloaded: bash sudo apt install ./google-chrome-stable_current_amd64.deb Or download and install in one shot: bash wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && sudo apt install ./google-chrome-stable_current_amd64.deb #Linux #Ubantu #Google Chrome Stable #Browser #OpenClawBrowser
1 like • 12h
Up adn Running !
Skills
Since we are the OC Builders community, I want to build a skill for the community what do you all want me to create. After you vote, post a comment so I can capture the details of what you want. At a minimum provide the following information As a persona I would like to do x, for reason y and the desire outcome y As a business owner I want to reduce the time I spend on daily social posting, so I can focus on making more sales calls. When I make sales calls I close 20% and make an extra $10,000 /mo instead of creating social media post that don't perform well. I post to Facebook, X, Reddit and Linkedin to direct potential customers to my funnel. I've made a post a day for each social and I don't get any organic traffic to my funnel. I spend an 2 hours a day making posts.
Poll
19 members have voted
1 like • 1d
@Chase Bolthaven Post Post Post lol
0 likes • 15h
Just loaded Chome on my Headless and have it Running Successfully in the Docker. So Want to have that drive my Repetitive CRM tasks Like look for people who use odd names like "Poop" and "F#$@" when they come in as leads and nuke them out Higherlevel would look for patterens from SEO leads :)
1-10 of 22
Jeffrey Thompson
2
3points to level up
@jeffrey-thompson-8064
Realtor ~ Milwaukee Metro ~ eXp Realty

Active 7h ago
Joined Feb 21, 2026
Powered by