OpenClaw-安装OpenClaw Skills
【摘要】 OpenClaw-安装OpenClaw Skills
机器人对话安装
以飞书对话为例,飞书对接open claw参考:使用OpenClaw搭建个人AI助手(飞书)_AI智能体场景_搭建应用_最佳实践_Flexus云服务_Flexus应用服务器L实例-华为云
1、帮我再浏览器上查询clawhub目前安装量最高的是skills是哪个

2、帮我查询我现在是否有agent-browser技能,没有的话请帮我安装该技能


命令行安装
clawhub 安装skill
skillhub 安装skill
# 远程登录实例,登录环境 #进入openclaw用户 root@hcss-ecs-d448:~# su - openclaw #进入.openclaw目录 openclaw@hcss-ecs-d448:/root$ cd /home/openclaw/.openclaw/ #安装技能(以trello为例) openclaw@hcss-ecs-d448:~/.openclaw$ skillhub install Trello info: "Trello" not in index, and remote search has no exact slug match; try direct download by slug info: "Trello" not in index/remote search, try direct download by slug Downloading: https://lightmake.site/api/v1/download?slug=Trello Installed: Trello -> /home/openclaw/.openclaw/skills/Trello #检查技能安装成功 openclaw@hcss-ecs-d448:~/.openclaw$ openclaw skills list --eligible | grep trello │ ✓ ready │ 📦 trello │ Manage Trello boards, lists, and cards via the Trello │ openclaw-managed │
源码安装skill
#进入openclaw用户 root@hcss-ecs-d448:~# su - openclaw #下载技能源码至home/openclaw/.openclaw/skills/文件夹中 openclaw@hcss-ecs-d448:~$ git clone https://github.com/peterskoett/self-improving-agent.git ~/.openclaw/skills/self-improving-agen t Cloning into '/home/openclaw/.openclaw/skills/self-improving-agent'... remote: Enumerating objects: 61, done. remote: Counting objects: 100% (61/61), done. remote: Compressing objects: 100% (47/47), done. remote: Total 61 (delta 17), reused 53 (delta 10), pack-reused 0 (from 0) Receiving objects: 100% (61/61), 35.75 KiB | 416.00 KiB/s, done. Resolving deltas: 100% (17/17), done. #重启网关 openclaw@hcss-ecs-d448:~$openclaw gateway restart ....... # 查询技能,技能是ready状态 openclaw@hcss-ecs-d448:~$ openclaw skills list --eligible | grep self │ ✓ ready │ 📦 self-improvement │ Captures learnings, errors, and corrections to enable │ openclaw-managed │
控制台安装
待补充
【声明】本内容来自华为云开发者社区博主,不代表华为云及华为云开发者社区的观点和立场。转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息,否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)