← Back to Skills Marketplace
yuyonghao-123

Find Skills

by yuyonghao-123 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yuyonghao-find-skills
Description
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express...
Usage Guidance
This skill appears to do what it says: search the skills registry and show install commands. Before installing anything, especially if you let the agent act autonomously, do these things: (1) Verify the package owner and source on the skills.sh page or the GitHub repo; (2) Do not allow automatic global installs (-g -y) without your explicit approval — prefer a local or per-project install or run the install command yourself; (3) Double-check the metadata mismatch (owner IDs/authors) shown in the package — ask the publisher to confirm identity if you plan to install; (4) If you want more safety, ask the agent to only show install commands and wait for your explicit 'yes' before running them. These steps reduce the risk of unintentionally installing untrusted third-party code.
Capability Assessment
Purpose & Capability
The skill claims to discover and install other skills and its instructions only reference the Skills CLI (npx skills find/add/etc.), which is coherent with that purpose. Minor metadata inconsistencies exist: the registry owner ID at the top of the package differs from _meta.json.ownerId and the package.json author—this could be an innocuous packaging error but is worth checking.
Instruction Scope
SKILL.md confines actions to running the Skills CLI (npx skills find/add/check/update) and presenting search results. It does not request reading unrelated files or environment variables. However, it explicitly recommends installing discovered skills with 'npx skills add <pkg> -g -y', which performs global installs and suppresses confirmation prompts; that step can cause the agent to install third-party code without explicit user consent if executed autonomously.
Install Mechanism
This is an instruction-only skill with no install spec, so nothing is written by the skill itself. The approach relies on npx to fetch remote skill packages at install time. Using npx/skills to pull arbitrary packages from the network is expected for this use case, but it means trust is placed in the remote package sources; the SKILL.md's guidance to use global installs (-g) increases the impact of any malicious package.
Credentials
The skill declares no required environment variables, binaries, or config paths. The SKILL.md does not instruct reading any secrets or unrelated environment state, so requested access is proportionate.
Persistence & Privilege
The skill is not always-included (always:false). Model invocation is allowed (default), which is normal. The primary concern is procedural: the instructions encourage global, non-interactive installs (-g -y). Combined with autonomous invocation, that could let an agent install third-party packages without an additional explicit user confirmation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yuyonghao-find-skills
  3. After installation, invoke the skill by name or use /yuyonghao-find-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the find-skills skill. - Helps users discover and install agent skills to extend their agent’s capabilities. - Guides users on when and how to search for relevant skills based on their tasks or interests. - Provides instructions and sample commands for searching, installing, and updating skills via the Skills CLI. - Outlines best practices for finding skills and offers suggestions when no suitable skill is found.
Metadata
Slug yuyonghao-find-skills
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Find Skills?

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

How do I install Find Skills?

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

Is Find Skills free?

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

Which platforms does Find Skills support?

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

Who created Find Skills?

It is built and maintained by yuyonghao-123 (@yuyonghao-123); the current version is v0.1.0.

💬 Comments