cd /tmp curl -fsSL https://raw.githubusercontent.com/iflytek/skillhub/main/scripts/runtime.sh | sh -s -- up
部署后发现官网对应的脚本,无法匿名拉取SkillHub中公开的技能,更换版本为v0.1.0
# 卸载原SkillHub,安装新版本 docker-compose -f skillhub-runtime/compose.release.yml down -v curl -fsSL https://github.com/iflytek/skillhub/blob/chore/release-v0.1.0/scripts/runtime.sh | sh -s -- up
脚本的超时比较激进,会直接出现超时停止,先配置管理员账号和密码 vi skillhub-runtime/.env.release
[root@nmk ~]# clawhub inspect "weather" weather weather Summary: Get current weather and forecasts (no API key required). Created: 2026-03-20T07:09:44.720Z Updated: 2026-03-20T07:09:44.758Z Latest: 20260320.070944 License: MIT-0 (Free to use, modify, and redistribute. No attribution required.)
[root@nmk ~]# curl http://10.0.4.6:8080/api/v1/skills {"items":[{"slug":"weather","displayName":"weather","summary":"Get current weather and forecasts (no API key required).","tags":{},"stats":{"downloads":1,"stars":0},"createdAt":0,"updatedAt":1773990584758,"latestVersion":{"version":"20260320.070944","createdAt":1773990584758,"changelog":"","license":null}}],"nextCursor":null}