← 返回 Skills 市场
riverfor

Skill Explorer

作者 River Yan · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
595
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-explorer
功能描述
Systematically discover, evaluate, compare, and assess OpenClaw skills to find the right, safe, and high-quality option for your specific task.
安全使用建议
This skill appears to do what it says: search for, download to /tmp, and statically analyze other skills. Before using it, consider the following: (1) it assumes the presence of clawhub and jq but does not declare them — install those from trusted sources or the script will fail; (2) the helper will download arbitrary skills (clawhub install), so run it in a sandbox or VM and avoid running with elevated privileges; (3) downloaded skills may include install hooks or scripts — inspect files before executing anything inside them; (4) the script suggests forcing installs for 'suspicious' skills — avoid --force unless you understand the risk; (5) if you need higher assurance, manually review any network endpoints or hardcoded tokens found by the scanner and run antivirus/static-analysis tools on downloaded artifacts.
功能分析
Type: OpenClaw Skill Name: skill-explorer Version: 1.0.0 The skill-explorer bundle is designed for systematically discovering, evaluating, and performing safety assessments of other OpenClaw skills. Its `SKILL.md` provides detailed instructions for an AI agent to conduct a security review, including downloading skills to a temporary directory (`/tmp`), listing their files, and performing static analysis using `grep` for suspicious patterns (e.g., `eval`, `exec`, `https?://`). The `scripts/explore.sh` script implements these analysis steps. All actions are consistent with its stated purpose as a security analysis tool, and there is no evidence of malicious intent, data exfiltration, persistence, or prompt injection designed to subvert the agent's core function or harm the host system.
能力评估
Purpose & Capability
The name, description, SKILL.md workflow, and the provided helper script all align: this is a discovery/evaluation framework that inspects and downloads other skills for review. The included scripts and checks (search, inspect, download, grep-based pattern checks) are appropriate for the stated goal.
Instruction Scope
The instructions and script direct the agent/user to download other skills (clawhub install) and scan their files; that is expected for a security review tool. However, SKILL.md and scripts assume availability of external CLI tools (clawhub, jq, grep, find, etc.) but those binaries are not declared in the skill metadata. Also the workflow explicitly suggests using --force for 'suspicious' skills, which increases risk when applied without proper sandboxing.
Install Mechanism
There is no install spec (instruction-only), which is lower risk. The skill does include a helper shell script (scripts/explore.sh) that will be present if you install the skill; the script itself performs only inspection and grep/find operations and creates a temporary directory under /tmp.
Credentials
The skill requests no environment variables or credentials, which is proportional. Minor inconsistency: the runtime instructions assume tools (clawhub and jq) that are not declared as required binaries, so the skill may fail or mislead users who do not have those tools installed from trusted sources.
Persistence & Privilege
The skill does not request persistent presence (always is false) and does not attempt to modify system-wide settings. Its actions (downloading skills to /tmp and scanning them) are scoped to temporary directories and the user's invocation context.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-explorer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-explorer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Systematic 8-phase framework
元数据
Slug skill-explorer
版本 1.0.0
许可证
累计安装 6
当前安装数 5
历史版本数 1
常见问题

Skill Explorer 是什么?

Systematically discover, evaluate, compare, and assess OpenClaw skills to find the right, safe, and high-quality option for your specific task. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 595 次。

如何安装 Skill Explorer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-explorer」即可一键安装,无需额外配置。

Skill Explorer 是免费的吗?

是的,Skill Explorer 完全免费(开源免费),可自由下载、安装和使用。

Skill Explorer 支持哪些平台?

Skill Explorer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Explorer?

由 River Yan(@riverfor)开发并维护,当前版本 v1.0.0。

💬 留言讨论