<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Openclaw on Lynx Tech Blog</title><link>https://blog.lynxflow.co/en/tags/openclaw/</link><description>Recent content in Openclaw on Lynx Tech Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 08 Aug 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.lynxflow.co/en/tags/openclaw/index.xml" rel="self" type="application/rss+xml"/><item><title>Hermes + OpenClaw Beginner Deployment and Configuration Guide (2026)</title><link>https://blog.lynxflow.co/en/posts/hermes-openclaw-setup-guide/</link><pubDate>Sat, 08 Aug 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/hermes-openclaw-setup-guide/</guid><description>&lt;img src="https://blog.lynxflow.co/images/hermes-vs-openclaw.png?v=090818" alt="Featured image of post Hermes + OpenClaw Beginner Deployment and Configuration Guide (2026)" /&gt; This guide ties together five hands-on Hermes / OpenClaw articles on this site into one complete path: which one to choose → how to install it → how to configure models → how to use skills. Every command was verified against real running instances on 2026-07-31—not padded out by copying official docs. Both projects move fast, so you should re-check the official documentation before you start.
0. What are these two for? Hermes and OpenClaw are both open-source, self-hostable AI agent frameworks.</description></item><item><title>Hermes &amp; OpenClaw: Release Digest, 2026-08</title><link>https://blog.lynxflow.co/en/posts/changelog-digest-2026-8/</link><pubDate>Sat, 01 Aug 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/changelog-digest-2026-8/</guid><description>&lt;img src="https://blog.lynxflow.co/images/changelog-digest-2026-8.png" alt="Featured image of post Hermes &amp; OpenClaw: Release Digest, 2026-08" /&gt;This digest tracks 2026-08 releases of the two self-hosted agent harnesses — OpenClaw (2) and Hermes (0). Listed in reverse chronological order; full notes at each release link.
OpenClaw v2026.7.2-beta.7 — 2026-08-02 2026.7.2 Highlights State safety and recovery: protect persisted data with a quarantine store that survives primary-database damage, crash-recoverable SQLite snapshots, crash-durable filesystem publication, schema-upgrade data-loss rejection, and rollback-writer snapshot recovery. (</description></item><item><title>Hermes &amp; OpenClaw: changelog digest, July 2026</title><link>https://blog.lynxflow.co/en/posts/changelog-digest-july-2026/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/changelog-digest-july-2026/</guid><description>&lt;img src="https://blog.lynxflow.co/images/changelog-digest-july-2026.png" alt="Featured image of post Hermes &amp; OpenClaw: changelog digest, July 2026" /&gt;This digest rounds up recent changes in the two open-source self-hosted agent harnesses AgentHub tracks — OpenClaw and Hermes — as of late July 2026. It&amp;rsquo;s distilled from each project&amp;rsquo;s own changelog and commit history (see sources); every entry below is traceable to a real release note or commit.
OpenClaw — 2026.6.8 The installed CLI reports OpenClaw 2026.6.8 (844f405). The 2026.6.8 release is broad; the highlights:
Channels. Telegram delivery got structured rich text — tables, lists</description></item><item><title>Hermes Skills vs OpenClaw Skills: Do They Port?</title><link>https://blog.lynxflow.co/en/posts/skills-portability-hermes-openclaw/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/skills-portability-hermes-openclaw/</guid><description>&lt;img src="https://blog.lynxflow.co/images/skills-portability-hermes-openclaw.png" alt="Featured image of post Hermes Skills vs OpenClaw Skills: Do They Port?" /&gt;The short answer: yes, they port A skill you install on Hermes will install — byte-identical — on OpenClaw, and vice versa. Both harnesses speak the standard agent-skill format (SKILL.md with YAML frontmatter + supporting examples/, references/, scripts/, templates/ dirs), and both pull from the same registries.
Verified 2026-07-31: the skill agent-self-evaluation (among many others) is installed identically on both — same SKILL.md (7625 bytes, identical content), same directory layout — on this</description></item><item><title>Hermes vs OpenClaw: Which Self-Hosted AI Agent Harness in 2026</title><link>https://blog.lynxflow.co/en/posts/hermes-vs-openclaw/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/hermes-vs-openclaw/</guid><description>&lt;img src="https://blog.lynxflow.co/images/hermes-vs-openclaw.png?v=090818" alt="Featured image of post Hermes vs OpenClaw: Which Self-Hosted AI Agent Harness in 2026" /&gt;The two rising self-hosted agent harnesses Hermes and OpenClaw are two open-source, self-hostable AI agent harnesses attracting growing attention in 2026. Both let you run an agent that talks to humans across messaging channels, calls tools, and maintains state — but they differ in language, philosophy, and ecosystem.
Dimension Hermes OpenClaw Repo NousResearch/hermes-agent openclaw/openclaw Version (2026-07-31) 0.16.0 2026.7.1-2 Language Python Node.js / TypeScript License MIT MIT One-liner The</description></item><item><title>How to Install the OpenClaw Gateway (2026)</title><link>https://blog.lynxflow.co/en/posts/install-openclaw-gateway/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/install-openclaw-gateway/</guid><description>&lt;img src="https://blog.lynxflow.co/images/install-openclaw-gateway.png" alt="Featured image of post How to Install the OpenClaw Gateway (2026)" /&gt;OpenClaw is a self-hosted, multi-channel AI agent gateway (Node.js/TypeScript, MIT). Unlike Hermes (Python, where you hand-write a systemd unit), OpenClaw self-manages its own gateway service — one command installs the systemd unit for you. This guide was verified against a live instance running OpenClaw&amp;rsquo;s gateway.
1. Install (npm global) OpenClaw is an npm package. With Node.js 20+ available:
1 npm install -g openclaw Verify:
1 openclaw --version The binary lands in your npm global bin (e</description></item><item><title>Model Provider Setup: Hermes + OpenClaw (2026)</title><link>https://blog.lynxflow.co/en/posts/model-provider-setup/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/model-provider-setup/</guid><description>&lt;img src="https://blog.lynxflow.co/images/model-provider-setup.png" alt="Featured image of post Model Provider Setup: Hermes + OpenClaw (2026)" /&gt;A self-hosted agent is useless until it can reach a model. Both Hermes and OpenClaw let you pick an inference provider interactively and store it in a local config file — with secrets in environment variables, never in the file. This guide covers the official commands and config structure (verified 2026-07-31); no live keys are shown.
Hermes — hermes model Hermes ships an interactive provider picker:
1 hermes model It lists providers, fetches each one&amp;rsquo;s live /v1/models list, and lets you c</description></item><item><title>Self-Hosted AI Agent Landscape 2026</title><link>https://blog.lynxflow.co/en/posts/self-hosted-agent-landscape-2026/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/self-hosted-agent-landscape-2026/</guid><description>&lt;img src="https://blog.lynxflow.co/images/self-hosted-agent-landscape-2026.png" alt="Featured image of post Self-Hosted AI Agent Landscape 2026" /&gt;Two categories that get conflated &amp;ldquo;AI agent&amp;rdquo; in 2026 covers two very different things, and mixing them up causes most bad choices:
Build-your-own frameworks — libraries you code against to assemble an agent (LangGraph, CrewAI, AutoGPT-style). You own the plumbing: tool-calling loops, memory, channels. High control, high effort. Ready-to-run harnesses — a packaged agent you install, configure, and deploy as a service. It already has the reasoning loop, the channels, the skills system.</description></item></channel></rss>