← Back to Skills Marketplace
zhengxinjipai

Skill Lookup

by zhengxinjipai · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
723
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install skill-lookup-tool
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-lookup-tool
  3. After installation, invoke the skill by name or use /skill-lookup-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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`.
Metadata
Slug skill-lookup-tool
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 723 downloads so far.

How do I install Skill Lookup?

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

Is Skill Lookup free?

Yes, Skill Lookup is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Skill Lookup support?

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

Who created Skill Lookup?

It is built and maintained by zhengxinjipai (@zhengxinjipai); the current version is v1.0.0.

💬 Comments