← Back to Skills Marketplace
openlang-cn

Search Skills

by openlang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
319
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install search-skills
Description
Helps users discover and install agent skills when they ask questions like "how do I do X", "search a skill for X", "is there a skill that can...", or expres...
Usage Guidance
This skill is internally consistent: it helps find skills and tells you how to install them via the Skills CLI. It does not itself request credentials or write files. However, the recommended install flow uses 'npx' to fetch and execute third-party packages and suggests the global, non-interactive flags (-g -y) which will run code from remote repositories without prompting you. Before installing any discovered skill: 1) inspect the target repository (owner, README, recent commits, issues) to ensure you trust it; 2) avoid '-g -y' so you can review prompts; 3) prefer installing in a sandbox or non-global location; 4) if unsure, ask the agent to fetch the skills.sh link and present the repo so you can manually review before running npx. If you want a stricter posture, only allow installation after explicit user confirmation and avoid running npx installs automatically.
Capability Analysis
Type: OpenClaw Skill Name: search-skills Version: 1.0.0 The 'search-skills' bundle is a utility designed to help the AI agent discover and install additional capabilities using the standard 'npx skills' CLI. The instructions in SKILL.md are well-documented, align with the stated purpose, and do not contain any evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name and description match the instructions: it tells the agent how to search the skills registry and how to install found skills using the Skills CLI (npx skills). There are no unrelated requirements or hidden capabilities declared.
Instruction Scope
Instructions stay within the skill-discovery/install domain (search queries, present matches, optionally install). However, the SKILL.md explicitly suggests running 'npx skills add <...> -g -y' which will fetch and execute third-party packages and skip prompts; that is outside the agent's control and carries operational risk even though it is relevant to the stated purpose.
Install Mechanism
No install spec or bundled code is present (instruction-only). The runtime guidance relies on npx to download and run packages from the open ecosystem; while this is expected for a package-manager workflow, it is higher-risk than pure read/search actions because npx executes remote code at install time.
Credentials
The skill requests no environment variables, credentials, or config paths. Nothing in SKILL.md attempts to read secrets or unrelated system files.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence or modify other skills' configs. Autonomous invocation is allowed by default but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-skills
  3. After installation, invoke the skill by name or use /search-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the search-skills skill. - Enables users to discover and install agent skills for tasks and extended capabilities. - Provides usage guidance, example search queries, and installation instructions. - Includes tips for effective skill searches and common skill categories. - Offers suggestions when no relevant skills are found.
Metadata
Slug search-skills
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Search Skills?

Helps users discover and install agent skills when they ask questions like "how do I do X", "search a skill for X", "is there a skill that can...", or expres... It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install Search Skills?

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

Is Search Skills free?

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

Which platforms does Search Skills support?

Search Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Search Skills?

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

💬 Comments