Skill Recommender Pro
v1.0.2Intelligent skill recommendations for OpenClaw. Analyzes installed skills using rule-based filtering and pattern matching. Suggests complementary skills, alt...
⭐ 0· 70·0 current·0 all-time
by@tobewin
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the runtime instructions: the skill enumerates installed skills (clawhub list), searches the registry (clawhub search), and applies simple rules/keyword matching to produce recommendations. Requiring python3 and invoking clawhub is proportional to this purpose.
Instruction Scope
Instructions are focused on listing/searching skills and performing local analysis with small inline Python snippets. They do run subprocesses (clawhub list/search) and print included file contents for review; this is appropriate for a recommender but means the skill can read the local skill list and invoke clawhub. No instructions read unrelated system files or environment variables.
Install Mechanism
No install spec and no code files — instruction-only skill. Nothing is downloaded or written to disk by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The skill only depends on the python3 binary and the clawhub CLI, which are relevant to its function.
Persistence & Privilege
always is false and the skill does not request permanent presence or elevated privileges. It does not modify other skills or system-wide settings in its instructions.
Assessment
This skill appears coherent and focused: it uses the clawhub CLI and small Python snippets to inspect installed skills and search the registry, and it does not request secrets or install additional software. Before installing, verify you trust the clawhub binary on your system (the skill will invoke it), and remember recommendations produced may point you to other skills — inspect those target skills before installing. If you want further assurance, paste the output of `clawhub list` or run the SKILL.md's example commands locally to see what the recommender would do in your environment.Like a lobster shell, security has layers — review code before you run it.
latestvk97cmyk8zbxfwwpz6w6w3a62w183hbkr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎯 Clawdis
Binspython3
