← 返回 Skills 市场
Skill Lookup
作者
zhengxinjipai
· GitHub ↗
· v1.0.0
723
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-lookup-tool
功能描述
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, inst...
安全使用建议
This skill is coherent for its stated purpose, but it writes whatever files are returned by the registry into your .claude/skills folder with minimal verification. Before installing a skill retrieved by this tool: 1) Inspect the skill's file list and SKILL.md for unexpected helper scripts or executables; 2) Prefer skills from reputable authors or with documentation and checksums/signatures; 3) Require explicit user confirmation before saving/installing (do not allow autonomous installs), and if possible run newly installed skills in a sandbox or review their contents before enabling them; 4) If you want extra safety, only install skills that are instruction-only (SKILL.md) and avoid ones that include scripts or binaries.
功能分析
Type: OpenClaw Skill
Name: skill-lookup-tool
Version: 1.0.0
The skill functions as a package manager that enables the agent to search, retrieve, and install third-party skills from the prompts.chat registry. The instructions in SKILL.md direct the agent to download remote files and write them directly to the local filesystem (.claude/skills/), which constitutes a high-risk 'downloader' pattern. While this behavior is aligned with the tool's stated purpose, it creates a significant security risk by facilitating the installation of potentially unverified remote code.
能力评估
Purpose & Capability
The name/description match the SKILL.md instructions: it searches the prompts.chat registry (via search_skills/get_skill) and saves retrieved files to .claude/skills/{slug}/. There are no unrelated env vars, binaries, or installs requested.
Instruction Scope
Instructions are focused on searching, retrieving, and saving skill files. This is expected, but the installer saves all returned files (including helper scripts/configs) with only a minimal verification step (ensure SKILL.md exists). That means arbitrary files from the registry can be persisted on disk; there is no checksum/signature verification or explicit sandboxing described.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or executed by the skill itself beyond the described get_skill calls and local file writes. This is lower risk than an installer that pulls executables from arbitrary URLs.
Credentials
The skill requests no environment variables, credentials, or config paths. It only reads data returned by registry tools and writes to the .claude/skills directory as described.
Persistence & Privilege
The skill persists files under .claude/skills/{slug}/ which is expected for an installer, but this grants it the ability to add arbitrary skill files into the agent's skill set. Combined with normal model invocation (disable-model-invocation=false), this could allow the agent to install new skills autonomously unless carefully governed; the SKILL.md does not require explicit user confirmation beyond the user's initial request.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-lookup-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-lookup-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-lookup.
- Enables searching, retrieving, and installing Agent Skills from the prompts.chat registry.
- Provides clear workflow and guidelines for browsing and installing skills, including verification of installation.
- Supports presenting detailed search results with metadata and file lists.
- Includes usage instructions for MCP tools: `search_skills` and `get_skill`.
元数据
常见问题
Skill Lookup 是什么?
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, inst... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 723 次。
如何安装 Skill Lookup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-lookup-tool」即可一键安装,无需额外配置。
Skill Lookup 是免费的吗?
是的,Skill Lookup 完全免费(开源免费),可自由下载、安装和使用。
Skill Lookup 支持哪些平台?
Skill Lookup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Lookup?
由 zhengxinjipai(@zhengxinjipai)开发并维护,当前版本 v1.0.0。
推荐 Skills