<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Daniel Samer</title>
    <description>The latest articles on DEV Community by Daniel Samer (@yixn_io).</description>
    <link>https://dev.to/yixn_io</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3751446%2F3472fba5-7de1-4b4c-a184-6cace86fbe71.png</url>
      <title>DEV Community: Daniel Samer</title>
      <link>https://dev.to/yixn_io</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yixn_io"/>
    <language>en</language>
    <item>
      <title>CrowdStrike Calls OpenClaw 'AI Super Agent', Publishes 156 Security Advisories</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Fri, 03 Apr 2026 07:02:25 +0000</pubDate>
      <link>https://dev.to/yixn_io/crowdstrike-calls-openclaw-ai-super-agent-publishes-156-security-advisories-3lb9</link>
      <guid>https://dev.to/yixn_io/crowdstrike-calls-openclaw-ai-super-agent-publishes-156-security-advisories-3lb9</guid>
      <description>&lt;p&gt;CrowdStrike's CTO Elia Zaitsev just published what might be the most thorough security breakdown of OpenClaw to date. They're not treating it as a chatbot. They're treating it as an autonomous system with real access to real infrastructure.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Numbers
&lt;/h2&gt;

&lt;p&gt;156 total security advisories. 28 with CVE IDs assigned, 128 still awaiting assignment.&lt;/p&gt;

&lt;p&gt;Severity breakdown: 4 Critical, 52 High, 88 Medium, 12 Low. That's 56 advisories rated High or Critical.&lt;/p&gt;

&lt;h2&gt;
  
  
  Four Attack Vectors
&lt;/h2&gt;

&lt;p&gt;CrowdStrike identified:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Direct prompt injection&lt;/strong&gt; where attackers feed malicious instructions to the agent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Indirect prompt injection&lt;/strong&gt; through contaminated data sources&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Agentic tool chain attacks&lt;/strong&gt; exploiting how OpenClaw connects to external systems&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI tool poisoning&lt;/strong&gt; targeting plugins and skills&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;As Zaitsev put it: "AI agents don't just generate answers, they can take action; operating with speed, autonomy, and privileged access to email, calendars, sensitive data, credentials, and third-party systems."&lt;/p&gt;

&lt;h2&gt;
  
  
  The Scale Problem
&lt;/h2&gt;

&lt;p&gt;Censys found 21,639 publicly accessible OpenClaw instances. Most probably running without dedicated security monitoring or regular patching.&lt;/p&gt;

&lt;p&gt;CrowdStrike also demoed their Falcon AIDR blocking a live Discord exfiltration attack targeting an OpenClaw instance. These aren't theoretical risks.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Means
&lt;/h2&gt;

&lt;p&gt;If you're running OpenClaw on a VPS you set up months ago, 56 High/Critical advisories should make you uncomfortable. Self-hosted AI without professional security management is becoming a liability.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/crowdstrike-openclaw-security-assessment" rel="noopener noreferrer"&gt;Full breakdown&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Managed hosting like &lt;a href="https://clawhosters.com" rel="noopener noreferrer"&gt;ClawHosters&lt;/a&gt; applies auto-patching, credential isolation, and monitoring as standard. The kinds of protections CrowdStrike recommends, applied automatically.&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>security</category>
      <category>crowdstrike</category>
      <category>infosec</category>
    </item>
    <item>
      <title>OpenClaw RAG Knowledge Base: Turn Your AI Agent Into a Document Search Engine</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Fri, 03 Apr 2026 07:02:25 +0000</pubDate>
      <link>https://dev.to/yixn_io/openclaw-rag-knowledge-base-turn-your-ai-agent-into-a-document-search-engine-4ij1</link>
      <guid>https://dev.to/yixn_io/openclaw-rag-knowledge-base-turn-your-ai-agent-into-a-document-search-engine-4ij1</guid>
      <description>&lt;p&gt;Most AI agents are smart but uninformed. They know the internet. They don't know your company's return policy, your internal API docs, or what your team decided in last Tuesday's meeting.&lt;/p&gt;

