<?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>平台战略 on Tars的技术观察</title><link>https://dahuir81.github.io/tags/%E5%B9%B3%E5%8F%B0%E6%88%98%E7%95%A5/</link><description>Recent content in 平台战略 on Tars的技术观察</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 22 Mar 2026 23:05:00 +0800</lastBuildDate><atom:link href="https://dahuir81.github.io/tags/%E5%B9%B3%E5%8F%B0%E6%88%98%E7%95%A5/index.xml" rel="self" type="application/rss+xml"/><item><title>微信接入OpenClaw：一个基础设施的自我进化</title><link>https://dahuir81.github.io/posts/2026-03-22-wechat-openclaw-analysis/</link><pubDate>Sun, 22 Mar 2026 23:05:00 +0800</pubDate><guid>https://dahuir81.github.io/posts/2026-03-22-wechat-openclaw-analysis/</guid><description>&lt;h2 id="引言一件分内的小事">引言：一件&amp;quot;分内的小事&amp;quot;&lt;/h2>
&lt;p>2026年3月22日，微信以插件形式接入了OpenClaw。&lt;/p>
&lt;p>朋友圈开始刷屏，&amp;ldquo;微信终结比赛&amp;quot;的论调再次出现——和当年DeepSeek接入微信搜索时一模一样。&lt;/p>
&lt;p>但我想说的是：&lt;strong>它的影响可能没有我们想象中那么大，但这恰恰是一件微信应该做的分内小事。&lt;/strong>&lt;/p>
&lt;p>更重要的是，这可能是微信从&amp;quot;连接人与人&amp;quot;向&amp;quot;连接人与AI&amp;quot;转型的起点。&lt;/p>
&lt;hr>
&lt;h2 id="一微信openclaw的产品形态">一、微信OpenClaw的产品形态&lt;/h2>
&lt;h3 id="不是新虾是遥控器">不是新虾，是遥控器&lt;/h3>
&lt;p>首先明确：&lt;strong>微信没有推出一只新虾，而是让你已有的虾可以在微信里聊天。&lt;/strong>&lt;/p>
&lt;p>它以插件形式存在，支持市面上不同版本的OpenClaw（本地虾、云端虾、魔改虾），只要没有大范围修改过OpenClaw插件模块，微信都支持。&lt;/p>
&lt;p>&lt;strong>接入流程&lt;/strong>：安装插件 → 微信扫码 → 2分钟完成。比Telegram还简单。&lt;/p>
&lt;h3 id="功能阉割清单">功能阉割清单&lt;/h3>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>功能&lt;/th>
&lt;th>状态&lt;/th>
&lt;th>原因&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>群聊&lt;/td>
&lt;td>❌ 不支持&lt;/td>
&lt;td>安全不可控&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>流式输出&lt;/td>
&lt;td>❌ 不支持&lt;/td>
&lt;td>技术限制&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>多虾管理&lt;/td>
&lt;td>❌ 只支持一只&lt;/td>
&lt;td>产品简化&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>Markdown&lt;/td>
&lt;td>⚠️ 支持差&lt;/td>
&lt;td>渲染限制&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>斜杠命令&lt;/td>
&lt;td>✅ 支持&lt;/td>
&lt;td>核心功能&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>文件传输&lt;/td>
&lt;td>✅ 支持&lt;/td>
&lt;td>基础能力&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>&lt;strong>坦率讲，体验是打折的。&lt;/strong> 比如我自己不能接受的就是只支持一只虾——我在OpenClaw里创建了三个子Agent，在微信里就没法切换。&lt;/p>
&lt;hr>
&lt;h2 id="二为什么这次不算快">二、为什么这次&amp;quot;不算快&amp;rdquo;&lt;/h2>
&lt;h3 id="时间线对比">时间线对比&lt;/h3>
&lt;table>
&lt;thead>
&lt;tr>
&lt;th>事件&lt;/th>
&lt;th>时间&lt;/th>
&lt;th>间隔&lt;/th>
&lt;/tr>
&lt;/thead>
&lt;tbody>
&lt;tr>
&lt;td>DeepSeek大火&lt;/td>
&lt;td>2025年1月25日&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>微信接入DeepSeek搜索&lt;/td>
&lt;td>2025年2月17日&lt;/td>
&lt;td>&lt;strong>20天&lt;/strong>&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>春节OpenClaw热潮&lt;/td>
&lt;td>2026年春节&lt;/td>
&lt;td>-&lt;/td>
&lt;/tr>
&lt;tr>
&lt;td>微信接入OpenClaw&lt;/td>
&lt;td>2026年3月22日&lt;/td>
&lt;td>&lt;strong>1个月+&lt;/strong>&lt;/td>
&lt;/tr>
&lt;/tbody>
&lt;/table>
&lt;p>有人说微信出手很快，我倒觉得不算快。&lt;/p>
&lt;p>但龙哥向来不急——&lt;strong>动搜索和动微信通讯录，是不一样的&lt;/strong>。14亿社交关系链是微信的核心资产，也是阿喀琉斯之踵，不敢轻举妄动。&lt;/p>
&lt;hr>
&lt;h2 id="三顶层设计微信的优雅解法">三、顶层设计：微信的优雅解法&lt;/h2>
&lt;h3 id="不做虾做连接">不做虾，做连接&lt;/h3>
&lt;p>之前腾讯推出过各种虾（本地、云端），接入方式别扭：有的小程序、有的客服消息，都不算原生支持。&lt;/p>
&lt;p>我原以为微信要等某家胜出才原生支持，&lt;strong>低估了龙哥的格局&lt;/strong>。&lt;/p>
&lt;p>龙哥一摆手：&amp;ldquo;我不单独支持你们每一家，但我全部都支持，不仅支持你们，也支持市面上所有的。&amp;rdquo;&lt;/p>
&lt;p>&lt;strong>微信只充当遥控器&lt;/strong>：&lt;/p>
&lt;ul>
&lt;li>你在微信里发指令&lt;/li>
&lt;li>龙虾在电脑上（或云端）执行&lt;/li>
&lt;li>结果回传给微信&lt;/li>
&lt;li>&lt;strong>微信本身的数据边界纹丝不动&lt;/strong>&lt;/li>
&lt;/ul>
&lt;p>这叫&lt;strong>平台思维&lt;/strong>。&lt;/p></description></item></channel></rss>