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

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recent Announcements
Recent Announcements
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
I
InfoQ
F
Full Disclosure
美团技术团队
Martin Fowler
Martin Fowler
量子位
V
V2EX
小众软件
小众软件
爱范儿
爱范儿
宝玉的分享
宝玉的分享
aimingoo的专栏
aimingoo的专栏
有赞技术团队
有赞技术团队
F
Fortinet All Blogs
M
MIT News - Artificial intelligence
T
Tailwind CSS Blog
博客园 - 三生石上(FineUI控件)
N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News
IT之家
IT之家
云风的 BLOG
云风的 BLOG
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
Microsoft Azure Blog
Microsoft Azure Blog
T
Threat Research - Cisco Blogs
T
Threatpost
P
Proofpoint News Feed
腾讯CDC
博客园 - 司徒正美
Jina AI
Jina AI
The Hacker News
The Hacker News
P
Privacy & Cybersecurity Law Blog
L
LINUX DO - 热门话题
S
Securelist
U
Unit 42
T
The Exploit Database - CXSecurity.com
博客园 - Franky
NISL@THU
NISL@THU
D
Docker
The GitHub Blog
The GitHub Blog
Latest news
Latest news
S
Schneier on Security
J
Java Code Geeks
Blog — PlanetScale
Blog — PlanetScale
P
Palo Alto Networks Blog

博客园 - 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的入口