&lt;p&gt;OpenClaw ships with a built-in knowledge skill that fixes this. Feed it files, and it answers questions by pulling relevant chunks and citing where it found them.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Drop documents into a &lt;code&gt;knowledge/&lt;/code&gt; folder in your workspace. Supported formats: &lt;code&gt;.md&lt;/code&gt;, &lt;code&gt;.txt&lt;/code&gt;, &lt;code&gt;.pdf&lt;/code&gt;, &lt;code&gt;.csv&lt;/code&gt;, &lt;code&gt;.json&lt;/code&gt;. The agent indexes them locally. No external vector database. No embeddings API key to configure.&lt;/p&gt;

&lt;p&gt;Then ask questions:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;You:&lt;/strong&gt; What's the SLA for critical bugs?&lt;br&gt;
&lt;strong&gt;Agent:&lt;/strong&gt; Per your support-tiers.md (lines 45-52), critical bugs have a 4-hour response SLA on the Enterprise plan and 24-hour resolution target.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The &lt;code&gt;citeSources: true&lt;/code&gt; flag makes the agent reference exact file and location. For internal knowledge bases, citations are what make people trust the output.&lt;/p&gt;

&lt;h2&gt;
  
  
  What to Feed It
&lt;/h2&gt;

&lt;p&gt;Good candidates: product docs, API references, FAQ lists, meeting notes with decisions, Obsidian/Notion exports, HR policies, pricing sheets.&lt;/p&gt;

&lt;p&gt;Bad candidates: raw chat logs, uncleaned video transcripts, massive database dumps.&lt;/p&gt;

&lt;p&gt;Practical tip: break large documents into topic-focused files. 40 Markdown files beat one 200-page PDF every time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Config
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"skills"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"knowledge"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"enabled"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"workspacePath"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"./knowledge"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"chunkSize"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;512&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"chunkOverlap"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;64&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
      &lt;/span&gt;&lt;span class="nl"&gt;"citeSources"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/openclaw-rag-knowledge-base-tutorial" rel="noopener noreferrer"&gt;Full tutorial with examples&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want this running in 2 minutes without managing infrastructure, &lt;a href="https://clawhosters.com" rel="noopener noreferrer"&gt;ClawHosters&lt;/a&gt; handles the indexing, backups, and updates automatically.&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>rag</category>
      <category>ai</category>
      <category>selfhosted</category>
    </item>
    <item>
      <title>7 Critical CVEs Hit OpenClaw's Nextcloud Talk Plugin</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Thu, 02 Apr 2026 08:07:01 +0000</pubDate>
      <link>https://dev.to/yixn_io/7-critical-cves-hit-openclaws-nextcloud-talk-plugin-221o</link>
      <guid>https://dev.to/yixn_io/7-critical-cves-hit-openclaws-nextcloud-talk-plugin-221o</guid>
      <description>&lt;p&gt;Seven critical vulnerabilities. All published on the same day. All scoring above 9.0 on the CVSS scale. Belgium's national cybersecurity authority told organizations to patch immediately.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Headline Bug
&lt;/h2&gt;

&lt;p&gt;CVE-2026-28474 (CVSS 9.8): OpenClaw lets you restrict which users can talk to your AI agent through an allowlist. But the Nextcloud Talk plugin was checking the user's &lt;strong&gt;display name&lt;/strong&gt; instead of their actual user ID. An attacker changes their Nextcloud display name to match someone on the allowlist. Done. They're in.&lt;/p&gt;

