← Back to Skills Marketplace
pagoda111king

Skill Discoverer

by pagoda111king · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-discoverer-pro
Description
L0 入口层 - 技能发现与引导引擎。帮助用户发现合适的技能,基于任务类型推荐技能组合,提供技能使用引导和教程。
Usage Guidance
This skill appears internally consistent and low-risk, but you should still take basic precautions before installing: 1) Verify the publisher/source (homepage is missing and owner ID is opaque); 2) If the platform lets skills execute shell/exec tools, restrict those capabilities (the SKILL.md lists Bash/Exec even though the code doesn't use them); 3) Review the included source (src/index.js) yourself or run the bundled tests in a sandboxed environment (jest) before granting broader permissions; 4) Confirm contact/support channels and the ClawHub listing before paying for any license; 5) If you plan to allow the agent to invoke skills autonomously, consider limiting network or credential access—this skill doesn't need secrets, so avoid granting unrelated tokens or credentials.
Capability Analysis
Type: OpenClaw Skill Name: skill-discoverer-pro Version: 0.1.0 The skill bundle is classified as suspicious due to significant over-permissioning. While the core logic in 'src/index.js' is a benign keyword-based recommendation engine, the 'SKILL.md' file requests high-privilege tools ('Bash' and 'Exec') that are not utilized by the current code or justified by the stated v0.1.0 functionality. This discrepancy creates an unnecessary attack surface for prompt injection against the AI agent. No evidence of intentional malice, data exfiltration, or obfuscation was found in the code or the standard Jest-based 'package-lock.json'.
Capability Assessment
Purpose & Capability
Name/description (skill discovery, recommendations, guides) align with the provided code and SKILL.md. The implementation is a simple rule-based search/recommendation engine and tests that match the stated purpose. Minor inconsistency: SKILL.md lists tool capabilities (Read, Write, Bash, Exec) that are broader than what the code actually needs; the runtime code does not perform shell execution or external IO beyond in-memory processing.
Instruction Scope
SKILL.md instructs the agent to perform searches, recommend combinations, and provide guides — all within the discovery domain. The instructions do not ask the agent to read system files, export secrets, or call unrelated external endpoints. The declared tool list in the header could grant broader capabilities if the platform honors it, but the textual runtime guidance is scoped to discovery and guidance workflows.
Install Mechanism
No install spec is provided (instruction-only style), so nothing is downloaded or installed automatically by the skill package. Source includes package.json and package-lock (dev dependency jest) for local development/testing only; no external/unverified download URLs or extract steps are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code similarly does not reference process.env or external credentials. This is proportionate for a discovery/recommendation tool that uses local skill metadata.
Persistence & Privilege
Skill is not forced-always, and it does not request persistent system-wide configuration changes in the provided code. There is no evidence it modifies other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-discoverer-pro
  3. After installation, invoke the skill by name or use /skill-discoverer-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
新技能发布 - L0 入口层技能发现器 Pro,100% 测试覆盖,A 级评分 0.76
Metadata
Slug skill-discoverer-pro
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Discoverer?

L0 入口层 - 技能发现与引导引擎。帮助用户发现合适的技能,基于任务类型推荐技能组合,提供技能使用引导和教程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install Skill Discoverer?

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

Is Skill Discoverer free?

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

Which platforms does Skill Discoverer support?

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

Who created Skill Discoverer?

It is built and maintained by pagoda111king (@pagoda111king); the current version is v0.1.0.

💬 Comments