<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>How-Tos &amp; Practical Guides on subagentic.ai</title>
    <link>https://subagentic.ai/howtos/</link>
    <description>Recent content in How-Tos &amp; Practical Guides on subagentic.ai</description>
    <generator>Hugo -- 0.147.7</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 08 Apr 2026 08:07:00 -0700</lastBuildDate>
    <atom:link href="https://subagentic.ai/howtos/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Set Up a Persistent Structured Knowledge Base in OpenClaw with the memory-wiki Plugin</title>
      <link>https://subagentic.ai/howtos/setup-memory-wiki-plugin-openclaw/</link>
      <pubDate>Wed, 08 Apr 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/setup-memory-wiki-plugin-openclaw/</guid>
      <description>Step-by-step guide to installing and configuring OpenClaw&amp;#39;s experimental memory-wiki plugin for a persistent, contradiction-detecting structured knowledge base.</description>
    </item>
    <item>
      <title>How to Build an OpenClaw A2A Plugin Bridge — Publish an Agent Card and Accept Cross-Agent Tasks</title>
      <link>https://subagentic.ai/howtos/openclaw-a2a-plugin-bridge-architecture/</link>
      <pubDate>Tue, 07 Apr 2026 20:05:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-a2a-plugin-bridge-architecture/</guid>
      <description>Step-by-step guide to building an A2A plugin bridge in OpenClaw — publish an Agent Card and accept cross-agent tasks.</description>
    </item>
    <item>
      <title>How to Audit and Harden Claude Code CLI Against CVE-2026-35020, 35021, and 35022</title>
      <link>https://subagentic.ai/howtos/how-to-secure-claude-code-cli-against-cve-2026-35020-35021-35022/</link>
      <pubDate>Tue, 07 Apr 2026 08:06:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-secure-claude-code-cli-against-cve-2026-35020-35021-35022/</guid>
      <description>Step-by-step security guide: patch and harden Claude Code CLI against three critical CVSS 9.8 credential-exfiltration CVEs in CI/CD pipelines.</description>
    </item>
    <item>
      <title>How to Harden Your AI Agent Against the 6 Google DeepMind Agent Trap Categories</title>
      <link>https://subagentic.ai/howtos/harden-ai-agent-against-deepmind-agent-trap-categories/</link>
      <pubDate>Mon, 06 Apr 2026 20:09:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/harden-ai-agent-against-deepmind-agent-trap-categories/</guid>
      <description>Practical mitigations for each of Google DeepMind&amp;#39;s 6 AI Agent Trap categories — pre-ingestion filters, SOUL.md guardrails, and behavioral monitors.</description>
    </item>
    <item>
      <title>Building Agents That Actually Learn: LangChain&#39;s Three-Layer Framework in Practice</title>
      <link>https://subagentic.ai/howtos/langchain-continual-learning-three-layers-guide/</link>
      <pubDate>Sun, 05 Apr 2026 20:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/langchain-continual-learning-three-layers-guide/</guid>
      <description>A practitioner&amp;#39;s guide to implementing continual learning in AI agents using LangChain&amp;#39;s in-context, in-storage, and in-weights framework — with code examples for each layer.</description>
    </item>
    <item>
      <title>How to Run MolmoWeb Locally: Deploy an Open-Source Browser Agent in Under 10 Minutes</title>
      <link>https://subagentic.ai/howtos/how-to-run-molmoweb-locally-open-source-browser-agent/</link>
      <pubDate>Sun, 05 Apr 2026 08:15:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-run-molmoweb-locally-open-source-browser-agent/</guid>
      <description>Step-by-step guide to running Ai2&amp;#39;s MolmoWeb browser agent locally — Apache 2.0, 8B parameters, no API key required.</description>
    </item>
    <item>
      <title>How to Use Claude Code Ultraplan: Async Cloud Planning in 5 Steps</title>
      <link>https://subagentic.ai/howtos/how-to-use-claude-code-ultraplan-async-planning/</link>
      <pubDate>Sun, 05 Apr 2026 08:14:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-use-claude-code-ultraplan-async-planning/</guid>
      <description>Step-by-step guide to using Claude Code Ultraplan — the async cloud planning feature that runs Opus 4.6 in the background while you keep working.</description>
    </item>
    <item>
      <title>How to Use initialPrompt in Claude Code Subagent Frontmatter: Auto-Kickstart Agents Without Manual Prompting</title>
      <link>https://subagentic.ai/howtos/claude-code-initialprompt-subagent-frontmatter-guide/</link>
      <pubDate>Sun, 05 Apr 2026 08:12:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/claude-code-initialprompt-subagent-frontmatter-guide/</guid>
      <description>Step-by-step guide to using initialPrompt in Claude Code subagent YAML frontmatter to auto-submit a first turn when an agent is invoked.</description>
    </item>
    <item>
      <title>How to Check if Your OpenClaw Instance Is Compromised — CVE-2026-33579 Audit Checklist</title>
      <link>https://subagentic.ai/howtos/openclaw-cve-2026-33579-compromise-audit-checklist/</link>
      <pubDate>Sat, 04 Apr 2026 20:07:46 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-cve-2026-33579-compromise-audit-checklist/</guid>
      <description>Step-by-step audit checklist for self-hosted OpenClaw instances after CVE-2026-33579. Verify patch status, audit device permissions, rotate credentials, review integrations.</description>
    </item>
    <item>
      <title>How to Audit and Secure Your Azure MCP Server Against CVE-2026-32211</title>
      <link>https://subagentic.ai/howtos/audit-secure-azure-mcp-server-cve-2026-32211/</link>
      <pubDate>Sat, 04 Apr 2026 08:06:57 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/audit-secure-azure-mcp-server-cve-2026-32211/</guid>
      <description>Step-by-step guide to auditing and hardening Azure MCP Server against the CVSS 9.1 unauthenticated access flaw disclosed April 3, 2026.</description>
    </item>
    <item>
      <title>OpenClaw CVE-2026-33579 &#43; CVE-2026-34426: Two Critical Vulnerabilities — Full Patch Guide</title>
      <link>https://subagentic.ai/howtos/openclaw-cve-2026-33579-34426-patch-guide/</link>
      <pubDate>Fri, 03 Apr 2026 20:06:27 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-cve-2026-33579-34426-patch-guide/</guid>
      <description>Two critical OpenClaw CVEs disclosed this week — here&amp;#39;s how to patch CVE-2026-33579 and CVE-2026-34426 before you&amp;#39;re compromised.</description>
    </item>
    <item>
      <title>How to Use Oh My Codex for Isolated Parallel AI Agent Git Workflows</title>
      <link>https://subagentic.ai/howtos/oh-my-codex-parallel-ai-agent-git-worktrees/</link>
      <pubDate>Fri, 03 Apr 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/oh-my-codex-parallel-ai-agent-git-worktrees/</guid>
      <description>Oh My Codex toolkit automates Git worktrees for parallel AI agent workflows — setup guide for Claude Code and Cursor.</description>
    </item>
    <item>
      <title>How to Spot Fake Claude Code Repos and Protect Yourself from AI Tool Malware</title>
      <link>https://subagentic.ai/howtos/spot-fake-claude-code-repos-protect-from-ai-tool-malware/</link>
      <pubDate>Thu, 02 Apr 2026 20:06:52 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/spot-fake-claude-code-repos-protect-from-ai-tool-malware/</guid>
      <description>Step-by-step guide: verify legitimate Claude Code sources, detect fake GitHub repos, and protect your credentials from the Vidar infostealer campaign.</description>
    </item>
    <item>
      <title>How to Self-Host OpenClaw on a VPS in 2026 (Hardened Setup Guide)</title>
      <link>https://subagentic.ai/howtos/self-host-openclaw-vps-hardened-2026/</link>
      <pubDate>Thu, 02 Apr 2026 08:08:30 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/self-host-openclaw-vps-hardened-2026/</guid>
      <description>A step-by-step guide to self-hosting OpenClaw on a VPS in 2026 with security hardening — especially relevant given the CertiK security study findings.</description>
    </item>
    <item>
      <title>Claude Code&#39;s &#39;Cache-22&#39;: How to Work Around the Quota Drain Bug</title>
      <link>https://subagentic.ai/howtos/claude-code-cache-22-quota-drain-workarounds/</link>
      <pubDate>Wed, 01 Apr 2026 08:09:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/claude-code-cache-22-quota-drain-workarounds/</guid>
      <description>Claude Code&amp;#39;s prompt cache regression drains Max-tier quotas in under 20 minutes. Here&amp;#39;s what&amp;#39;s happening and how to work around it now.</description>
    </item>
    <item>
      <title>How to Audit Your npm Packages for Accidentally Included Source Maps (The Claude Code Lesson)</title>
      <link>https://subagentic.ai/howtos/audit-npm-packages-source-maps-security/</link>
      <pubDate>Tue, 31 Mar 2026 08:15:17 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/audit-npm-packages-source-maps-security/</guid>
      <description>Claude Code leaked its source via an npm .map file. Here&amp;#39;s how to audit your own packages and prevent the same mistake with a simple CI/CD check.</description>
    </item>
    <item>
      <title>The OpenClaw Token Tax: How to Stop Burning $1,000 Overnight on Autonomous Reasoning Loops</title>
      <link>https://subagentic.ai/howtos/openclaw-token-tax-spend-limits-cost-management/</link>
      <pubDate>Mon, 30 Mar 2026 08:08:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-token-tax-spend-limits-cost-management/</guid>
      <description>OpenClaw has no native spend caps — here&amp;#39;s how to avoid a $1,000 overnight surprise with token budgets and model routing.</description>
    </item>
    <item>
      <title>Set Up AIO Sandbox for AI Agents in 5 Minutes (Docker &#43; MCP)</title>
      <link>https://subagentic.ai/howtos/set-up-aio-sandbox-ai-agents-docker-mcp/</link>
      <pubDate>Sun, 29 Mar 2026 20:06:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/set-up-aio-sandbox-ai-agents-docker-mcp/</guid>
      <description>Step-by-step guide to running AIO Sandbox — browser, shell, filesystem, MCP, and VSCode in one Docker container for AI agent development.</description>
    </item>
    <item>
      <title>nanobot&#39;s Full Agent Pipeline: Wiring Up Tools, Memory, Skills, Subagents, and Cron Scheduling</title>
      <link>https://subagentic.ai/howtos/nanobot-full-agent-pipeline-tools-memory-subagents-cron/</link>
      <pubDate>Sun, 29 Mar 2026 08:07:25 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/nanobot-full-agent-pipeline-tools-memory-subagents-cron/</guid>
      <description>Build a full agent pipeline from scratch: nanobot&amp;#39;s architecture reveals how tools, memory, skills, subagents, and cron scheduling fit together in ~4K lines of Python.</description>
    </item>
    <item>
      <title>How to Build an AI Agent That Earns Real Money</title>
      <link>https://subagentic.ai/howtos/how-to-build-ai-agent-earn-real-money-autonomous-income/</link>
      <pubDate>Sat, 28 Mar 2026 20:06:45 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-build-ai-agent-earn-real-money-autonomous-income/</guid>
      <description>One developer built an AI agent that earns real money — not a demo, not a simulation. Here&amp;#39;s exactly how it works and how you can build one too.</description>
    </item>
    <item>
      <title>How to Use Claude Code Auto Mode Safely</title>
      <link>https://subagentic.ai/howtos/how-to-use-claude-code-auto-mode-safely/</link>
      <pubDate>Sat, 28 Mar 2026 08:08:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-use-claude-code-auto-mode-safely/</guid>
      <description>Claude Code&amp;#39;s Auto Mode uses a Sonnet 4.6 safety classifier to autonomously approve low-risk actions and block high-blast-radius ones — here&amp;#39;s how it works.</description>
    </item>
    <item>
      <title>How to Use GLM-5.1 with OpenClaw via OpenRouter as a Claude Opus Alternative</title>
      <link>https://subagentic.ai/howtos/how-to-use-glm-5-1-openrouter-openclaw-claude-opus-alternative/</link>
      <pubDate>Sat, 28 Mar 2026 08:08:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-use-glm-5-1-openrouter-openclaw-claude-opus-alternative/</guid>
      <description>GLM-5.1 hits 94.6% of Claude Opus 4.6 on coding benchmarks and costs a fraction — here&amp;#39;s how to connect it to OpenClaw via OpenRouter.</description>
    </item>
    <item>
      <title>How to Add Durable Memory to Your LangGraph Agent Using Aerospike Database 8</title>
      <link>https://subagentic.ai/howtos/add-durable-memory-langgraph-agent-aerospike/</link>
      <pubDate>Fri, 27 Mar 2026 08:00:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/add-durable-memory-langgraph-agent-aerospike/</guid>
      <description>Step-by-step guide to replacing LangGraph&amp;#39;s in-memory state with Aerospike Database 8 for production-grade durable agent memory.</description>
    </item>
    <item>
      <title>How to Manage Claude Code Usage Limits During Peak Hours (And Make Your Budget Last)</title>
      <link>https://subagentic.ai/howtos/manage-claude-code-rate-limits-peak-hours/</link>
      <pubDate>Fri, 27 Mar 2026 08:00:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/manage-claude-code-rate-limits-peak-hours/</guid>
      <description>Claude Code drains faster during peak hours (5–11am PT weekdays). Here&amp;#39;s how to track your usage, shift heavy tasks off-peak, and make your monthly budget last.</description>
    </item>
    <item>
      <title>How to Install and Configure Jentic Mini as an API Execution Firewall for Your OpenClaw Agents</title>
      <link>https://subagentic.ai/howtos/jentic-mini-openclaw-api-execution-firewall/</link>
      <pubDate>Thu, 26 Mar 2026 20:17:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/jentic-mini-openclaw-api-execution-firewall/</guid>
      <description>Step-by-step guide to installing Jentic Mini — the free, open-source API execution firewall for OpenClaw agents — and configuring permission layers between your agents and the outside world.</description>
    </item>
    <item>
      <title>How to Audit Your Installed ClawHub Skills for Malicious Payloads</title>
      <link>https://subagentic.ai/howtos/audit-clawhub-skills-malicious-payloads/</link>
      <pubDate>Thu, 26 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/audit-clawhub-skills-malicious-payloads/</guid>
      <description>Step-by-step guide to auditing your OpenClaw ClawHub skills for malicious payloads following the Silverfort ranking-manipulation vulnerability disclosure.</description>
    </item>
    <item>
      <title>How to Connect Figma to Your AI Coding Agent with MCP</title>
      <link>https://subagentic.ai/howtos/connect-figma-ai-coding-agent-mcp/</link>
      <pubDate>Wed, 25 Mar 2026 20:06:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/connect-figma-ai-coding-agent-mcp/</guid>
      <description>Figma opens its canvas to AI coding agents via MCP — Claude Code, Cursor, Copilot, and Codex can now read and edit designs programmatically.</description>
    </item>
    <item>
      <title>How to Build Human-in-the-Loop Agentic Workflows with LangGraph</title>
      <link>https://subagentic.ai/howtos/langgraph-human-in-the-loop-agentic-workflows/</link>
      <pubDate>Wed, 25 Mar 2026 08:08:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/langgraph-human-in-the-loop-agentic-workflows/</guid>
      <description>Step-by-step guide to building human-in-the-loop agentic workflows with LangGraph — interrupt patterns, approval gates, reversible actions.</description>
    </item>
    <item>
      <title>How to Choose Between Assistants and Claws in LangSmith Fleet</title>
      <link>https://subagentic.ai/howtos/langsmithfleet-assistants-vs-claws-guide/</link>
      <pubDate>Tue, 24 Mar 2026 08:13:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/langsmithfleet-assistants-vs-claws-guide/</guid>
      <description>A practical guide to choosing and implementing the right authorization model — Assistants or Claws — for your LangSmith Fleet agent deployments.</description>
    </item>
    <item>
      <title>How to Run DeerFlow 2.0 Locally — ByteDance&#39;s LangGraph Agent Framework</title>
      <link>https://subagentic.ai/howtos/how-to-run-deerflow-2-locally-langraph-agents/</link>
      <pubDate>Tue, 24 Mar 2026 08:00:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-run-deerflow-2-locally-langraph-agents/</guid>
      <description>ByteDance&amp;#39;s DeerFlow 2.0 hits GitHub Trending #1 with sandboxes, memory, and sub-agents built on LangGraph 1.0.</description>
    </item>
    <item>
      <title>LangSmith Fleet: Choosing Between Assistants and Claws Authorization Models</title>
      <link>https://subagentic.ai/howtos/langsmith-fleet-assistants-vs-claws-authorization-guide/</link>
      <pubDate>Tue, 24 Mar 2026 08:00:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/langsmith-fleet-assistants-vs-claws-authorization-guide/</guid>
      <description>LangSmith Fleet formalizes two agent auth models: Assistants use end-user credentials; Claws use fixed system credentials.</description>
    </item>
    <item>
      <title>OpenClaw v2026.3.22 Breaks Dashboard and WhatsApp — Community Quick Fix Guide</title>
      <link>https://subagentic.ai/howtos/fix-openclaw-v2026-3-22-dashboard-whatsapp-regression/</link>
      <pubDate>Mon, 23 Mar 2026 20:11:29 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/fix-openclaw-v2026-3-22-dashboard-whatsapp-regression/</guid>
      <description>OpenClaw v2026.3.22 broke Dashboard UI and WhatsApp for npm users — here&amp;#39;s the root cause and exact fix for both regressions.</description>
    </item>
    <item>
      <title>How to Use ClawHub: Installing Plugins and Skills in OpenClaw v2026.3.22</title>
      <link>https://subagentic.ai/howtos/how-to-use-clawhub-install-skills-openclaw-v2026-3-22/</link>
      <pubDate>Mon, 23 Mar 2026 20:07:45 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-use-clawhub-install-skills-openclaw-v2026-3-22/</guid>
      <description>OpenClaw v2026.3.22 ships ClawHub, a native plugin marketplace. Here&amp;#39;s how to browse, install, and use skills — with Hitem3D image-to-3D as a real-world example.</description>
    </item>
    <item>
      <title>How to Run 10 AI Agents in Parallel with Claude Code</title>
      <link>https://subagentic.ai/howtos/run-10-ai-agents-parallel-claude-code/</link>
      <pubDate>Mon, 23 Mar 2026 08:06:54 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/run-10-ai-agents-parallel-claude-code/</guid>
      <description>Solo developer runs 10 Claude Code agents in parallel, cutting codebase analysis from 10 minutes to 3. Here&amp;#39;s the exact setup and benchmarks.</description>
    </item>
    <item>
      <title>How to Back Up and Restore Your OpenClaw Configuration with v2026.3.8 Built-In CLI Tools</title>
      <link>https://subagentic.ai/howtos/how-to-backup-openclaw-config-v2026-3-8/</link>
      <pubDate>Sun, 22 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-backup-openclaw-config-v2026-3-8/</guid>
      <description>OpenClaw v2026.3.8 adds native backup CLI tools — here&amp;#39;s how to protect your config, skills, and workspace with the new built-in commands.</description>
    </item>
    <item>
      <title>How to Connect Xiaomi MiMo-V2-Pro to Your OpenClaw Agent via OpenRouter (Free This Week)</title>
      <link>https://subagentic.ai/howtos/how-to-connect-mimo-v2-pro-openclaw-openrouter/</link>
      <pubDate>Sun, 22 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-connect-mimo-v2-pro-openclaw-openrouter/</guid>
      <description>Step-by-step guide to connecting Xiaomi&amp;#39;s MiMo-V2-Pro to your OpenClaw agent via OpenRouter — free API access available until ~March 25, 2026.</description>
    </item>
    <item>
      <title>Parse 500 Pages in 2 Seconds: LiteParse by LlamaIndex in Your AI Agent Pipeline</title>
      <link>https://subagentic.ai/howtos/liteparse-llamaindex-agent-document-parsing/</link>
      <pubDate>Sat, 21 Mar 2026 08:06:43 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/liteparse-llamaindex-agent-document-parsing/</guid>
      <description>LlamaIndex&amp;#39;s LiteParse processes 500 pages in 2 seconds on CPU with no GPU or API required. Here&amp;#39;s how to drop it into your agent pipeline.</description>
    </item>
    <item>
      <title>How to Patch and Harden Your Langflow Deployment Against CVE-2026-33017</title>
      <link>https://subagentic.ai/howtos/how-to-patch-harden-langflow-cve-2026-33017/</link>
      <pubDate>Fri, 20 Mar 2026 20:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-patch-harden-langflow-cve-2026-33017/</guid>
      <description>Step-by-step guide to patching CVE-2026-33017 in Langflow and hardening your deployment against unauthenticated RCE.</description>
    </item>
    <item>
      <title>The Math That&#39;s Killing Your AI Agent: Compound Probability and Why 85% Accuracy Fails at Scale</title>
      <link>https://subagentic.ai/howtos/compound-probability-ai-agent-reliability/</link>
      <pubDate>Fri, 20 Mar 2026 20:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/compound-probability-ai-agent-reliability/</guid>
      <description>Why an 85%-accurate AI agent fails most multi-step tasks — and how compound probability math explains what to fix.</description>
    </item>
    <item>
      <title>How to Connect Claude Code to Telegram and Discord with Channels</title>
      <link>https://subagentic.ai/howtos/connect-claude-code-telegram-discord-channels/</link>
      <pubDate>Thu, 19 Mar 2026 20:06:25 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/connect-claude-code-telegram-discord-channels/</guid>
      <description>Step-by-step guide to connecting Claude Code Channels to Telegram and Discord — so you can message your AI coding agent from anywhere.</description>
    </item>
    <item>
      <title>AGENTS.md Explained: The Single File That Makes AI Coding Agents Actually Useful</title>
      <link>https://subagentic.ai/howtos/agents-md-guide-ai-coding-agent-configuration/</link>
      <pubDate>Wed, 18 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/agents-md-guide-ai-coding-agent-configuration/</guid>
      <description>AGENTS.md is now natively supported by 25&#43; AI coding tools. Here&amp;#39;s exactly what to put in it — and why Claude Code uses CLAUDE.md instead.</description>
    </item>
    <item>
      <title>How Coding Agents Work Under the Hood: Simon Willison&#39;s Practitioner Guide</title>
      <link>https://subagentic.ai/howtos/simon-willison-how-coding-agents-work/</link>
      <pubDate>Mon, 16 Mar 2026 20:06:22 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/simon-willison-how-coding-agents-work/</guid>
      <description>Simon Willison&amp;#39;s new guide breaks down exactly how coding agents work — system prompts, tool harnesses, multi-step planning — with Codex as a real example.</description>
    </item>
    <item>
      <title>How to Sandbox Your AI Agents with NanoClaw &#43; Docker</title>
      <link>https://subagentic.ai/howtos/sandbox-ai-agents-nanoclaw-docker/</link>
      <pubDate>Mon, 16 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/sandbox-ai-agents-nanoclaw-docker/</guid>
      <description>A practical guide to running AI agents in MicroVM-based Docker Sandboxes using NanoClaw — the new enterprise security baseline for production agent deployments.</description>
    </item>
    <item>
      <title>The 2026 AI Agent Framework Decision Guide: LangGraph vs CrewAI vs Pydantic AI</title>
      <link>https://subagentic.ai/howtos/2026-ai-agent-framework-decision-guide/</link>
      <pubDate>Sun, 15 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/2026-ai-agent-framework-decision-guide/</guid>
      <description>LangGraph for complexity, CrewAI for speed, Pydantic AI for stability — a practical 2026 decision guide for choosing the right agentic AI framework for your project.</description>
    </item>
    <item>
      <title>How to Lock Down Your OpenClaw Instance Against the 2026 CVEs</title>
      <link>https://subagentic.ai/howtos/how-to-lock-down-openclaw-security-2026/</link>
      <pubDate>Sat, 14 Mar 2026 20:08:30 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-lock-down-openclaw-security-2026/</guid>
      <description>A practical hardening checklist for OpenClaw: enable auth, patch CVEs, firewall your gateway, and protect against prompt injection attacks.</description>
    </item>
    <item>
      <title>Garry Tan Open-Sources gstack: Turn Claude Code Into a Team of 8 Specialist Agents</title>
      <link>https://subagentic.ai/howtos/garry-tan-gstack-claude-code-multi-agent-team/</link>
      <pubDate>Sat, 14 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/garry-tan-gstack-claude-code-multi-agent-team/</guid>
      <description>Garry Tan&amp;#39;s gstack turns Claude Code into 8 specialist agent modes — plan review, code review, QA, and shipping. Open-source, install-ready, and viral.</description>
    </item>
    <item>
      <title>MCP vs Agent Skills: Which Should You Use for Your Production Agent?</title>
      <link>https://subagentic.ai/howtos/mcp-vs-agent-skills-production-guide/</link>
      <pubDate>Fri, 13 Mar 2026 20:06:53 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/mcp-vs-agent-skills-production-guide/</guid>
      <description>MCP gives agents structured tool interfaces; Agent Skills give behavioral guidance — here&amp;#39;s when to use each in production.</description>
    </item>
    <item>
      <title>Run Claude Code Locally with Docker: MCP Servers and Sandbox Setup Guide</title>
      <link>https://subagentic.ai/howtos/run-claude-code-docker-mcp-sandbox/</link>
      <pubDate>Fri, 13 Mar 2026 20:06:53 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/run-claude-code-docker-mcp-sandbox/</guid>
      <description>Docker&amp;#39;s official guide shows how to run Claude Code with local models, MCP server connections, and secure sandboxed execution.</description>
    </item>
    <item>
      <title>How to Use Gemini CLI Plan Mode for Safer Agentic Coding</title>
      <link>https://subagentic.ai/howtos/how-to-use-gemini-cli-plan-mode-safer-agentic-coding/</link>
      <pubDate>Fri, 13 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-use-gemini-cli-plan-mode-safer-agentic-coding/</guid>
      <description>Gemini CLI&amp;#39;s new plan mode restricts agents to read-only tools until you approve their plan. Here&amp;#39;s how to use it for safer agentic coding.</description>
    </item>
    <item>
      <title>How to Build a Private, On-Device AI Agent with Stanford&#39;s OpenJarvis</title>
      <link>https://subagentic.ai/howtos/build-private-on-device-ai-agent-stanford-openjarvis/</link>
      <pubDate>Thu, 12 Mar 2026 20:06:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/build-private-on-device-ai-agent-stanford-openjarvis/</guid>
      <description>Stanford&amp;#39;s OpenJarvis enables fully local AI agents with tool use, memory, and learning — no cloud needed, privacy-first design.</description>
    </item>
    <item>
      <title>How to Run Your First OpenClaw Agent in the Cloud with FlashClaw</title>
      <link>https://subagentic.ai/howtos/run-first-openclaw-agent-flashclaw-cloud/</link>
      <pubDate>Thu, 12 Mar 2026 08:06:46 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/run-first-openclaw-agent-flashclaw-cloud/</guid>
      <description>Step-by-step guide to deploying your first OpenClaw agent in the cloud using FlashClaw — no local setup, no DevOps required.</description>
    </item>
    <item>
      <title>How to Audit Your AI-Generated Code for Security Flaws: Lessons from the DryRun Security Report</title>
      <link>https://subagentic.ai/howtos/audit-ai-generated-code-security-flaws-dryrun-guide/</link>
      <pubDate>Wed, 11 Mar 2026 20:16:56 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/audit-ai-generated-code-security-flaws-dryrun-guide/</guid>
      <description>Practical steps to secure your AI-written code before shipping — based on findings from DryRun Security&amp;#39;s 2026 Agentic Coding Security Report.</description>
    </item>
    <item>
      <title>How to Audit Your AI-Generated Code for Security Flaws</title>
      <link>https://subagentic.ai/howtos/how-to-audit-ai-generated-code-security-flaws-dryrun/</link>
      <pubDate>Wed, 11 Mar 2026 20:10:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-audit-ai-generated-code-security-flaws-dryrun/</guid>
      <description>A practical checklist for auditing AI-generated code: tools, vulnerability classes to watch, and workflow changes based on DryRun Security&amp;#39;s 2026 findings.</description>
    </item>
    <item>
      <title>Getting Started with JetBrains Air IDE: Parallel AI Agents for Real Codebases</title>
      <link>https://subagentic.ai/howtos/getting-started-jetbrains-air-ide/</link>
      <pubDate>Wed, 11 Mar 2026 20:08:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/getting-started-jetbrains-air-ide/</guid>
      <description>A practical guide to setting up JetBrains Air, configuring parallel agents, and running your first multi-agent coding workflow.</description>
    </item>
    <item>
      <title>Terminal-Native Agentic Development with GitHub Copilot CLI Agent Mode</title>
      <link>https://subagentic.ai/howtos/github-copilot-cli-agent-mode-terminal/</link>
      <pubDate>Wed, 11 Mar 2026 20:08:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/github-copilot-cli-agent-mode-terminal/</guid>
      <description>A practical guide to GitHub Copilot CLI&amp;#39;s new agent mode — plan, code, debug, review, and PR without leaving your terminal.</description>
    </item>
    <item>
      <title>How to Connect the Datadog MCP Server to Your AI Agent for Real-Time Observability</title>
      <link>https://subagentic.ai/howtos/connect-datadog-mcp-server-ai-agent-observability/</link>
      <pubDate>Wed, 11 Mar 2026 08:07:00 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/connect-datadog-mcp-server-ai-agent-observability/</guid>
      <description>Step-by-step: connect Datadog&amp;#39;s new MCP Server to your AI agent for live metrics, logs, and traces — no switching tools.</description>
    </item>
    <item>
      <title>How to Spot and Avoid Fake OpenClaw npm Packages (GhostClaw and Beyond)</title>
      <link>https://subagentic.ai/howtos/how-to-spot-fake-openclaw-npm-packages-ghostclaw/</link>
      <pubDate>Tue, 10 Mar 2026 19:05:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-spot-fake-openclaw-npm-packages-ghostclaw/</guid>
      <description>A malicious npm package named GhostClaw is stealing SSH keys, crypto wallets, and iMessage data from developers. Here&amp;#39;s how to protect yourself.</description>
    </item>
    <item>
      <title>How to Prevent Claude Code from Destroying Your Database: Mandatory Safeguards Checklist</title>
      <link>https://subagentic.ai/howtos/prevent-claude-code-destroying-your-database-safeguards-checklist/</link>
      <pubDate>Mon, 09 Mar 2026 08:06:30 -0700</pubDate>
      <guid>https://subagentic.ai/howtos/prevent-claude-code-destroying-your-database-safeguards-checklist/</guid>
      <description>A school platform lost 1.9 million rows to Claude Code. Here&amp;#39;s the exact checklist to make sure it never happens to you — backups, stop hooks, and migration guardrails.</description>
    </item>
    <item>
      <title>How to Configure OpenClaw SOUL.md and HEARTBEAT.md for Proactive, Personalized Agents</title>
      <link>https://subagentic.ai/howtos/configure-openclaw-soul-md-heartbeat-md-proactive-agents/</link>
      <pubDate>Sun, 08 Mar 2026 20:07:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/configure-openclaw-soul-md-heartbeat-md-proactive-agents/</guid>
      <description>The real reason your OpenClaw agent feels generic: SOUL.md and HEARTBEAT.md are unconfigured. Here&amp;#39;s how to fix that in 15 minutes.</description>
    </item>
    <item>
      <title>How to Harden Your OpenClaw Agents Against Indirect Prompt Injection</title>
      <link>https://subagentic.ai/howtos/harden-openclaw-agents-indirect-prompt-injection/</link>
      <pubDate>Sat, 07 Mar 2026 08:05:34 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/harden-openclaw-agents-indirect-prompt-injection/</guid>
      <description>A practical step-by-step guide to hardening OpenClaw agents against indirect prompt injection attacks — based on Palo Alto Unit 42 in-the-wild findings.</description>
    </item>
    <item>
      <title>How to Configure Claude Code Safe Guardrails for Production Infrastructure</title>
      <link>https://subagentic.ai/howtos/configure-claude-code-guardrails-production-infrastructure/</link>
      <pubDate>Fri, 06 Mar 2026 20:07:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/configure-claude-code-guardrails-production-infrastructure/</guid>
      <description>After DataTalksClub&amp;#39;s AI-triggered terraform destroy wiped 2.5 years of production data, here&amp;#39;s the complete guardrails checklist for teams running Claude Code on infrastructure.</description>
    </item>
    <item>
      <title>When to Use a Skill File vs. an MCP Server in Your OpenClaw Setup</title>
      <link>https://subagentic.ai/howtos/when-to-use-skill-file-vs-mcp-server-openclaw/</link>
      <pubDate>Fri, 06 Mar 2026 20:07:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/when-to-use-skill-file-vs-mcp-server-openclaw/</guid>
      <description>The New Stack makes the case for Markdown skill files over MCP servers in production AI agents — covering a two-layer architecture that cuts token costs dramatically.</description>
    </item>
    <item>
      <title>How to Use Google Workspace CLI With OpenClaw to Manage Gmail and Drive From Your Agent</title>
      <link>https://subagentic.ai/howtos/google-workspace-cli-openclaw-gmail-drive-agent/</link>
      <pubDate>Fri, 06 Mar 2026 08:07:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/google-workspace-cli-openclaw-gmail-drive-agent/</guid>
      <description>Google&amp;#39;s new Workspace CLI lets AI agents like OpenClaw directly access Gmail, Drive, and Docs with git-like pull/push workflows — officially agent-ready.</description>
    </item>
    <item>
      <title>Cursor Launches &#39;Automations&#39; — Event-Triggered Agentic Coding That Runs Without You</title>
      <link>https://subagentic.ai/howtos/cursor-automations-event-driven-agent-pipelines/</link>
      <pubDate>Thu, 05 Mar 2026 20:06:43 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/cursor-automations-event-driven-agent-pipelines/</guid>
      <description>Cursor&amp;#39;s new Automations turns coding agents from reactive to proactive — triggered by commits, Slack, or timers. One engineer, dozens of agents.</description>
    </item>
    <item>
      <title>Google Releases &#39;gws&#39; Workspace CLI — 100&#43; Agent Skills, MCP Server, Full Gmail/Drive/Calendar Access for AI Agents</title>
      <link>https://subagentic.ai/howtos/connect-google-workspace-ai-agent-gws-cli-mcp/</link>
      <pubDate>Thu, 05 Mar 2026 20:06:43 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/connect-google-workspace-ai-agent-gws-cli-mcp/</guid>
      <description>Google&amp;#39;s new &amp;#39;gws&amp;#39; CLI brings 100&#43; agent skills and MCP support to Gmail, Drive, Docs, and Calendar — no custom integrations needed.</description>
    </item>
    <item>
      <title>OpenAI Launches GPT-5.4 with Native Computer Use and 1M Token Context Window</title>
      <link>https://subagentic.ai/howtos/openai-gpt-5-4-native-computer-use-agent-workflows/</link>
      <pubDate>Thu, 05 Mar 2026 20:06:43 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/openai-gpt-5-4-native-computer-use-agent-workflows/</guid>
      <description>OpenAI&amp;#39;s GPT-5.4 lands with native computer use (75% OSWorld benchmark) and 1M-token API context — built for autonomous agents.</description>
    </item>
    <item>
      <title>Scaling Agentic AI: Half of CDOs Cite Data Quality as the #1 Barrier to Deployment</title>
      <link>https://subagentic.ai/howtos/prep-data-stack-agentic-ai-deployment/</link>
      <pubDate>Thu, 05 Mar 2026 20:06:43 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/prep-data-stack-agentic-ai-deployment/</guid>
      <description>Half of CDOs say poor data quality is blocking their agentic AI deployments — and they&amp;#39;re now funding fixes to unblock the bottleneck.</description>
    </item>
    <item>
      <title>Hackers Are Hiding Instructions Inside Websites to Hijack AI Agents — Indirect Prompt Injection in the Wild</title>
      <link>https://subagentic.ai/howtos/hackers-hiding-instructions-websites-hijack-ai-agents-prompt-injection/</link>
      <pubDate>Thu, 05 Mar 2026 08:07:06 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/hackers-hiding-instructions-websites-hijack-ai-agents-prompt-injection/</guid>
      <description>Palo Alto Unit 42 documents real-world indirect prompt injection attacks hiding in websites to hijack AI agents — a category-level threat beyond specific CVEs.</description>
    </item>
    <item>
      <title>LangChain Skills System Boosts Claude Code Performance from 25% to 95% on Agentic Tasks</title>
      <link>https://subagentic.ai/howtos/langchain-skills-system-claude-code-25-to-95-percent/</link>
      <pubDate>Thu, 05 Mar 2026 08:07:06 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/langchain-skills-system-claude-code-25-to-95-percent/</guid>
      <description>LangChain&amp;#39;s new skills system rockets Claude Code&amp;#39;s success rate on LangChain/LangGraph tasks from 25% to 95% via progressive context loading.</description>
    </item>
    <item>
      <title>OpenAI Codex Lands on Windows with Native Sandbox and PowerShell Support — 1.6M Weekly Users</title>
      <link>https://subagentic.ai/howtos/openai-codex-windows-native-sandbox-powershell-16m-users/</link>
      <pubDate>Thu, 05 Mar 2026 08:07:06 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/openai-codex-windows-native-sandbox-powershell-16m-users/</guid>
      <description>OpenAI Codex hits Windows with native sandboxing and PowerShell support as weekly users triple to 1.6M, cementing its enterprise agent ambitions.</description>
    </item>
    <item>
      <title>WebMCP in Chrome 146: Google and Microsoft&#39;s Proposed Standard Exposes Structured Website Actions to AI Agents</title>
      <link>https://subagentic.ai/howtos/webmcp-chrome-146-agent-ready-web-google-microsoft-w3c/</link>
      <pubDate>Thu, 05 Mar 2026 08:07:06 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/webmcp-chrome-146-agent-ready-web-google-microsoft-w3c/</guid>
      <description>Chrome 146 previews WebMCP, a W3C draft from Google and Microsoft that lets AI agents discover structured web actions without brittle DOM scraping.</description>
    </item>
    <item>
      <title>How to Deploy a Private AI Agent on AWS Lightsail in 5 Minutes</title>
      <link>https://subagentic.ai/howtos/deploy-private-ai-agent-aws-lightsail-5-minutes/</link>
      <pubDate>Wed, 04 Mar 2026 20:09:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/deploy-private-ai-agent-aws-lightsail-5-minutes/</guid>
      <description>Step-by-step guide to deploying OpenClaw on Amazon Lightsail using the new one-click blueprint — private AI agent with Bedrock, HTTPS, and sandboxing.</description>
    </item>
    <item>
      <title>How to Prevent MCP God Key Exposure: Scoped Credentials for Enterprise Agent Deployments</title>
      <link>https://subagentic.ai/howtos/how-to-prevent-mcp-god-key-exposure-scoped-credentials-enterprise-agents/</link>
      <pubDate>Wed, 04 Mar 2026 08:40:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-prevent-mcp-god-key-exposure-scoped-credentials-enterprise-agents/</guid>
      <description>MCP servers are handing AI agents &amp;#39;god key&amp;#39; level permissions with no scoping or audit trail — here&amp;#39;s what enterprise teams need to know and do about it.</description>
    </item>
    <item>
      <title>How to Enable Claude Code Voice Mode: Hands-Free Coding Setup Guide</title>
      <link>https://subagentic.ai/howtos/how-to-enable-claude-code-voice-mode/</link>
      <pubDate>Tue, 03 Mar 2026 20:15:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-enable-claude-code-voice-mode/</guid>
      <description>Step-by-step guide to enabling Claude Code Voice Mode with the /voice command — eligibility, setup, and hands-free workflow tips for Pro/Max/Team/Enterprise users.</description>
    </item>
    <item>
      <title>How to Use OpenClaw&#39;s New PDF Analysis and Audio Transcription Tools</title>
      <link>https://subagentic.ai/howtos/how-to-use-openclaw-pdf-analysis-stt-audio-transcription/</link>
      <pubDate>Tue, 03 Mar 2026 08:07:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-use-openclaw-pdf-analysis-stt-audio-transcription/</guid>
      <description>OpenClaw v2026.3.2 adds native PDF analysis (Anthropic &#43; Google backends) and STT audio transcription. Here&amp;#39;s how to wire both into your agent workflows.</description>
    </item>
    <item>
      <title>I Ship Software with 13 Claude Code Agents — Here&#39;s What That Actually Looks Like</title>
      <link>https://subagentic.ai/howtos/how-to-ship-software-swarm-claude-code-agents-tmux/</link>
      <pubDate>Tue, 03 Mar 2026 08:07:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-ship-software-swarm-claude-code-agents-tmux/</guid>
      <description>One developer runs 13 simultaneous Claude Code agents in tmux with custom inter-agent messaging. Here&amp;#39;s the full workflow and what it actually ships.</description>
    </item>
    <item>
      <title>How to Verify Your OpenClaw Instance Is Patched Against ClawJacked and Harden Your WebSocket Gateway</title>
      <link>https://subagentic.ai/howtos/verify-openclaw-clawjacked-patch-websocket-hardening/</link>
      <pubDate>Mon, 02 Mar 2026 20:10:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/verify-openclaw-clawjacked-patch-websocket-hardening/</guid>
      <description>Step-by-step guide to verify your OpenClaw instance is patched against ClawJacked, plus practical WebSocket gateway hardening to prevent brute-force attacks.</description>
    </item>
    <item>
      <title>What to Do Now That Anthropic Is Blocking Claude OAuth in OpenClaw</title>
      <link>https://subagentic.ai/howtos/what-to-do-now-that-anthropic-is-blocking-claude-oauth-in-openclaw/</link>
      <pubDate>Mon, 02 Mar 2026 08:10:30 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/what-to-do-now-that-anthropic-is-blocking-claude-oauth-in-openclaw/</guid>
      <description>Anthropic is revoking Claude Pro/Max OAuth in third-party tools. Step-by-step guide to migrating OpenClaw to API keys or alternative providers.</description>
    </item>
    <item>
      <title>How to Set Up CoPaw: Alibaba&#39;s Open-Source Self-Hosted Agent Workstation</title>
      <link>https://subagentic.ai/howtos/how-to-set-up-copaw-alibaba-open-source-agent-workstation/</link>
      <pubDate>Mon, 02 Mar 2026 08:10:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-set-up-copaw-alibaba-open-source-agent-workstation/</guid>
      <description>Step-by-step guide to deploying CoPaw, Alibaba&amp;#39;s open-source agent workstation, with local or cloud models and multi-channel integrations.</description>
    </item>
    <item>
      <title>How to Build a Production Multi-Agent System with LangGraph, Pydantic, and SQLite</title>
      <link>https://subagentic.ai/howtos/build-production-multi-agent-system-langgraph-pydantic-sqlite/</link>
      <pubDate>Sun, 01 Mar 2026 20:09:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/build-production-multi-agent-system-langgraph-pydantic-sqlite/</guid>
      <description>Step-by-step guide to building a production-grade Planner/Executor/Validator multi-agent system with LangGraph, ACP-style message bus, and SQLite persistence.</description>
    </item>
    <item>
      <title>How to Replace Shell Hooks with HTTP Webhooks in Claude Code v2.1.63</title>
      <link>https://subagentic.ai/howtos/claude-code-http-hooks-replace-shell-scripts-json-webhooks/</link>
      <pubDate>Sun, 01 Mar 2026 20:09:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/claude-code-http-hooks-replace-shell-scripts-json-webhooks/</guid>
      <description>Step-by-step guide to migrating from shell-based hooks to the new HTTP webhook architecture in Claude Code v2.1.63 — cleaner, typed, composable.</description>
    </item>
    <item>
      <title>How to Run OpenClaw Agents Securely in a Container with NanoClaw</title>
      <link>https://subagentic.ai/howtos/how-to-run-openclaw-agents-securely-in-a-container-with-nanoclaw/</link>
      <pubDate>Sun, 01 Mar 2026 08:11:00 -0800</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-run-openclaw-agents-securely-in-a-container-with-nanoclaw/</guid>
      <description>A practical setup tutorial for running OpenClaw-style agents inside Docker containers using NanoClaw — scoped mounts, network isolation, minimal permissions.</description>
    </item>
    <item>
      <title>Don&#39;t Run OpenClaw on Your Main Machine — SkyPilot&#39;s Step-by-Step Cloud VM Isolation Guide</title>
      <link>https://subagentic.ai/howtos/dont-run-openclaw-on-main-machine-skypilot-cloud-vm-isolation/</link>
      <pubDate>Sun, 01 Mar 2026 04:33:00 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/dont-run-openclaw-on-main-machine-skypilot-cloud-vm-isolation/</guid>
      <description>SkyPilot shows why and how to run OpenClaw on an isolated cloud VM — step-by-step guide to keeping your main machine safe from agentic AI blast radius.</description>
    </item>
    <item>
      <title>How to Build Your Own Autonomous Social Media Agent (What Social Arena Teaches Us)</title>
      <link>https://subagentic.ai/howtos/build-autonomous-social-media-agent-openclaw-social-arena/</link>
      <pubDate>Sat, 28 Feb 2026 16:09:00 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/build-autonomous-social-media-agent-openclaw-social-arena/</guid>
      <description>Use Social Arena&amp;#39;s live AI benchmark as a blueprint to build your own autonomous social media agent with OpenClaw — step by step.</description>
    </item>
    <item>
      <title>How to Design Multi-Agent Pipelines That Don&#39;t Cascade-Fail</title>
      <link>https://subagentic.ai/howtos/how-to-design-multi-agent-pipelines-that-dont-cascade-fail/</link>
      <pubDate>Sat, 28 Feb 2026 04:13:00 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-design-multi-agent-pipelines-that-dont-cascade-fail/</guid>
      <description>Practical safety patterns for multi-agent pipelines: circuit breakers, resource limits, failure isolation, and interaction-aware testing — lessons from the &amp;#39;Agents of Chaos&amp;#39; study.</description>
    </item>
    <item>
      <title>Claude Code Now Remembers Your Fixes, Preferences, and Project Quirks Automatically</title>
      <link>https://subagentic.ai/howtos/claude-code-auto-memory-persistent-project-context/</link>
      <pubDate>Sat, 28 Feb 2026 04:11:00 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/claude-code-auto-memory-persistent-project-context/</guid>
      <description>Claude Code now auto-creates a MEMORY.md per project, remembering your debugging fixes and preferences across sessions without manual setup.</description>
    </item>
    <item>
      <title>How to Secure Your OpenClaw Secrets with External Secrets Management (v2026.2.26)</title>
      <link>https://subagentic.ai/howtos/how-to-secure-your-openclaw-secrets-with-external-secrets-management/</link>
      <pubDate>Fri, 27 Feb 2026 16:07:00 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-secure-your-openclaw-secrets-with-external-secrets-management/</guid>
      <description>Step-by-step guide to migrating OpenClaw API keys and credentials to external secrets using the new vault/env-file backend in v2026.2.26.</description>
    </item>
    <item>
      <title>How to Audit and Lock Down Your OpenClaw Instance Against the Oasis Security Vulnerability Chain</title>
      <link>https://subagentic.ai/howtos/audit-lock-down-openclaw-oasis-vulnerability/</link>
      <pubDate>Fri, 27 Feb 2026 04:05:31 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/audit-lock-down-openclaw-oasis-vulnerability/</guid>
      <description>Step-by-step guide to auditing and hardening your OpenClaw instance against the critical vulnerability chain disclosed by Oasis Security on 2026-02-26.</description>
    </item>
    <item>
      <title>Which Agent Framework Should You Use in 2026? CrewAI vs Microsoft vs LangGraph Decision Guide</title>
      <link>https://subagentic.ai/howtos/which-agent-framework-2026-crewai-microsoft-langgraph/</link>
      <pubDate>Thu, 26 Feb 2026 16:07:08 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/which-agent-framework-2026-crewai-microsoft-langgraph/</guid>
      <description>A data-driven 2026 guide to picking the right agent framework: CrewAI for speed, MS Agent Framework for performance, LangGraph for stateful production systems.</description>
    </item>
    <item>
      <title>How to Add Guardrails, Confirmation Gates, and Reversible-Action Patterns to OpenClaw Agents</title>
      <link>https://subagentic.ai/howtos/how-to-add-guardrails-openclaw-agents-prevent-runaway-automation/</link>
      <pubDate>Thu, 26 Feb 2026 04:06:06 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-add-guardrails-openclaw-agents-prevent-runaway-automation/</guid>
      <description>After Meta&amp;#39;s AI safety director had her inbox deleted by a runaway agent, here&amp;#39;s how to design OpenClaw agents that can&amp;#39;t go rogue.</description>
    </item>
    <item>
      <title>Claude Code Remote Control: Control Your Terminal from Your Phone</title>
      <link>https://subagentic.ai/howtos/claude-code-remote-control-ios-android-setup/</link>
      <pubDate>Wed, 25 Feb 2026 16:07:33 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/claude-code-remote-control-ios-android-setup/</guid>
      <description>Anthropic ships Remote Control for Claude Code — continue local terminal sessions from your phone, tablet, or browser. Max users now, Pro coming soon.</description>
    </item>
    <item>
      <title>KiloClaw GA: Deploy Hosted OpenClaw Agents in 60 Seconds (500&#43; Models)</title>
      <link>https://subagentic.ai/howtos/kiloclaw-deploy-openclaw-agent-60-seconds/</link>
      <pubDate>Wed, 25 Feb 2026 16:07:33 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/kiloclaw-deploy-openclaw-agent-60-seconds/</guid>
      <description>KiloClaw hits GA — deploy a production OpenClaw agent in 60 seconds, no Docker or YAML needed. 500&#43; models, free tier, BYOK.</description>
    </item>
    <item>
      <title>OpenClaw v2026.2.24 Full Changelog: Android Onboarding, Docker Security Block, Heartbeat DM Restriction</title>
      <link>https://subagentic.ai/howtos/openclaw-v2026-2-24-docker-namespace-android-breaking-changes/</link>
      <pubDate>Wed, 25 Feb 2026 16:07:33 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-v2026-2-24-docker-namespace-android-breaking-changes/</guid>
      <description>OpenClaw v2026.2.24 drops native Android onboarding and two breaking changes: Docker namespace-join blocked, Heartbeat DMs restricted.</description>
    </item>
    <item>
      <title>How to Configure Multilingual Stop Phrases in OpenClaw v2026.2.24</title>
      <link>https://subagentic.ai/howtos/configure-multilingual-stop-phrases-openclaw-v20260224/</link>
      <pubDate>Wed, 25 Feb 2026 04:06:06 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/configure-multilingual-stop-phrases-openclaw-v20260224/</guid>
      <description>Step-by-step guide to setting up and customizing multilingual emergency stop phrases in OpenClaw v2026.2.24, plus the new Android 5-tab shell first look.</description>
    </item>
    <item>
      <title>Claude Code February 2026 Changelog: Agent Worktree Isolation, Memory Leak Fixes, and Git Worktree Discovery</title>
      <link>https://subagentic.ai/howtos/claude-code-isolation-worktree-agent-definitions/</link>
      <pubDate>Tue, 24 Feb 2026 16:05:40 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/claude-code-isolation-worktree-agent-definitions/</guid>
      <description>Claude Code adds declarative git worktree isolation for agents, fixes memory leaks in agent teams, and resolves macOS FSEvents watcher loops.</description>
    </item>
    <item>
      <title>Anthropic Releases Claude Sonnet 4.6 — 1M Token Context, Flagship Agentic Performance</title>
      <link>https://subagentic.ai/howtos/anthropic-claude-sonnet-4-6-agentic-performance/</link>
      <pubDate>Tue, 24 Feb 2026 04:04:49 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/anthropic-claude-sonnet-4-6-agentic-performance/</guid>
      <description>Claude Sonnet 4.6 drops with 1M token context and top-tier agentic benchmarks — now the default model powering OpenClaw.</description>
    </item>
    <item>
      <title>GitHub Agentic Workflows Now in Technical Preview — AI Agents as First-Class CI/CD Actors</title>
      <link>https://subagentic.ai/howtos/github-agentic-workflows-technical-preview-cicd/</link>
      <pubDate>Tue, 24 Feb 2026 04:04:49 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/github-agentic-workflows-technical-preview-cicd/</guid>
      <description>GitHub Agentic Workflows technical preview lets AI coding agents autonomously handle repo tasks inside GitHub Actions.</description>
    </item>
    <item>
      <title>Microsoft Agent Framework Reaches Release Candidate — AutoGen &#43; Semantic Kernel Unified</title>
      <link>https://subagentic.ai/howtos/microsoft-agent-framework-rc-autogen-semantic-kernel/</link>
      <pubDate>Tue, 24 Feb 2026 04:04:49 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/microsoft-agent-framework-rc-autogen-semantic-kernel/</guid>
      <description>Microsoft Agent Framework hits Release Candidate, merging AutoGen and Semantic Kernel into one SDK — GA coming Q1 2026.</description>
    </item>
    <item>
      <title>OpenClaw Security: CVE Patches &#43; SecureClaw Open-Source Audit Tool Debuts</title>
      <link>https://subagentic.ai/howtos/openclaw-security-cve-secureclaw-audit/</link>
      <pubDate>Tue, 24 Feb 2026 04:04:49 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-security-cve-secureclaw-audit/</guid>
      <description>OpenClaw patches two CVEs while SecureClaw debuts — a free OWASP-aligned audit tool for hardening self-hosted OpenClaw deployments.</description>
    </item>
    <item>
      <title>OpenClaw v2026.2.19: Apple Watch Companion App &#43; 40&#43; Security Hardening Fixes</title>
      <link>https://subagentic.ai/howtos/openclaw-v2026-2-19-apple-watch-security-hardening/</link>
      <pubDate>Tue, 24 Feb 2026 04:04:49 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-v2026-2-19-apple-watch-security-hardening/</guid>
      <description>OpenClaw v2026.2.19 lands Apple Watch companion MVP and 40&#43; security fixes — the most significant hardening pass in project history.</description>
    </item>
    <item>
      <title>OpenClaw Security Hardening Checklist: SSRF, Auth Bypass &amp; RCE Prevention</title>
      <link>https://subagentic.ai/howtos/openclaw-hardening-checklist-ssrf-auth-rce/</link>
      <pubDate>Mon, 23 Feb 2026 19:44:27 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-hardening-checklist-ssrf-auth-rce/</guid>
      <description>Step-by-step OpenClaw hardening guide: patch the 6 known CVEs, close the 40K exposed-instance gap, and lock down your deployment against SSRF and RCE.</description>
    </item>
    <item>
      <title>OpenClaw v2026.2.21: Gemini 3.1, GLM-5, Discord Voice &amp; SHA-256 Security Hardening</title>
      <link>https://subagentic.ai/howtos/openclaw-v2026221-gemini-31-glm5-discord-voice/</link>
      <pubDate>Mon, 23 Feb 2026 19:44:27 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/openclaw-v2026221-gemini-31-glm5-discord-voice/</guid>
      <description>OpenClaw 2026.2.21 ships Gemini 3.1 &#43; GLM-5 model support, Discord voice streaming, and SHA-256 security hardening.</description>
    </item>
    <item>
      <title>How to Audit Your OpenClaw Install for the CDP WebSocket Vulnerability and Patch to 2026.2.21-1</title>
      <link>https://subagentic.ai/howtos/how-to-patch-openclaw-cdp-websocket-vulnerability/</link>
      <pubDate>Sun, 22 Feb 2026 22:21:09 +0000</pubDate>
      <guid>https://subagentic.ai/howtos/how-to-patch-openclaw-cdp-websocket-vulnerability/</guid>
      <description>Step-by-step guide to checking your OpenClaw version, verifying CDP WebSocket exposure, patching GHSA-mr32-vwc2-5j6h, and hardening with Docker network isolation.</description>
    </item>
  </channel>
</rss>