&lt;p&gt;No authentication bypass needed. No special privileges. No user interaction.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Full CVE List
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;CVE&lt;/th&gt;
&lt;th&gt;CVSS 4.0&lt;/th&gt;
&lt;th&gt;Component&lt;/th&gt;
&lt;th&gt;Fixed In&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;CVE-2026-28474&lt;/td&gt;
&lt;td&gt;9.3&lt;/td&gt;
&lt;td&gt;Talk Plugin&lt;/td&gt;
&lt;td&gt;2026.2.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CVE-2026-28466&lt;/td&gt;
&lt;td&gt;9.4&lt;/td&gt;
&lt;td&gt;Gateway&lt;/td&gt;
&lt;td&gt;2026.2.14&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CVE-2026-28391&lt;/td&gt;
&lt;td&gt;9.2&lt;/td&gt;
&lt;td&gt;Talk Plugin&lt;/td&gt;
&lt;td&gt;2026.2.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CVE-2026-28446&lt;/td&gt;
&lt;td&gt;9.2&lt;/td&gt;
&lt;td&gt;Talk Plugin&lt;/td&gt;
&lt;td&gt;2026.2.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CVE-2026-28470&lt;/td&gt;
&lt;td&gt;9.2&lt;/td&gt;
&lt;td&gt;Talk Plugin&lt;/td&gt;
&lt;td&gt;2026.2.6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CVE-2026-28472&lt;/td&gt;
&lt;td&gt;9.2&lt;/td&gt;
&lt;td&gt;Gateway&lt;/td&gt;
&lt;td&gt;2026.2.6&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Two Patch Targets
&lt;/h2&gt;

&lt;p&gt;Most CVEs target the Nextcloud Talk plugin (fixed in 2026.2.6). But CVE-2026-28466 hits the &lt;strong&gt;core OpenClaw gateway&lt;/strong&gt; and needs a separate upgrade to 2026.2.14. Patching only the plugin leaves you exposed.&lt;/p&gt;

&lt;p&gt;42,000+ publicly exposed OpenClaw instances found through Shodan and Censys scans. If you self-host with Nextcloud Talk enabled, update both components now.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/openclaw-nextcloud-talk-cves-2026" rel="noopener noreferrer"&gt;Full breakdown&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com" rel="noopener noreferrer"&gt;ClawHosters&lt;/a&gt; managed instances are not affected. We don't use the Nextcloud Talk plugin, and auto-patching keeps every instance on the latest secure version.&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>security</category>
      <category>cve</category>
      <category>nextcloud</category>
    </item>
    <item>
      <title>OpenClaw Permissions: Lock Down Your AI Agent in 60 Seconds</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Thu, 02 Apr 2026 08:06:46 +0000</pubDate>
      <link>https://dev.to/yixn_io/openclaw-permissions-lock-down-your-ai-agent-in-60-seconds-d54</link>
      <guid>https://dev.to/yixn_io/openclaw-permissions-lock-down-your-ai-agent-in-60-seconds-d54</guid>
      <description>&lt;p&gt;135,000 OpenClaw instances are exposed across 82 countries right now. 12,812 of those are exploitable via remote code execution.&lt;/p&gt;

&lt;p&gt;Your OpenClaw instance ships with almost zero security turned on. The gateway binds to loopback, which is good. But the tool access model? Wide open. Your agent can run any shell command, read any file your OS user can reach, and accept messages from anyone who finds your Telegram bot.&lt;/p&gt;

&lt;p&gt;The fix takes about 60 seconds. OpenClaw has three permission layers:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Who can message your bot&lt;/strong&gt; (dmPolicy + allowlist with numeric Telegram IDs)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Which tools the agent has&lt;/strong&gt; (tool profiles + deny lists)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shell command execution&lt;/strong&gt; (exec.security set to deny)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;One JSON file. Three settings. Done.&lt;/p&gt;

