Install
openclaw skills install @harrylabsj/skill-recommenderAgent skill recommender. Input a user need, task description, or existing skill list; output best matching skills, install rationale, duplicate/merge candidates, and gaps for new skill briefs. Runtime-neutral and not tied to one agent platform.
openclaw skills install @harrylabsj/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": "/Users/jianghaidong/.openclaw/workspace/skills",
"limit": 8
}'
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.