1.在openclaw命令行下载clawhub,安装三方skills
root@localhost:~# npm i-g clawhub added34packagesin15s20packages are lookingforfunding run`npm fund`fordetails2.获取clawhub.ai的token
2.1 在浏览器中输入clawhub.ai——点击Sign in with GitHub,使用github账号登录clawhub
2.2 进入到settings
2.3 创建token
3.复制上边的token,返回openclaw命令行,输入下边命令登录clawhub
root@localhost:~# clawhub login--token clh_o6OpllVXNdYEL9fkdkdslkkkHLJL:gjlgqksbbDAkenE ✔OK.Loggedinas@test123456.4.安装常用skills
# 用于搜索或发现其他技能root@localhost:~# clawhub install find-skill✔ OK. Installed find-skill ->/root/.openclaw/workspace/skills/find-skill# 自动优化 Agent 行为或提示词root@localhost:~# clawhub install self-improving✔ OK. Installed self-improving ->/root/.openclaw/workspace/skills/self-improving# 文本摘要root@localhost:~# clawhub install summarize✔ OK. Installed summarize ->/root/.openclaw/workspace/skills/summarize# 浏览器自动化工具root@localhost:~# clawhub install agent-browser-3⚠️ Warning:"agent-browser-3"is flagged as suspicious by VirusTotal Code Insight. This skill may contain risky patterns(crypto keys, external APIs, eval, etc.)Review the skill code before use. │ ◇ Install anyway? │ Yes ✔ OK. Installed agent-browser-3 ->/root/.openclaw/workspace/skills/agent-browser-3# 人性化,写文章等用词更加贴近人root@localhost:~# clawhub install Humanizer✔ OK. Installed Humanizer ->/root/.openclaw/workspace/skills/Humanizer