&lt;p&gt;Full walkthrough with the complete hardened config:&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://clawhosters.com/blog/posts/openclaw-permissions-access-control-guide" rel="noopener noreferrer"&gt;Read the full guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want these security defaults baked in from day one, &lt;a href="https://clawhosters.com" rel="noopener noreferrer"&gt;ClawHosters&lt;/a&gt; ships with container isolation, firewall rules, and auto-updates out of the box.&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>security</category>
      <category>aiagents</category>
      <category>selfhosted</category>
    </item>
    <item>
      <title>Shenzhen Launches Lobster Ten Policies: First Government to Subsidize OpenClaw With Millions</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Wed, 01 Apr 2026 07:04:58 +0000</pubDate>
      <link>https://dev.to/yixn_io/shenzhen-launches-lobster-ten-policies-first-government-to-subsidize-openclaw-with-millions-34ko</link>
      <guid>https://dev.to/yixn_io/shenzhen-launches-lobster-ten-policies-first-government-to-subsidize-openclaw-with-millions-34ko</guid>
      <description>&lt;p&gt;A local government in Shenzhen just did something no government has done before. On March 7, 2026, the Longgang District released ten policies with public funding going directly to developers building on OpenClaw.&lt;/p&gt;

&lt;p&gt;The numbers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Up to 2 million yuan ($290K) for contributing core code to OpenClaw&lt;/li&gt;
&lt;li&gt;40% reimbursement on deployment costs, capped at 2 million yuan per company per year&lt;/li&gt;
&lt;li&gt;30% subsidy on API fees, up to 1 million yuan annually&lt;/li&gt;
&lt;li&gt;Seed-stage startups can receive equity investment up to 10 million yuan ($1.46M)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The concept driving this: One-Person Companies (OPC). One founder, no employees, running an entire business on OpenClaw agents.&lt;/p&gt;

&lt;p&gt;Meanwhile, Beijing banned OpenClaw from government computers the same week. China is simultaneously treating it as a national security risk and a strategic development priority.&lt;/p&gt;

&lt;p&gt;Nearly 1,000 people queued at Tencent HQ just for free OpenClaw installation help.&lt;/p&gt;

&lt;p&gt;👉 Full story: &lt;a href="https://clawhosters.com/blog/posts/shenzhen-openclaw-subsidies-lobster-ten-policies" rel="noopener noreferrer"&gt;Shenzhen Lobster Ten Policies&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>ai</category>
      <category>china</category>
      <category>policy</category>
    </item>
    <item>
      <title>OpenClaw Email Setup: Connect Your AI Agent to Gmail, Outlook, and Any Inbox</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Wed, 01 Apr 2026 07:04:57 +0000</pubDate>
      <link>https://dev.to/yixn_io/openclaw-email-setup-connect-your-ai-agent-to-gmail-outlook-and-any-inbox-4ml5</link>
      <guid>https://dev.to/yixn_io/openclaw-email-setup-connect-your-ai-agent-to-gmail-outlook-and-any-inbox-4ml5</guid>
      <description>&lt;p&gt;Your OpenClaw agent can read, triage, and draft replies to email. The whole setup takes about 15 minutes if you know what to watch out for.&lt;/p&gt;

&lt;p&gt;The gotcha that trips up 80% of people on their first attempt: you can't use your regular Gmail password. Google killed basic auth for IMAP years ago. You need a 16-character App Password instead.&lt;/p&gt;

&lt;p&gt;The guide covers Gmail, Outlook, ProtonMail, and any standard IMAP/SMTP provider. Plus security best practices (spoiler: never connect your personal inbox to an AI agent).&lt;/p&gt;

&lt;p&gt;Community reports show real time savings once it's running:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Morning inbox scan: 25 min → 2 min&lt;/li&gt;
&lt;li&gt;Reply drafting: 40 min → 10 min&lt;/li&gt;
&lt;li&gt;Follow-up tracking: 15 min → 1 min&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Full guide: &lt;a href="https://clawhosters.com/blog/posts/openclaw-email-setup-imap-smtp-guide" rel="noopener noreferrer"&gt;OpenClaw Email Setup&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>email</category>
      <category>ai</category>
      <category>automation</category>
    </item>
    <item>
      <title>Meta Acquired Moltbook. What OpenClaw Users Should Know.</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Tue, 31 Mar 2026 07:03:36 +0000</pubDate>
      <link>https://dev.to/yixn_io/meta-acquired-moltbook-what-openclaw-users-should-know-4me</link>
      <guid>https://dev.to/yixn_io/meta-acquired-moltbook-what-openclaw-users-should-know-4me</guid>
      <description>&lt;p&gt;Meta bought Moltbook, the AI agent social network where only bots could post. Acqui-hire. Co-founders joined Meta's Superintelligence Labs on March 16.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Moltbook Was
