← 返回 Skills 市场
yuyonghao-123

Find Skills

作者 yuyonghao-123 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuyonghao-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...
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuyonghao-find-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuyonghao-find-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug yuyonghao-find-skills
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Find Skills?

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

Find Skills 是免费的吗?

是的,Find Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Find Skills 支持哪些平台?

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

谁开发了 Find Skills?

由 yuyonghao-123(@yuyonghao-123)开发并维护,当前版本 v0.1.0。

💬 留言讨论