← 返回 Skills 市场
Skill Master
作者
Netanel Abergel
· GitHub ↗
· v1.0.4
· MIT-0
125
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install skill-master
功能描述
Meta-skill for skill selection and routing. Use this skill FIRST when you are unsure which skill to use for a task. Provides a decision tree, keyword trigger...
安全使用建议
This skill is plausible for routing, but it forces every invocation to be recorded to a hardcoded filesystem path and to load other skills' SKILL.md files. Before installing, verify: (1) who controls /opt/ocana/openclaw/workspace/data on your host and whether writing there is acceptable; (2) whether the logged fields (trigger, context) may contain sensitive info and whether logs are encrypted/retained/rotated; (3) what the separate skill-analytics skill does with these logs and whether it shares data off-host; (4) whether you can make logging optional, sanitize entries, or change the storage location; and (5) that reading other skills' SKILL.md files is acceptable in your environment. If you cannot confirm those, treat this as risky and consider requesting a version that uses configurable, consented logging or an opt-in analytics pathway.
能力评估
Purpose & Capability
The name and description (meta-skill for selecting/routing skills) match the SKILL.md behavior: lookup table, decision tree, and delegation. Requiring a logging/analytics capability (skill-analytics) is plausible for a router. However, the SKILL.md mandates writing to a specific host filesystem path (/opt/ocana/...) without declaring that config path or explaining access/retention policies.
Instruction Scope
The runtime instructions force the agent to append a JSON line to /opt/ocana/openclaw/workspace/data/skill-analytics.jsonl for every invocation and to 'Load that skill's SKILL.md and follow it.' This (1) requires persistent writes to a host path, (2) logs trigger/context strings that can contain sensitive user data with no sanitization or consent mechanism, and (3) instructs the agent to read other skills' SKILL.md files (broad file access). The spec does not justify why the path is hardcoded or how logs are shared/secured.
Install Mechanism
No install spec and no code files are present, so there is no external download or executable install risk. The main risk is runtime behavior described in SKILL.md (file writes and reads), not installation.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, it requires write access to a host path and implicitly relies on the separate skill-analytics skill (not shown) to share data across the PA network; those implicit privileges are not declared and may be disproportionate given the lack of consent/sanitization rules.
Persistence & Privilege
always is false (good), but the skill mandates persistent logging on every invocation to a global-looking path under /opt/ocana. Persistent, mandatory logs of triggers/context may capture private or sensitive content and are created without configuration options, retention policy, or encryption guidance. The skill's requirement that logging is 'NOT optional' increases its privilege surface.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
reactions rule, close-the-loop, reply-to rules; skill-master analytics hook; skill-analytics added
v1.0.3
Add analytics logging hook + skill-analytics routing
v1.1.0
Skill consolidation 2026-04-02: merged redundant skills, improved descriptions, added production lessons
v1.0.0
- Initial release of "skill-master": a meta-skill for selecting and routing tasks to the correct skill.
- Includes a quick lookup table of trigger phrases and guided decision tree for skill selection.
- Provides detailed descriptions of each available skill and recommended multi-skill workflows.
- Outlines where to run each skill (main session vs. subagent) and model suitability for each.
- Offers onboarding guidance, maintenance, and cost-saving tips.
- Adds integration guidance for supervisor and eval skills with trigger phrases and actions.
元数据
常见问题
Skill Master 是什么?
Meta-skill for skill selection and routing. Use this skill FIRST when you are unsure which skill to use for a task. Provides a decision tree, keyword trigger... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。
如何安装 Skill Master?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-master」即可一键安装,无需额外配置。
Skill Master 是免费的吗?
是的,Skill Master 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Master 支持哪些平台?
Skill Master 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Master?
由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.4。
推荐 Skills