&lt;/h2&gt;

&lt;p&gt;Launched January 28, 2026. Reddit but only AI agents could post. 1.6 million registered agents, roughly 17,000 actual humans.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Breach
&lt;/h2&gt;

&lt;p&gt;Between January 31 and February 1, Wiz Research found Moltbook's Supabase database had zero Row Level Security. API key hardcoded in client-side JavaScript.&lt;/p&gt;

&lt;p&gt;Exposed: 1.5 million API tokens, 35,000+ email addresses, private agent conversations, and plaintext OpenAI keys. Not hashed. Not encrypted.&lt;/p&gt;

&lt;p&gt;Patched in three hours, but if you connected your OpenClaw agent during that window, your API keys were probably compromised.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Meta Actually Bought
&lt;/h2&gt;

&lt;p&gt;Not the platform. Not the user data. Expertise in agent identity, discovery, and social graphs for AI.&lt;/p&gt;

&lt;p&gt;Full story:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/meta-acquires-moltbook-openclaw-agent-network" rel="noopener noreferrer"&gt;https://clawhosters.com/blog/posts/meta-acquires-moltbook-openclaw-agent-network&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>meta</category>
      <category>security</category>
      <category>ai</category>
    </item>
    <item>
      <title>ByteDance Launches ArkClaw: OpenClaw Cloud Without a Terminal</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Tue, 31 Mar 2026 07:03:33 +0000</pubDate>
      <link>https://dev.to/yixn_io/bytedance-launches-arkclaw-openclaw-cloud-without-a-terminal-5f0f</link>
      <guid>https://dev.to/yixn_io/bytedance-launches-arkclaw-openclaw-cloud-without-a-terminal-5f0f</guid>
      <description>&lt;p&gt;Twelve Chinese tech companies shipped their own OpenClaw variants in a single week. CNBC called it a "lobster buffet."&lt;/p&gt;

&lt;p&gt;ByteDance's entry is ArkClaw. Browser-based, zero-setup, 9.9 yuan/month (~1.20 euros). Sign up, pick a model, running in two minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The LLM Lockdown
&lt;/h2&gt;

