Install
openclaw skills install skill-recommenderFind, filter, cluster, and recommend similar OpenClaw skills by intent, function, or use case. Use when the user wants to find同类 skill、比较多个相近 skill、判断哪个 skill 更适合当前任务、给出技能推荐清单、避免重复开发、或梳理已有 skill 版图。
openclaw skills install skill-recommenderUse this skill to recommend the best matching skills from an existing skill collection.
Use scripts/recommend_skills.js when the user gives a query such as:
Example:
node scripts/recommend_skills.js '{
"query": "家庭采购 库存 提醒",
"skills_dir": "skills",
"limit": 8
}'
Run the script from the workspace that contains the skills/ directory. skills_dir must be a relative path inside the current workspace.
Use scripts/cluster_skills.js when the user wants a grouped view of similar skills, duplicates, or overlapping categories.
Use scripts/check_skill_dedup.js when the user is about to build a new skill and wants to know:
Typical triggers:
Default output sections:
references/recommendation-rules.md for ranking heuristics.references/output-schema.md for the output schema.references/dedup-mode.md when the user wants to avoid duplicate skill development.