← Back to Skills Marketplace
netanel-abergel

Skill Master

by Netanel Abergel · GitHub ↗ · v1.0.4 · MIT-0
cross-platform ⚠ suspicious
125
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install skill-master
Description
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...
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-master
  3. After installation, invoke the skill by name or use /skill-master
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug skill-master
Version 1.0.4
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install Skill Master?

Run "/install skill-master" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Master free?

Yes, Skill Master is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Master support?

Skill Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Master?

It is built and maintained by Netanel Abergel (@netanel-abergel); the current version is v1.0.4.

💬 Comments