Last updated: 2026-07-18

OpenClaw & Claude Code News & Video Summaries

Every OpenClaw story we've covered — releases, tutorials, and analysis, summarised from the community and the official changelog. 143 and counting. New summaries are published as videos drop.

Looking for guides instead? See the OpenClaw hub.

Claude Code for Beginners: The Harness Mindset and 6 AI Skills

Nate Herk's beginner course explains what Claude Code actually is — a harness that pairs an AI model with your context — then walks through six AI skills to future-proof your career: being the AI person, taste, context engineering, iteration speed, and building your own Jarvis.

Fable 5 Bossed 20 Cheap Agents to Build a Site for $8

Nate B Jones shows a multi-agent 'org chart' where Claude Fable 5 only plans and reviews while cheap models do the coding — a production site for ~$8, with checker agents catching four failures and zero human fixes.

Make Opus Think Like Fable: Build a 'Fable Mode' Skill

Nate Herk shows how to extract Fable 5's working discipline into a reusable 'Fable mode' skill file — five gates plus model routing — so cheaper models like Opus 4.8 reason with the same rigor at a fraction of the cost.

Fable 5 'Context as Image' Hack: Cut Input Tokens 30–60%

Nick Saraev demos a Claude Code / Fable 5 cost hack: render bulky context as a tiny legible image so image billing (fixed by pixel size) beats text token billing — ~30% off general prompts, up to ~59% on large retrieval queries.

SpatialClaw: NVIDIA's training-free code-writing spatial agent

NVIDIA and KAIST's SpatialClaw is a training-free spatial-reasoning agent that writes and runs Python one cell at a time instead of committing to a fixed program or JSON tool calls. Here's how the loop works and why it beats prior agents by 11.2 points.

The Agent Skeleton: One Structure for Email, Insurance & Taxes

Nate B Jones builds one reusable 'agent skeleton' — context pack, ingest, chunk, normalize, store, retrieve, cite, export, gate — and applies it to email, insurance appeals, and taxes. A context-engineering framework for high-trust agent work.

4 Claude Code Upgrades That Make It Actually Make You Money

Nate Herk's four Claude Code upgrades: a /roast persona council to kill sycophancy, a Playwright verification loop, a /session-handoff skill to beat context rot, and parallel sub-agents with a /goal command judged by a separate evaluator.

Claude Code for SEO: Rank Using Your Own Search Console Data

Julian Goldie wires Claude Code into Google Search Console via the Workspace API so it builds keyword strategy from your real impressions, clicks and positions — plus an Obsidian 'second brain' for context and a multi-article publishing pipeline.

Who Owns Your AI Agent? The Maintenance Skill Teams Skip in 2026

Nate B Jones argues the critical 2026 agent skill isn't building — it's ownership and 'care and feeding.' Any system that reads real context, produces work you act on, or touches a shared workflow needs a named owner. He gives a simple operating model: give each agent a job, a diet, boundaries, and a review loop, plus an 'owner card' / agent registry for teams.

Open Skills: Portable, Composable Agent Procedures Across Every Tool

Nate B Jones launches Open Skills — a public library of 31 reusable agent procedures (plus 7 runbooks) packaged as skill.md files that travel across Claude Code, Codex, Cursor, and any harness. The pitch: stop re-explaining how you work to every new agent — encode procedures once, scope them, compose them into runbooks, and bake verification into the contract.

How to Set Up GLM 5.2 in Claude Code (~5x Cheaper Than Opus)

Nate Herk swaps Claude Code's model engine for Z.AI's open-source GLM 5.2 by editing one settings.local.json file — routing ANTHROPIC_BASE_URL to Z's API. He covers pricing (~5x cheaper than Opus 4.8), where GLM wins and loses against Opus, and a per-directory trick to keep GLM and Opus projects side by side.

The 5 Levels of a Claude Code Second Brain (Memory & Context Engineering)

Nate Herk breaks the AI 'second brain' into five levels — from a simple CLAUDE.md router and markdown folders, up through LLM wikis, semantic/vector search, knowledge graphs, and full autonomy. The key lesson: pick the lowest level that solves your actual pain, and design your folders around how you'll retrieve the data later.

Idea to Deployed AI App with Claude Code, the Vercel AI SDK, and design.md

Developers Digest walks through his go-to stack for shipping an AI app fast: Claude Code scaffolds a Next.js + Vercel AI SDK ChatGPT-style clone, routes models through the Vercel AI gateway, and then deploys it end-to-end — creating a private GitHub repo and wiring up auto-deploy on every push — all driven by natural language with almost no hand-written code.

GLM-5.2 vs Opus 4.8 in Claude Code: Near-Parity Output at a Fraction of the Cost

Nick Saraev pits the open-weight GLM-5.2 against Opus 4.8 across roughly 40 creative coding scenes — 3D/WebGL, interactive explainers, dashboards, landing pages and mini-games — and finds GLM frequently matches or beats Opus on visual "taste." He then walks through the simplest way to run GLM-5.2 inside the Claude Code harness (plus Open Code and Crush) via OpenRouter, and ranks the most cost-effective providers.

Build 3 Production AI Agents in Python with AgentSpan: Memory, RAG, and Orchestration

Tech With Tim builds three Python agents on the open-source AgentSpan framework — a conversational agent with memory, a RAG agent over a company database, and a multi-agent orchestrator — each written line by line. The focus is what makes an agent production-ready: durability across crashes, retries, human-in-the-loop, observability, long-running tasks and scale, all handled by a local AgentSpan server.

Rank #1 with OpenClaw + Hermes AI SEO Agent Swarm

A multi-agent SEO system using OpenClaw and Hermes automates keyword research, content writing, and WordPress publishing on a schedule. A 12-agent swarm handles competitor analysis, technical SEO, and backlink planning simultaneously.

Run Claude Code Free with OpenRouter in 5 Minutes

A free middleware project bridges Claude Code to any model on OpenRouter, including free-tier options, in about five minutes. Install a helper, add an OpenRouter key, and run Claude Code normally — no paid subscription required.

How to Build a Claude Opus 4.8 AI Operating System

Nate Herk shares his four C's framework for building a personal AI operating system on Claude Code with Opus 4.8: context, connections, capabilities, and cadence — and why context beats model choice every time.

Opus 4.7 Benchmarks: A Half-Step Up.

Nick Saraev analyzes Opus 4.7's benchmarks: SWE-bench Pro up 10.9% (53.4→64.3%), almost exactly half the gap between 4.6 and Mythos preview.

Your AI Is 50x Faster. You're Getting 2x.

Nate B Jones argues that AI agents operate at 10–50x human speed, but the web was built for human hands and human eyes — logins, dashboards, pagination.

← Back to the full news digest · Browse the OpenClaw guides

Weekly Digest — In Your Inbox

Get the week's top AI agent news, updates, and guides — every Friday.