时间:2026-03-22 18:30
人气:
作者:admin
说出来你可能不信,OpenClaw自带的的功能已经很强大了,但插件市场才是真正的好玩!画图、写文章、发公众号、做视频…应有尽有。装上插件后,OpenClaw简直变成了瑞士军刀!
这篇文章告诉你:怎么安装和使用OpenClaw插件,让功能更强。
插件 = 功能扩展包
OpenClaw本身是一个框架,插件让它变得更强大。
比如:
# 查看插件市场
skill hub list
# 搜索插件
skill hub search "画图"
skill hub search "发布"
skill hub search "资讯"
# 安装画图插件
skill install pollinations-ai
# 安装发布插件
skill install wechat-publisher
skill install csdn-publisher
# 安装资讯插件
skill install daily-tech-broadcast
# 更新所有插件
skill update --all
# 更新指定插件
skill update pollinations-ai
skill install pollinations-ai
功能:
使用方法:
用户:帮我画一只可爱的猫
OpenClaw:调用画图插件 → 返回图片
用户:画一幅赛博朋克城市
OpenClaw:生成赛博朋克风格图片
配置:
plugins:
pollinations:
api_key: "xxx"
default_model: "flux"
default_size: "1024x1024"
公众号发布:
skill install wechat-publisher
plugins:
wechat_publisher:
app_id: "xxx"
app_secret: "xxx"
CSDN发布:
skill install csdn-publisher
小红书发布:
skill install xhs
每日热榜:
skill install daily-hot-news
plugins:
daily_hot_news:
sources:
- zhihu
- weibo
- toutiao
科技资讯:
skill install daily-tech-broadcast
定时任务:
skill install cron
工作流:
skill install workflow
用户:帮我画一只猫
OpenClaw → 调用 pollinations-ai 插件 → 返回图片
用户:今天的科技资讯有哪些
OpenClaw → 调用 daily-tech-broadcast 插件 → 返回资讯
workflows:
- name: daily_picture
trigger:
cron: "0 8 * * *"
actions:
- type: plugin
name: pollinations-ai
prompt: "早上好,阳光明媚"
skill list
每个插件的配置略有不同,具体看插件说明。
通用配置格式:
plugins:
插件名:
enabled: true
option1: value1
option2: value2
skill uninstall 插件名
| 插件 | 功能 | 安装命令 |
|---|---|---|
| pollinations-ai | AI画图/视频/音乐 | skill install pollinations-ai |
| wechat-publisher | 公众号发布 | skill install wechat-publisher |
| csdn-publisher | CSDN发布 | skill install csdn-publisher |
| xhs | 小红书发布 | skill install xhs |
| daily-hot-news | 每日热榜 | skill install daily-hot-news |
| weather | 天气查询 | skill install weather |
| translate | 翻译 | skill install translate |
解决:
# 更新skill
skill update skill
# 重新安装
skill uninstall 插件名
skill install 插件名
解决:
# 重启OpenClaw
docker restart openclaw
# 重新加载插件
skill reload
解决:
解决:
# 更新到最新版本
skill update 插件名
# 或指定版本
skill install 插件名@版本号
如果你想自己开发插件:
# 创建插件项目
skill create my-plugin
# 开发完成后发布
skill publish my-plugin
# 创建插件
skill create my-plugin
# 插件结构
my-plugin/
├── skill.yaml
├── handler.py
└── README.md
plugins:
market:
url: "https://market.openclaw.ai"
auth: "your-token"
plugins:
performance:
cache: true
timeout: 30
retry: 3
插件市场是真的香,需要什么功能装什么。
我现在装了几十个插件,用起来不要太爽。
画图、发布文章、查天气、翻译…一个OpenClaw全搞定。
有问题评论区问,看到了都会回。
本系列完结!
感谢阅读这个系列!希望对你有帮助。
往期文章:
参考资料: