@meteorsliu

SkillHub Recommendation

OpenClaw plugin that recommends locally loaded SkillHub skills.

当前版本
v0.1.0
code-plugin社区source-linked

OpenClaw SkillHub Recommendation Plugin

This OpenClaw plugin recommends previously loaded local SkillHub skills from session search/load history.

It observes successful skillhub__search and skillhub__load calls, records lightweight recommendation state in the SkillHub SQLite database, and injects advisory local skill recommendations during prompt build. It does not load skill bodies automatically.

Install

Install from a local plugin directory:

openclaw plugins install ./openclaw-skillhub-recommendation-plugin
openclaw plugins inspect skillhub-recommendation --runtime

Restart the OpenClaw gateway after installation.

Requirements

  • OpenClaw 2026.5.4 or newer
  • SkillHub MCP server configured for skillhub__search and skillhub__load
  • Node dependencies installed by the OpenClaw plugin installer

The plugin uses @node-rs/jieba for token extraction and better-sqlite3 for local recommendation state.

Uninstall

openclaw plugins uninstall skillhub-recommendation

Restart the OpenClaw gateway after uninstalling.

Test

npm test
npm run test:performance

源码与版本

源码仓库

MeteorsLiu/skillhub-mvp

打开仓库

源码提交

33a13c236b2e7c381d1cf1133f6eda18ac8efab0

查看提交

安装命令

openclaw plugins install clawhub:openclaw-skillhub-recommendation-plugin

元数据

  • 包名: openclaw-skillhub-recommendation-plugin
  • 创建时间: 2026/05/20
  • 更新时间: 2026/05/20
  • 执行代码:
  • 源码标签: skillhub-recommendation-inline

兼容性

  • 构建于 OpenClaw: 2026.5.4
  • 插件 API 范围: >=2026.5.4
  • 标签: latest, openclaw, recommendation, skillhub
  • 文件数: 16