Install
openclaw skills install @zhaowh3613/best-skill-recommendationsBased on user goals, comprehensively evaluate candidate skill capabilities and conflict risks with installed skills, then deliver the best install recommendation. | 根据用户需求,综合评估候选技能的能力匹配度与已安装技能的冲突风险,给出最佳安装推荐
openclaw skills install @zhaowh3613/best-skill-recommendationsPrimary role: Evaluate and recommend skills already discovered by an upstream skill search. Only when no upstream results exist does this skill independently search clawhub, then apply the same evaluation logic.
Before this skill can operate, confirm the following:
clawhub CLI is installed and available in the agent's PATH. This skill issues clawhub search, clawhub list, clawhub install, and clawhub uninstall commands. If the binary is absent, all discovery and install steps will fail.clawhub login in advance. The clawhub CLI stores credentials in its own default config path (managed by the CLI, not by this skill). No additional environment variables are required by this skill.clawhub list (read-only).clawhub install <skill> or clawhub uninstall <skill> — only after explicit user confirmation at the Pre-Install Gate (Step 5).
It will not access other system files, credentials, or APIs beyond the clawhub CLI.clawhub directly.clawhub search <keywords> and report output before evaluating.clawhub and produce candidates before evaluating.Before doing anything else:
Clarify the user's need:
Then search via clawhub:
clawhub search <keywords>
Return the command output and build a candidate list annotated with source and version.
Present the candidate list (from upstream or self-discovered), annotated with source and version.
Enumerate installed skills by running:
clawhub list
Parse the output to get the current installed skill set. Compare each installed skill against candidates:
Per candidate, output one decision:
Include reasons and trade-offs.
Before any install action, present:
Then explicitly ask for user confirmation.
clawhub install <skill>Return:
"Planned action: <install/replace/coexist>. Source: clawhub. Version: <...>. Risks: <...>. Proceed?"