&lt;p&gt;ArkClaw runs on Doubao-Seed-2.0 (ByteDance's own model). Also supports Kimi 2.5, MiniMax 2.5, and GLM. All Chinese models.&lt;/p&gt;

&lt;p&gt;No Claude, no GPT, no Gemini. Hard limit, not a configuration option.&lt;/p&gt;

&lt;h2&gt;
  
  
  Data Concerns
&lt;/h2&gt;

&lt;p&gt;All data lives on Volcano Engine infrastructure in China. Subscription lapses? Data deleted within 24 hours.&lt;/p&gt;

&lt;p&gt;The same week ArkClaw launched, ByteDance's internal security team warned employees about OpenClaw deployment risks. The org shipping a consumer product was simultaneously telling employees to be careful with the technology.&lt;/p&gt;

&lt;p&gt;Full analysis:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/bytedance-arkclaw-openclaw-cloud" rel="noopener noreferrer"&gt;https://clawhosters.com/blog/posts/bytedance-arkclaw-openclaw-cloud&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>bytedance</category>
      <category>ai</category>
      <category>cloud</category>
    </item>
    <item>
      <title>Baidu Put OpenClaw in Smart Speakers. The Rest of the World Cannot Have It.</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Tue, 31 Mar 2026 07:03:04 +0000</pubDate>
      <link>https://dev.to/yixn_io/baidu-put-openclaw-in-smart-speakers-the-rest-of-the-world-cannot-have-it-4hon</link>
      <guid>https://dev.to/yixn_io/baidu-put-openclaw-in-smart-speakers-the-rest-of-the-world-cannot-have-it-4hon</guid>
      <description>&lt;p&gt;A Baidu employee walked on stage in Beijing, spoke a voice command to a Xiaodu smart speaker, and ordered a hot Americano from McDonalds. No screen. No app switching. The OpenClaw agent handled everything.&lt;/p&gt;

&lt;p&gt;Baidu unveiled four products in their "lobster family":&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DuMate&lt;/strong&gt; for desktop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;RedClaw&lt;/strong&gt; for mobile&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Xiaodu&lt;/strong&gt; for smart speakers (a first)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DuClaw&lt;/strong&gt; for managed cloud hosting (~$2.50/month)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;DuClaw validates the managed hosting model. No server setup, no API key juggling, no debugging Docker at midnight.&lt;/p&gt;

&lt;p&gt;The catch: China only. Chinese LLMs only. No Claude, no GPT, no Gemini.&lt;/p&gt;

&lt;p&gt;Full breakdown:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/baidu-openclaw-smart-speakers-lobster-family" rel="noopener noreferrer"&gt;https://clawhosters.com/blog/posts/baidu-openclaw-smart-speakers-lobster-family&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>ai</category>
      <category>baidu</category>
      <category>news</category>
    </item>
    <item>
      <title>OpenClaw Memory: How Your AI Agent Actually Remembers You</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Tue, 31 Mar 2026 07:02:48 +0000</pubDate>
      <link>https://dev.to/yixn_io/openclaw-memory-how-your-ai-agent-actually-remembers-you-bf3</link>
      <guid>https://dev.to/yixn_io/openclaw-memory-how-your-ai-agent-actually-remembers-you-bf3</guid>
      <description>&lt;p&gt;You tell ChatGPT your name. Next session, gone. You explain your project structure to Claude. Tomorrow, blank slate.&lt;/p&gt;

&lt;p&gt;LLMs are stateless by design. Every API call starts from zero. The model does not forget you. It never knew you.&lt;/p&gt;

&lt;p&gt;OpenClaw fixes this with plain text files and sub-100ms semantic search.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Context is temporary and expensive (the conversation window you pay tokens for). Memory is persistent and basically free (files on disk).&lt;/p&gt;

&lt;p&gt;OpenClaw separates these cleanly. Memory lives as Markdown files, indexed in SQLite with hybrid BM25 and vector search.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Files That Remember
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;SOUL.md&lt;/strong&gt; defines identity. Personality, communication style, base instructions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MEMORY.md&lt;/strong&gt; stores curated knowledge. Your tech stack preferences, deployment workflow.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Daily logs&lt;/strong&gt; track session context.&lt;/p&gt;

&lt;p&gt;Full guide:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/openclaw-memory-setup-guide" rel="noopener noreferrer"&gt;https://clawhosters.com/blog/posts/openclaw-memory-setup-guide&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>ai</category>
      <category>llm</category>
      <category>agents</category>
    </item>
    <item>
      <title>Home Assistant + OpenClaw: A Smart Home That Actually Thinks</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Tue, 31 Mar 2026 07:02:32 +0000</pubDate>
      <link>https://dev.to/yixn_io/home-assistant-openclaw-a-smart-home-that-actually-thinks-35oh</link>
      <guid>https://dev.to/yixn_io/home-assistant-openclaw-a-smart-home-that-actually-thinks-35oh</guid>
      <description>&lt;p&gt;Home Assistant can turn off the lights when motion stops. That's automation. But say "when I leave for work, turn off everything except the fridge camera and set the thermostat to eco" and it falls apart.&lt;/p&gt;

&lt;p&gt;That's the gap an LLM fills.&lt;/p&gt;

&lt;h2&gt;
  
  
  What People Are Actually Building
&lt;/h2&gt;

&lt;p&gt;One user wired OpenClaw to monitor their email inbox. Urgent message from the boss while asleep? OpenClaw sent a Telegram alert. No response? Escalating home device wake-up calls. That's cross-domain reasoning: email content, time of day, user response state, and smart home actions chained together.&lt;/p&gt;

&lt;p&gt;Other real deployments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Contextual security alerts that check lock states and patterns before deciding severity&lt;/li&gt;
&lt;li&gt;Departure automations in plain English&lt;/li&gt;
&lt;li&gt;EV charging scheduled against time-of-use tariffs and solar production&lt;/li&gt;
&lt;li&gt;Voice-to-agent pipelines via FreePBX phone calls&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full guide:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://clawhosters.com/blog/posts/home-assistant-llm-openclaw-smart-home" rel="noopener noreferrer"&gt;https://clawhosters.com/blog/posts/home-assistant-llm-openclaw-smart-home&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>homeassistant</category>
      <category>smarthome</category>
      <category>ai</category>
    </item>
    <item>
      <title>AMD Enters the OpenClaw Hardware Race with RyzenClaw and RadeonClaw</title>
      <dc:creator>Daniel Samer</dc:creator>
      <pubDate>Fri, 20 Mar 2026 08:02:31 +0000</pubDate>
      <link>https://dev.to/yixn_io/amd-enters-the-openclaw-hardware-race-with-ryzenclaw-and-radeonclaw-46ga</link>
      <guid>https://dev.to/yixn_io/amd-enters-the-openclaw-hardware-race-with-ryzenclaw-and-radeonclaw-46ga</guid>
      <description>&lt;p&gt;A chip manufacturer just created a consumer product category for AI agents.&lt;/p&gt;

&lt;p&gt;AMD published an official guide for running OpenClaw locally on AMD hardware. Two branded configurations, dedicated product pages, the whole playbook.&lt;/p&gt;

&lt;h2&gt;
  
  
  RyzenClaw vs RadeonClaw
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;RyzenClaw&lt;/strong&gt; (Ryzen AI Max+ APU): 128GB unified memory, ~45 tokens/sec on Qwen 3.5 35B, 260K token context, up to 6 concurrent agents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RadeonClaw&lt;/strong&gt; (Radeon AI PRO R9700 GPU): Dedicated VRAM, ~120 tokens/sec, processes 10K input tokens in 4.4 seconds.&lt;/p&gt;

&lt;p&gt;RyzenClaw is the more interesting config. 128GB unified memory means larger models without a separate GPU. Six concurrent agents on a single chip makes desktop agent swarms possible.&lt;/p&gt;

&lt;p&gt;RadeonClaw is the speed play. 120 tokens/sec on a 35B model is production-grade from a single GPU.&lt;/p&gt;

&lt;h2&gt;
  
  
  AMD vs NVIDIA
&lt;/h2&gt;

&lt;p&gt;This is AMD answering NVIDIA's DGX Spark. Both companies now have branded OpenClaw hardware with dedicated marketing. AMD calls them "Agent Computers," which honestly sounds better than anything NVIDIA named.&lt;/p&gt;

&lt;p&gt;Two of the world's biggest chip companies competing over local AI agent hardware. That's not theoretical anymore.&lt;/p&gt;

&lt;p&gt;AMD also announced a Developer Cloud with free vLLM-powered OpenClaw inference on AMD silicon. No hardware purchase needed. Classic developer funnel.&lt;/p&gt;

&lt;p&gt;Full post: &lt;a href="https://clawhosters.com/blog/posts/amd-ryzenclaw-radeonclaw-openclaw" rel="noopener noreferrer"&gt;AMD Enters the OpenClaw Hardware Race&lt;/a&gt;&lt;/p&gt;

</description>
      <category>openclaw</category>
      <category>amd</category>
      <category>ai</category>
      <category>hardware</category>
    </item>
  </channel>
</rss>
