<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenClaw &#8211; AI Weekly</title>
	<atom:link href="https://51ai.website/tag/openclaw/feed/" rel="self" type="application/rss+xml" />
	<link>https://51ai.website</link>
	<description></description>
	<lastBuildDate>Wed, 24 Jun 2026 07:11:28 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.3</generator>

<image>
	<url>https://51ai.website/wp-content/uploads/2025/04/cropped-logo-1-32x32.png</url>
	<title>OpenClaw &#8211; AI Weekly</title>
	<link>https://51ai.website</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>AI科技资讯周报_2026W25</title>
		<link>https://51ai.website/news/ai-weekly-news-w25/</link>
					<comments>https://51ai.website/news/ai-weekly-news-w25/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Wed, 24 Jun 2026 07:08:34 +0000</pubDate>
				<category><![CDATA[新闻]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[OpenClaw]]></category>
		<category><![CDATA[人工智能]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=1911</guid>

					<description><![CDATA[<p>🔬 AI科技周刊 AI Tech Weekly Report 2026.06.18 - 2026.06.24  [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/news/ai-weekly-news-w25/">AI科技资讯周报_2026W25</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<style data-wp-block-html="css">
<style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
            background: #f5f7fa;
            color: #1a1a2e;
            line-height: 1.6;
            padding: 20px;
        }
        
        .container {
            max-width: 960px;
            margin: 0 auto;
        }
        
        /* 头部 */
        .header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 40px 30px;
            border-radius: 16px;
            margin-bottom: 24px;
            text-align: center;
        }

        .header2 {
          font-size: 15px;
          font-weight: 600;
          color: #1a1a2e;
          display: flex;
          flex-direction: column;
        }
        
        .header h1 {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 8px;
        }
        
        .header .subtitle {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 12px;
        }
        
        .header .date-range {
            display: inline-block;
            background: rgba(255,255,255,0.2);
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 13px;
        }
        
        /* 核心数据卡片 */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 16px;
            margin-bottom: 24px;
        }
        
        .stat-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .stat-card .number {
            font-size: 24px;
            font-weight: 700;
            color: #667eea;
            margin-bottom: 4px;
        }
        
        .stat-card .label {
            font-size: 12px;
            color: #888;
        }
        
        /* 板块标题 */
        .section-title {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            margin: 30px 0 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .section-title::before {
            content: '';
            width: 4px;
            height: 20px;
            background: linear-gradient(180deg, #667eea, #764ba2);
            border-radius: 2px;
        }
        
        /* 新闻卡片 */
        .news-card {
            background: white;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 12px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        
        .news-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 16px rgba(0,0,0,0.08);
        }
        
        .news-card .news-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 8px;
            flex-direction: row;
        }
        
        .news-card h3 {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a2e;
            flex: 1;
        }
        
        .news-card .news-tag {
            background: #f0ebff;
            color: #764ba2;
            font-size: 11px;
            padding: 3px 10px;
            border-radius: 12px;
            white-space: nowrap;
            margin-left: 12px;
        }
        
        .news-card .news-meta {
            font-size: 12px;
            color: #999;
            margin-bottom: 10px;
            display: flex;
            gap: 12px;
        }
        
        .news-card .news-summary {
            font-size: 13px;
            color: #555;
            line-height: 1.7;
        }
        
        .news-card .news-source {
            margin-top: 10px;
            font-size: 11px;
        }
        
        .news-card .news-source a {
            color: #667eea;
            text-decoration: none;
        }
        
        .news-card .news-source a:hover {
            text-decoration: underline;
        }
        
        /* 核心观点 */
        .insights-section {
            background: white;
            border-radius: 12px;
            padding: 24px;
            margin-top: 24px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
        
        .insights-section h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #1a1a2e;
        }
        
        .insight-item {
            padding: 14px 0;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .insight-item:last-child {
            border-bottom: none;
        }
        
        .insight-item .insight-title {
            font-weight: 600;
            color: #764ba2;
            margin-bottom: 6px;
            font-size: 14px;
        }
        
        .insight-item p {
            font-size: 13px;
            color: #555;
            line-height: 1.7;
        }
        
        /* 页脚 */
        .footer {
            text-align: center;
            color: #aaa;
            font-size: 11px;
            margin-top: 30px;
            padding-top: 20px;
            border-top: 1px solid #e8e8e8;
        }
        
        /* 响应式 */
        @media (max-width: 768px) {
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .header h1 {
                font-size: 22px;
            }
        }
</style>

<div class="container">
        <!-- 头部 -->
        <div class="header">
            <h1>🔬 AI科技周刊</h1>
            <div class="subtitle">AI Tech Weekly Report</div>
            <div class="date-range">2026.06.18 - 2026.06.24 | 第25期</div>
        </div>
              
        <!-- 政策与行业 -->
        <div class="section-title">📋 政策与行业动态</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>8部门联合发布"AI+消费"实施意见</h3>
                <span class="news-tag">政策</span>
            </div>
            <div class="news-meta">
                <span>2026.06.22</span>
                <span>商务部等</span>
            </div>
            <div class="news-summary">
                商务部等8部门联合印发《关于加快"人工智能+消费"发展的实施意见》，从供需两侧同时发力，扩大智能终端供给，布局人形机器人消费新赛道，支持AI在医疗、教育、文娱、出行等场景规模化应用。这是国家层面首份系统性推动AI与消费融合的政策文件。
            </div>
            <div class="news-source">
                来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>金融AI"安全阀"拧紧，首份银行保险业AI安全指导意见落地</h3>
                <span class="news-tag">监管</span>
            </div>
            <div class="news-meta">
                <span>2026.06.22</span>
                <span>国家金融监管总局</span>
            </div>
            <div class="news-summary">
                国家金融监督管理总局发布银行业保险业首份AI安全开发应用指导意见，从治理架构、数据治理、算力建设、风险管控等32项细则拧紧金融AI的"安全阀"。
            </div>
            <div class="news-source">
                来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="header2">
                <div class="news-header">
                    <h3>平台经济三年行动方案：2028年前落地100个AI开放场景</h3>
                    <span class="news-tag">政策</span>
                </div>
                <div class="news-meta">
                    <span>2026.06.22</span>
                    <span>工信部等7部门</span>
                </div>
                <div class="news-summary">
                    工信部等7部门印发《促进平台经济大中小企业协同发展行动方案(2026—2028年)》，明确2028年前遴选不少于100个平台资源开放场景试点，推动AI能力普惠化。
                </div>
                <div class="news-source">
                    来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
                </div>
            </div>
        </div>
        
        <div class="news-card">
            <div class="header2">
                <div class="news-header">
                    <h3>第四届链博会北京开幕，首次设立人工智能专区</h3>
                    <span class="news-tag">展会</span>
                </div>
                <div class="news-meta">
                    <span>2026.06.22-26</span>
                    <span>北京</span>
                </div>
                <div class="news-summary">
                    2026年中国国际供应链促进博览会在北京举行，首次设立人工智能与低空经济专区。NVIDIA、Intel、Qualcomm、阿里、Apple等中外领军企业同台亮相，科大讯飞展示智慧教育、AI翻译、智慧办公及工业级AI机器人等10款产品。
                </div>
                <div class="news-source">
                    来源：<a href="http://m.toutiao.com/group/7654814353899782699/" target="_blank" rel="noopener">环球网</a>
                </div>
            </div>
        </div>
        
        <!-- 大模型技术 -->
        <div class="section-title">🤖 大模型与技术突破</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>OpenAI GPT-5.6系列确认下周发布，上下文窗口达150万token</h3>
                <span class="news-tag">大模型</span>
            </div>
            <div class="news-meta">
                <span>2026.06.22</span>
                <span>OpenAI</span>
            </div>
            <div class="news-summary">
                GPT-5.6系列涵盖mini、standard、Pro三个等级，上下文窗口从GPT-5.5的105万token扩展至150万token，增幅约43%。重点强化多步推理、Agent工作流和前端代码生成能力。Pro版已开启灰度测试。
            </div>
            <div class="news-source">
                来源：<a href="https://blog.csdn.net/haohaizi_liu/article/details/162199968" target="_blank" rel="noopener">CSDN博客</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>字节跳动发布豆包2.1 Pro，综合成本较Claude低80%</h3>
                <span class="news-tag">国产大模型</span>
            </div>
            <div class="news-meta">
                <span>2026.06.23</span>
                <span>字节跳动</span>
            </div>
            <div class="news-summary">
                豆包2.1 Pro在Coding、Agent、VLM三大核心方向实现能力跃升，多项评测表现优于Claude Opus 4.6。每百万token输入定价6元、输出30元，综合使用成本降低近80%。同时发布Seedance 2.5视频生成模型，支持30秒原生视频直出。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654809762516714026/" target="_blank" rel="noopener">每日经济新闻</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>豆包专业版正式上线，三级定价68/200/500元/月</h3>
                <span class="news-tag">商业化</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>字节跳动</span>
            </div>
            <div class="news-summary">
                豆包专业版采用三级阶梯定价：标准版68元/月、加强版200元/月、高级版500元/月。支持操作本地电脑、使用浏览器、调用Skills技能和定时任务等能力，内置Office办公套件。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654809762516714026/" target="_blank" rel="noopener">每日经济新闻</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>Anthropic发布Opus 4.8动态工作流，企业AI再升级</h3>
                <span class="news-tag">大模型</span>
            </div>
            <div class="news-meta">
                <span>2026.06初</span>
                <span>Anthropic</span>
            </div>
            <div class="news-summary">
                Claude Opus 4.8引入动态工作流引擎，将AI Agent从"被动响应"升级到"主动编排"，可自主拆解任务、调度工具、监控执行、处理异常。内置dynamic workflows优化长程任务稳定性。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7653680272038281755/" target="_blank" rel="noopener">今日头条</a>
            </div>
        </div>
        
        <!-- 硬件与机器人 -->
        <div class="section-title">🦾 硬件与机器人</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>特斯拉人形机器人量产倒计时，Optimus 3生产线7-8月启动</h3>
                <span class="news-tag">人形机器人</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>Tesla</span>
            </div>
            <div class="news-summary">
                特斯拉已准备大规模生产人形机器人，正与台湾地区供应商合作采购谐波减速器和关节模块。Optimus 3生产线7-8月在美国加州弗里蒙特启动，明年德州扩产，长期年产能目标1000万台。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654733416365048358/" target="_blank" rel="noopener">华尔街见闻</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>石头科技发布G-Rover：全球首款轮足式扫地机器人，能自主爬楼梯</h3>
                <span class="news-tag">智能家居</span>
            </div>
            <div class="news-meta">
                <span>2026.06.23</span>
                <span>石头科技</span>
            </div>
            <div class="news-summary">
                采用仿生轮足混合驱动架构，每条轮腿有伸展、提升、升降三个自由度。传感器实时扫描台阶，AI当场计算通过策略，直梯、弯梯、圆鼻台阶都能上。扫地机工作范围从二维平面拓展到三维空间。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654462138630619674/" target="_blank" rel="noopener">智家科技</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>科沃斯发布首款开源机器人"八界"，45项核心能力全开放</h3>
                <span class="news-tag">开源</span>
            </div>
            <div class="news-meta">
                <span>2026.06.18</span>
                <span>科沃斯</span>
            </div>
            <div class="news-summary">
                科沃斯将28年技术沉淀打包成45项可调用、可编程、可二次创新的核心原子能力，面向全球开发者全栈开放。支持玩具收纳、寻物递物、桌面整理等五大示范场景零代码复刻，开启机器人应用商店新模式。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654462138630619674/" target="_blank" rel="noopener">智家科技</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>三星HBM4收入突破10亿美元，产能被客户全数预订</h3>
                <span class="news-tag">存储芯片</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>三星</span>
            </div>
            <div class="news-summary">
                三星HBM4创下存储芯片史上最快商业化里程碑之一，现有产能已被客户全数预订售罄。第三季度起HBM4将占三星HBM总销售额逾半。预计存储市场2027年供需缺口将进一步扩大。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654733416365048358/" target="_blank" rel="noopener">华尔街见闻</a>
            </div>
        </div>
        
        <!-- 资本与市场 -->
        <div class="section-title">💰 资本与市场</div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>OpenAI与Anthropic竞速万亿IPO，估值分别达8520亿和9650亿美元</h3>
                <span class="news-tag">IPO</span>
            </div>
            <div class="news-meta">
                <span>2026.06</span>
                <span>资本市场</span>
            </div>
            <div class="news-summary">
                Anthropic估值约9650亿美元，OpenAI约8520亿美元，市场普遍预计OpenAI上市时估值可能冲向1万亿美元。两家走出不同商业哲学：Anthropic主打"安全优先"企业路线，OpenAI强调"AI普惠化"C端路线。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7653680272038281755/" target="_blank" rel="noopener">今日头条</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>GPT-5全面开放API，推理成本下降60%</h3>
                <span class="news-tag">开发者</span>
            </div>
            <div class="news-meta">
                <span>2026.06.01</span>
                <span>OpenAI</span>
            </div>
            <div class="news-summary">
                GPT-5 API向所有开发者全面开放，不再有内测名单和阶梯式开放。上下文窗口扩展到百万级，多模态原生支持文本、图片、音频、视频统一接口，推理成本下降60%，Agent能力大幅强化。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7653680272038281755/" target="_blank" rel="noopener">今日头条</a>
            </div>
        </div>
        
        <div class="news-card">
            <div class="news-header">
                <h3>高盛警告AI泡沫：首个削减支出的巨头出现时，全市场将重定价</h3>
                <span class="news-tag">市场分析</span>
            </div>
            <div class="news-meta">
                <span>2026.06.24</span>
                <span>高盛</span>
            </div>
            <div class="news-summary">
                高盛警告AI市场已如拉伸的橡皮筋，市场对负面信号的漠视终将迎来临界点。一旦主要科技巨头率先削减AI支出，AI板块估值逻辑将面临全面重构。同时低成本AI模型崛起，正挑战当前"高投入换增长"逻辑。
            </div>
            <div class="news-source">
                来源：<a href="http://m.toutiao.com/group/7654733416365048358/" target="_blank" rel="noopener">华尔街见闻</a>
            </div>
        </div>
        
        <!-- 本周核心信号 -->
        <div class="insights-section">
            <h2>📊 本周核心信号</h2>
            
            <div class="insight-item">
                <div class="insight-title">1. AI从"能力比拼"进入"规模渗透+合规落地"新阶段</div>
                <p>政策端密集出台（AI+消费、金融AI安全、平台经济开放），产业端链博会等展会推动场景落地，AI行业正从技术竞赛转向大规模应用和规范化发展。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">2. 大模型竞争进入"性价比"时代</div>
                <p>豆包2.1 Pro定价仅为Claude的1/5、GPT-5推理成本下降60%、Google主打性价比路线，头部模型能力差距缩小，价格和综合成本成为新的竞争维度。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">3. 人形机器人量产元年开启</div>
                <p>特斯拉Optimus 3量产进入倒计时、中国人形机器人出货量预计2026年达5万台，供应链端实质备货，行业从技术演示阶段跨入早期商业化阶段。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">4. Agent成为行业核心发展方向</div>
                <p>Anthropic动态工作流、豆包办公任务模式、OpenAI Agent能力强化，各家都在从"对话式AI"向"行动式AI"升级，能自主完成复杂任务的智能体是下一个主战场。</p>
            </div>
            
            <div class="insight-item">
                <div class="insight-title">5. 国产AI算力替代加速</div>
                <p>字节跳动洽谈采购天数智芯至少5万颗AI芯片，国产大模型调用量持续领跑全球，自主可控AI算力和大模型生态正在快速形成。</p>
            </div>
        </div>
        
        <!-- 页脚 -->
        <div class="footer">
            AI科技周刊 | 第25期 | 2026.06.18 - 2026.06.24
        </div>
</div>



<div class="gb-element-601b36b4">
<p class="wp-block-paragraph" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:0;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);">Buy Me a Coffee</p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" width="751" height="1024" src="https://51ai.website/wp-content/uploads/2025/10/wxpay-751x1024.jpg" alt="" class="wp-image-527" style="aspect-ratio:0.7334311843739415;width:312px;height:auto" srcset="https://51ai.website/wp-content/uploads/2025/10/wxpay-751x1024.jpg 751w, https://51ai.website/wp-content/uploads/2025/10/wxpay-220x300.jpg 220w, https://51ai.website/wp-content/uploads/2025/10/wxpay-768x1047.jpg 768w, https://51ai.website/wp-content/uploads/2025/10/wxpay-9x12.jpg 9w, https://51ai.website/wp-content/uploads/2025/10/wxpay.jpg 800w" sizes="(max-width: 751px) 100vw, 751px" /></figure>
</div>
<p><a rel="nofollow" href="https://51ai.website/news/ai-weekly-news-w25/">AI科技资讯周报_2026W25</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/news/ai-weekly-news-w25/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</title>
		<link>https://51ai.website/recommend/lobsterai/</link>
					<comments>https://51ai.website/recommend/lobsterai/#respond</comments>
		
		<dc:creator><![CDATA[stark, tony]]></dc:creator>
		<pubDate>Sun, 01 Mar 2026 05:05:13 +0000</pubDate>
				<category><![CDATA[推荐]]></category>
		<category><![CDATA[OpenClaw]]></category>
		<category><![CDATA[人工智能]]></category>
		<category><![CDATA[多模态大模型]]></category>
		<category><![CDATA[开源模型]]></category>
		<guid isPermaLink="false">https://51ai.website/?p=1036</guid>

					<description><![CDATA[<p>🌟 工具名称：LobsterAI 🔗 工具地址：https://lobsterai.youdao.com/ O [&#8230;]</p>
<p><a rel="nofollow" href="https://51ai.website/recommend/lobsterai/">有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></description>
										<content:encoded><![CDATA[
<section data-tool="mdnice编辑器" data-website="https://www.mdnice.com" style="font-size: 16px;color: black;padding: 0 10px;word-spacing: 0px;word-break: break-word;word-wrap: break-word;text-align: left;line-height: 1.25;letter-spacing: 2px;background-image: linear-gradient(90deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%), linear-gradient(360deg, rgba(50, 0, 0, 0.05) 3%, rgba(0, 0, 0, 0) 3%);background-size: 20px 20px;background-position: center center;font-family: Optima-Regular, Optima, PingFangSC-light, PingFangTC-light, 'PingFang SC', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;" data-pm-slice="0 0 []">
<blockquote style="border: none;display: block;font-size: 0.9em;overflow: auto;overflow-scrolling: touch;border-left: 3px solid rgba(0, 0, 0, 0.4);color: #6a737d;padding-top: 10px;padding-bottom: 10px;padding-left: 20px;padding-right: 10px;margin-bottom: 20px;margin-top: 20px;border-left-color: #d89cf6;background: #f4eeff;padding: 6px;margin: 4px 0;"><p style="padding-top: 8px;padding-bottom: 8px;letter-spacing: 2px;word-spacing: 2px;color: black;line-height: 26px;margin: 2px 0;font-size: 12px;"><span leaf=""><span textstyle="" style="font-size: 14px;">🌟 工具名称：</span><span textstyle="" style="font-size: 14px;color: #916dd5;font-weight: bold;">LobsterAI</span></span></p><p style="padding-top: 8px;padding-bottom: 8px;letter-spacing: 2px;word-spacing: 2px;color: black;line-height: 26px;margin: 2px 0;font-size: 12px;"><span leaf=""><span textstyle="" style="font-size: 14px;">🔗 工具地址：</span><span textstyle="" style="font-size: 14px;color: #916dd5;font-weight: bold;">https://lobsterai.youdao.com/</span></span></p></blockquote>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">OpenClaw 最近是在太火了，春节期间，Chris 花了两天时间折腾 OpenClaw。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">不是夸它，是字面意义上的“折腾”。下载、安装、配置环境变量、填 API Key、对着终端敲命令……大半天时间耗在一个 401 报错上。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">就在我快要放弃的时候，刷推特刷到网易有道发了新东西：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">LobsterAI（有道龙虾）</span></strong><span leaf="">。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">宣传语很简单：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">中国版 OpenClaw，不需要命令行</span></strong><span leaf="">。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">这句话太吸引我了。于是去官网下了个安装包，直接安装打开。没有终端、没有 curl、没有环境变量。</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">整个过程和装一个普通聊天软件没有区别</span></strong><span leaf="">。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-e058bcc8020a5a3910eee050d376d533.png"></figure></span></figure>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">一、什么是有道龙虾？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">官方定义：一个 7×24 小时帮你干活的全场景个人助理 Agent，简单来说，</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">就是一只有脑有手的 AI 员工，不只是有脑子的 AI 聊天助手。</span></strong></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">传统的 AI Chatbot 只能回答问题、给建议。你让它做个 PPT，它给你一串步骤。你让它分析数据，它给你一堆思路。</span></p>
<section class="channels_iframe_wrp" nodeleaf=""><mp-common-videosnap class="js_uneditable custom_select_card channels_iframe videosnap_video_iframe videosnap_video_iframe" data-pluginname="mpvideosnap" data-url="https://findermp.video.qq.com/251/20304/stodownload?encfilekey=S7s6ianIic0ia4PicKJSfB8EjyjpQibPUAXoleIS2zicp39AOHdn4HFrlkYRMN0LeEAEW3ian63hV2CzibNGkTEnLI4wMpOMkqzVk0X05HrpfsdhicDDT9GbwuEaE4A&amp;token=cztXnd9GyrF2zjicialNIRnznYBiaLicTAUdEr8Tdpric8jRxkbB6KovShBCobcJaffuCrXdH1MyAwvSuV0tcyA2DK6NCT8NNaXia18icNrC4qs3m5FibFnwvEibLVWfegYWHYfqSgnuPvyjxSTDwP6wFerJibwtibzIv9tVvpA3NTjccS4bNrIY1SerukCUndRT2DchK9j7hf0u2uzSlo3J7rGEaibXhZ2SpD3MffHDiaDMevSqSohY&amp;hy=SH&amp;idx=1&amp;m=&amp;scene=2&amp;uzid=1&amp;wxampicformat=503&amp;picformat=200" data-headimgurl="https://wx.qlogo.cn/finderhead/22YD2oBcVUZUiaQHCffMyNw13o0jhSibqaicktIgormjzdPwPvzGnIPgw/0" data-username="v2_060000231003b20faec8c4e5811bcbd7c600e537b0772119d1d13180a3c96bf8ef847ede5cb4@finder" data-nickname="网易有道" data-desc="Hi，我是 LobsterAI，一个7×24 小时帮你干活的全场景个人助理 Agent。
追踪热点、管理日程、分析数据...只要你一句话，LobsterAI 都能随时响应！

目前已在官网开启内测：lobsterai.youdao.com
#有道#openclaw#Agent#AGI#AI
" data-nonceid="13274767806207067307" data-authiconurl="https://dldir1v6.qq.com/weixin/checkresupdate/icons_filled_channels_authentication_enterprise_a2658032368245639e666fb11533a600.png" data-width="1080" data-height="1440" data-type="video" data-id="export/UzFfAgtgekIEAQAAAAAA2pUuYPdo5wAAAAstQy6ubaLX4KHWvLEZgBPEi4JMIWQeAveNzNPgMIuNAZNkMQYdUNAnudFea-qV"></mp-common-videosnap></section>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">但具体的活儿，还得你自己干，LobsterAI 不一样的地方在于：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">它能自己动手</span></strong><span leaf="">，比如：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">打开 Excel 分析数据</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">调用 PPT 模板生成演示文稿</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">启动浏览器搜索信息</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">操作网页自动化流程</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">整理文件夹、重命名文件</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">你只需要说「要做什么」，剩下的让它自己搞定。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-d71a39aa8f8a72aa61e80717f494bf14.png"></figure></span></figure>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">二、和 OpenClaw 有什么区别？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">很多人会把 LobsterAI 和 OpenClaw 拿来比较，这很正常——它们的核心思想确实很像：</span></p>
<section data-tool="mdnice编辑器" style="overflow-x: auto;">
<table style="display: table;text-align: left;">
<thead>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<th style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-weight: bold;background-color: #f0f0f0;font-size: 14px;min-width: 85px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">维度</span></strong></th>
<th style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-weight: bold;background-color: #f0f0f0;font-size: 14px;min-width: 85px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">OpenClaw</span></strong></th>
<th style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-weight: bold;background-color: #f0f0f0;font-size: 14px;min-width: 85px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">有道 LobsterAI</span></strong></th>
</tr>
</thead>
<tbody>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">安装方式</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">命令行配置</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">图形界面一键安装</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: #F8F8F8;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">使用门槛</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">需要开发经验</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">普通用户可用</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">模型支持</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">需手动配置</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">内置 10+ 供应商直连</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: #F8F8F8;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">IM 集成</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">需自己对接</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">深度适配钉钉、飞书</span></section>
</td>
</tr>
<tr style="border: 0;border-top: 1px solid #ccc;background-color: white;">
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">本地化</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">原生英文</span></section>
</td>
<td style="border: 1px solid #ccc;padding: 5px 10px;text-align: left;font-size: 14px;min-width: 85px;">
<section><span leaf="">中文场景深度优化</span></section>
</td>
</tr>
</tbody>
</table>
</section>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">LobsterAI 不是 OpenClaw 的竞品，而是它的“快速入门版”。</span></strong></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">原版 OpenClaw 对极客来说很爽，但对普通用户来说，门槛确实高。LobsterAI 把这套能力打包成一个普通人也能用的产品，这才是它的价值。</span></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">三、它有什么能力？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">LobsterAI 的核心是“技能系统”。目前内置了 18+ 个专业技能：</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">文档处理</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">docx</span></strong><span leaf="">&nbsp;— Word 文档生成与分析</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">xlsx</span></strong><span leaf="">&nbsp;— Excel 数据分析与公式计算</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">pptx</span></strong><span leaf="">&nbsp;— PPT 自动生成</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">pdf</span></strong><span leaf="">&nbsp;— PDF 内容提取与结构化</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">网络能力</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">web-search</span></strong><span leaf="">&nbsp;— 实时网络搜索</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">playwright</span></strong><span leaf="">&nbsp;— 浏览器自动化</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">创意开发</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">frontend-design</span></strong><span leaf="">&nbsp;— 前端界面设计</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">develop-web-game</span></strong><span leaf="">&nbsp;— 网页游戏开发</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">create-plan</span></strong><span leaf="">&nbsp;— 项目计划拆解</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">skill-creator</span></strong><span leaf="">&nbsp;— 自定义技能生成器</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">其他能力</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">定时任务</span></strong><span leaf="">&nbsp;— 每日新闻收集、邮件整理</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">持久记忆</span></strong><span leaf="">&nbsp;— 跨会话记住用户偏好</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">远程操控</span></strong><span leaf="">&nbsp;— 通过钉钉、飞书手机远程控制电脑</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">这些技能不是简单的「提示词」，而是</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">真正的可执行模块</span></strong><span leaf="">。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-00331e2403fc2bdc347efccc58f98356.png"></figure></span></figure>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">比如启用 xlsx + docx 技能后，你上传一份销售数据表，说“分析 Top 10 产品销售趋势，生成包含图表的月度分析报告”。它会完成完整的</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">数据读取 → 指标计算 → 图表生成 → 文档输出流程</span></strong><span leaf="">。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">这才是真正的 Agent 执行链路。</span></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">四、怎么上手？</span></span><br>
</h2>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">1.下载安装</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">访问官网 lobsterai.youdao.com，下载对应系统的安装包（macOS 和 Windows 都支持，Intel 和 Apple Silicon 版本分开）。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">双击安装，和装普通软件一样简单。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">2.配置模型</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">打开设置，左边一列模型供应商：DeepSeek、Moonshot、Qwen、智谱、MiniMax、Ollama……</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">选一个你常用的，</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">填 API Key，点「测试连接」</span></strong><span leaf="">。看到绿色的「连接成功」就行了。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">没有 curl，没有环境变量，点几下按钮就完事。</span></strong></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-f739906bf0ccdb275091c60ca413bd75.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">3.启用技能</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">在技能管理页面，勾选你需要的功能模块。日常办公的话，docx/xlsx/pptx 基本够了。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">4.开始干活</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">直接在对话框里输入需求，它会自动规划并执行。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">5.连接飞书/钉钉（可选）</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">如果你想手机远程操控电脑，可以在设置里配一下飞书或钉钉机器人。流程也不复杂：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">创建应用 → 配权限 → 选长连接 → 填 App ID 和 App Secret → 测试连通性</span></strong><span leaf="">。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-74d4b1e3541abfcd93731232ed3c3b3f.png"></figure></span></figure>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">搞定之后，你在手机上发条消息，家里的电脑就开始干活了。比如 Chirs 配置了飞书机器人，这时候就可以</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">在手机或电脑版飞书，给机器人安排任务</span></strong><span leaf="">：</span></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">五、真实场景举例</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">让我说几个真正能派上用场的场景：</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景一：老板临时要报告</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">当我们需要使用 Excel 表格数据制作报告通常都需要经过下面的流程：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">打开 Excel，手动筛选数据</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">画图表</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">写 Word 报告</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">老板说改一下，再来一遍</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">耗时通常在  1–2 小时，而使用&nbsp;</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">LobsterAI 的话：</span></strong></p>
<ol style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;list-style-type: decimal;font-size: 15px;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">上传数据表格</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">输入：“分析这篇文章的阅读量数据，生成包含图表的分析报告”</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">等待 5–10 分钟</span></section>
</li>
</ol>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">老板说“改成饼图，增加分类维度”，继续对话迭代就行。</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景二：远程操控办公</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">你在咖啡厅，突然想起来家里电脑上有个文件要处理。打开手机飞书，给 LobsterAI 配置的飞书机器人，发个消息，它就帮你搞定。不用远程桌面，不用 VPN，一句话的事。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-3a90482063d38a55cfcde9290256d69c.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景三：自动信息收集</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">设置一个定时任务：每天早上 9 点自动收集 Reddit 内容、行业新闻，整理成摘要发给你。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">之后你就不用刷各种信息流了，早上打开手机直接看结果。</span></p>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-a07437bd8f51f24da4ad68086bda309e.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">场景四：学习辅助</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">丢一堆学习资料进去，让它自动提炼知识点、整理笔记、根据你的进度生成练习题。</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">这已经不是普通的“AI 助手”了，这是任劳任怨的“数字员工”。</span></strong></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">六、安不安全？</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">很多人看到「AI 控制电脑」这六个字，第一反应是：这玩意儿安全吗？</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">LobsterAI 在这块做了三层防护：</span></p>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">1. 本地优先策略</span></span><span style="display: none;"></span><br>
</h3>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">所有聊天记录存储在本地数据库</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">API Key 只存在本机</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">可用 Ollama 本地模型完全离线运行</span></section>
</li>
</ul>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">2. 沙箱隔离执行</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">提供三种执行模式：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">自动（优先沙箱）</span></strong><span leaf="">&nbsp;— 平衡效率与安全</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">本地运行</span></strong><span leaf="">&nbsp;— 最高效率</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">仅沙箱</span></strong><span leaf="">&nbsp;— 最高安全级别</span></section>
</li>
</ul>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">沙箱环境下：</span></p>
<ul style="margin-top: 8px;margin-bottom: 8px;padding-left: 25px;color: black;font-size: 15px;list-style-type: circle;" class="list-paddingleft-1">
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">独立 VM 运行</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">限制本地文件访问</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">网络请求受监控</span></section>
</li>
<li>
<section style="margin-top: 5px;margin-bottom: 5px;line-height: 26px;text-align: left;color: rgb(1,1,1);font-size: 14px;font-weight: normal;"><span leaf="">自动检测危险操作</span></section>
</li>
</ul>
<figure data-tool="mdnice编辑器" style="margin: 0;margin-top: 10px;margin-bottom: 10px;display: flex;flex-direction: column;justify-content: center;align-items: center;"><span leaf=""><figure><img decoding="async" src="https://51ai.website/wp-content/uploads/2026/02/frc-e11a7dec3c82de69ed1367473e661300.png"></figure></span></figure>
<h3 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;color: black;font-size: 16px;font-weight: bold;text-align: center;">
<span style="display: none;"></span><span style="border-bottom: 2px solid #d89cf6;"><span leaf="">3. 敏感权限控制</span></span><span style="display: none;"></span><br>
</h3>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">所有敏感工具调用需要用户明确批准后才能执行。也就是，</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">它干活，你盯着；危险动作，你说了算。</span></strong></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">七、开源免费</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">2 月 19 日，有道龙虾在 GitHub 正式开源，MIT 协议。短短几天，Stars 突破 2000+，Fork 200+。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">网易把这东西开源出来，挺有意思。这说明他们不打算靠这个收费，而是想和社区一起打磨，把它做成一个真正好用的生产力工具。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">对于用户来说，这是个好消息：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">免费、开源、安全可控。</span></strong></p>
<hr style="margin: 0;margin-top: 10px;margin-bottom: 10px;height: 1px;padding: 0;border: none;border-top: 2px solid #d9b8fa;">
<h2 data-tool="mdnice编辑器" style="margin-top: 30px;margin-bottom: 15px;padding: 0px;font-weight: bold;color: black;font-size: 22px;text-align: left;margin: 20px 10px 0px 0px;">
<span style="display: none;"></span><span style="font-size: 18px;font-weight: bold;display: inline-block;padding-left: 10px;border-left: 5px solid #916dd5;"><span leaf="">写在最后</span></span><br>
</h2>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">去年，大家还在讨论 AI 能不能聊天。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">今年，话题已经变成“AI 能不能干活”。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">从「对话」到「做事」，一词之差，对大众来说绝对是两个时代。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">LobsterAI 给我的感觉是：</span><strong style="color: #916dd5;font-weight: bold;"><span leaf="">大大降低大家使用类似 OpenClaw 这类 AI 助手的成本，让每个人都可以有一个自己专属的 AI 员工，也是非常好的普及 AI 的方式。</span></strong></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">让它能够根据你的要求，AI 自己打开浏览器、输入关键词、翻找结果、整理成文档，不是简单的回答问题，而使真正帮你干活。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">最后，Chris 觉得，现在的大模型 Chatbot 和 LobsterAI 的区别，就是顾问和员工的区别。一个只长脑子，一个有脑有手。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><span leaf="">2026 年，可能是 Agent 元年。大家赶紧一起来抓虾吧。</span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">官网：</span></strong><span leaf=""><span textstyle="" style="color: #916dd5;font-weight: bold;">https://lobsterai.youdao.com/</span></span></p>
<p data-tool="mdnice编辑器" style="padding-top: 8px;padding-bottom: 8px;line-height: 26px;color: black;margin: 10px 0px;letter-spacing: 2px;font-size: 14px;word-spacing: 2px;"><strong style="color: #916dd5;font-weight: bold;"><span leaf="">GitHub：</span></strong><span leaf=""><span textstyle="" style="color: #916dd5;font-weight: bold;">https://github.com/netease-youdao/LobsterAI</span></span></p>
</section>



<p class="wp-block-paragraph"><mp-style-type data-value="3"></mp-style-type></p>
<p><a rel="nofollow" href="https://51ai.website/recommend/lobsterai/">有道 LobsterAI：中国版OpenClaw，能聊天能干活，你的7×24小时AI数字员工</a>最先出现在<a rel="nofollow" href="https://51ai.website">AI Weekly</a>。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://51ai.website/recommend/lobsterai/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
