惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - kunyashaw

基于langgraph的智能问答工作流 langgraph 基础使用(条件/循环/嵌套子图) vue3Crush以及对比vue2 渗透与常见服务配置 LangChain教程-4、构建简易智能 PPT 生成器 LangChain教程-3、Langchain进阶 LangChain教程-2、Langchain基础 LangChain教程-1、python基础 openclaw skill--一键生成项目宣讲介绍网页及长截图 openclaw新手skill推荐: openclaw-newbie-faq 用opencode和minimax给娃搭了一个raz学习站点 angualr基础 node基础 vue基础 某业务技术架构 漏洞治理 堡垒机方案 linux常见软件的环境搭建 linux运维基础
clawdbot(新名字:moltbot、OpenClaw)折腾过程
kunyashaw · 2026-01-30 · via 博客园 - kunyashaw

一、介绍
clawdbot,火了之后因为和claude有点重名,更名为moltbot, 今天又更名为openclaw,官网为:https://openclaw.ai/

注意:该ai工具需要你有主流大模型的token,否则和他交互没啥意义

官网介绍如下:

/**
The AI that actually does things.

一个真正能干活的人工智能。

Clears your inbox, sends emails, manages your calendar, checks you in for flights.

清理收件箱、发送电子邮件、管理日程、帮你办理值机。

All from WhatsApp, Telegram, or any chat app you already use.

这一切都通过 WhatsApp、Telegram 或任何你已经在用的聊天应用完成。
**/

二、基础过程与使用

这两天我分别在windows、mac上对该工具进行了部署,说下大概过程:

1、将本机node环境升级到22或者以上
没有node环境的同学看这里:https://nodejs.org/zh-cn/download

2、通过官网(官网地址::https://openclaw.ai/)提供的命令行工具无感安装: npm i -g clawdbot

3、x上作者推荐minimax的大模型MiniMax2.1,https://platform.minimaxi.com/subscribe/coding-plan, 去这里订阅下会员,每个月几十块钱,尝鲜就买最便宜的29元,成本很低,然后获取apiKey,妥善保存好,等待备用

4、安装之后通过初始化命令(clawdbot onboard)进行工具的配置,选择MiniMax的大模型 ,等待命令行提醒你key时:把上一步获取的ApiKey粘贴进去

5、安装好之后,会自动打开浏览器访问dashboard,  页面地址以http://127.0.0.1:18789 开头

6、配置minimax的的baseUrl和ApiKey(让我们在第4步配置的key生效)

image

image

7、如果要使用telegram,要有kx上w的环境,否则配置上telegram的信息后,gateway网关一直重启,几乎没法使用(可以重置channel:clawdbot configure --section channels )

1 在电报中搜索BotFather, 进入交互后,输入/newbot,然后指定你的交互机器人name和username,你会获取到一个这个机器人的HTTP API,保存好备用

2 执行指令:clawdbot configure --section channels 进入配置channel界面,选择Local,然后选择Configure,选择通道为telegram,输入上一步的HTTPAPI,
我选择的是paring模式,在kx上w的情况下telegram的机器人会发送给你一个paring code,保存好下一步配对要用 3 配对 clawdbot pairing approve telegram <你的配对码> 
当然,也可以使用其他的channel,比如说飞书、钉钉、qq,参考链接如下
飞书:  https://github.com/m1heng/clawdbot-feishu
钉钉:    https://github.com/BytePioneer-AI/moltbot-china
qq:       https://github.com/King-Chau/mozi
(上述没有测试,自行选择合适的使用)

8、配置braveSearchApi,为了方便使用网络搜索

去这里申请key:https://api-dashboard.search.brave.com/app/keys

命令行执行:clawdbot config set tools.web.search.apiKey "你的新API_KEY"

三、基础命令解析

clawdbot tui 监控运行情况
clawdbot dashboard 自动在浏览器中打开dashboard页面
clawdbot uninstall 卸载
clawdbot onboard 重新初始化

clawdbot gateway status 网关状态
clawdbot gateway stop 网关服务停
clawdbot gateway start 网关服务开
clawdbot gateway restart 网关服务重启
clawdbot gateway install 安装网关服务
clawdbot doctor 查看当前有没有什么问题

clawdbot configure --section channels 配置channel的入口