← 返回 Skills 市场
Skill Discoverer
作者
pagoda111king
· GitHub ↗
· v0.1.0
· MIT-0
81
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-discoverer-pro
功能描述
L0 入口层 - 技能发现与引导引擎。帮助用户发现合适的技能,基于任务类型推荐技能组合,提供技能使用引导和教程。
安全使用建议
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.
功能分析
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'.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-discoverer-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-discoverer-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
新技能发布 - L0 入口层技能发现器 Pro,100% 测试覆盖,A 级评分 0.76
元数据
常见问题
Skill Discoverer 是什么?
L0 入口层 - 技能发现与引导引擎。帮助用户发现合适的技能,基于任务类型推荐技能组合,提供技能使用引导和教程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Skill Discoverer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-discoverer-pro」即可一键安装,无需额外配置。
Skill Discoverer 是免费的吗?
是的,Skill Discoverer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Discoverer 支持哪些平台?
Skill Discoverer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Discoverer?
由 pagoda111king(@pagoda111king)开发并维护,当前版本 v0.1.0。
推荐 Skills