openclaw安装skills
1.在openclaw命令行下载clawhub安装三方skillsrootlocalhost:~# npm i-g clawhub added34packagesin15s20packages are lookingforfunding runnpm fundfordetails2.获取clawhub.ai的token2.1 在浏览器中输入clawhub.ai——点击Sign in with GitHub使用github账号登录clawhub2.2 进入到settings2.3 创建token3.复制上边的token返回openclaw命令行输入下边命令登录clawhubrootlocalhost:~# clawhub login--token clh_o6OpllVXNdYEL9fkdkdslkkkHLJL:gjlgqksbbDAkenE ✔OK.Loggedinastest123456.4.安装常用skills# 用于搜索或发现其他技能rootlocalhost:~# clawhub install find-skill✔ OK. Installed find-skill -/root/.openclaw/workspace/skills/find-skill# 自动优化 Agent 行为或提示词rootlocalhost:~# clawhub install self-improving✔ OK. Installed self-improving -/root/.openclaw/workspace/skills/self-improving# 文本摘要rootlocalhost:~# clawhub install summarize✔ OK. Installed summarize -/root/.openclaw/workspace/skills/summarize# 浏览器自动化工具rootlocalhost:~# clawhub install agent-browser-3⚠️ Warning:agent-browser-3is 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# 人性化写文章等用词更加贴近人rootlocalhost:~# clawhub install Humanizer✔ OK. Installed Humanizer -/root/.openclaw/workspace/skills/Humanizer