← 返回 Skills 市场
267
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nidhov01-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 and install other skills), but review these points before installing or letting an agent run it unattended:
- Node/npm/npx is required to follow its instructions, yet the metadata doesn't list those binaries. If you run it, make sure npx is installed and trusted on the host.
- The skill tells the agent to use 'npx skills add <...> -g -y' which will download and execute third-party code and install it globally while skipping confirmation. Do not allow autonomous installs unless you trust the source. Prefer running installs yourself after reviewing the target repository.
- When the agent presents a candidate skill, verify the skills.sh link and the owner/repo before running the add command.
- If you want to reduce risk, disable autonomous model invocation for this skill or require explicit user confirmation for any 'npx skills add' action; avoid using '-y' and global installs unless necessary.
If you want to proceed, treat this skill as a convenience for discovery only and retain manual control over any actual 'npx skills add' operations.
功能分析
Type: OpenClaw Skill
Name: nidhov01-find-skills
Version: 0.1.0
The skill is a utility designed to help users discover and install other skills using the official 'npx skills' CLI. It provides instructions for searching, presenting options, and installing packages (SKILL.md). While it includes the capability to install software globally without confirmation (using the -y flag), this behavior is transparently documented and aligned with its stated purpose as a package management helper for the OpenClaw ecosystem.
能力评估
Purpose & Capability
The skill's name and description align with the instructions: it is a discovery/install helper that uses the 'skills' CLI. However, the SKILL.md repeatedly instructs the agent to run 'npx skills' commands (which require Node/npm/npx) while the registry metadata lists no required binaries; this omission is an inconsistency.
Instruction Scope
The instructions explicitly tell the agent how to search and to install skills using commands like 'npx skills add <owner/repo@skill> -g -y'. That runs remote code from package registries or GitHub and the '-g -y' recommendation bypasses confirmation prompts. While this is within the stated purpose (discovering/installing skills), it expands the agent's ability to fetch and execute arbitrary third-party code and to install it globally without further confirmation.
Install Mechanism
There is no install spec (instruction-only), which minimizes disk-written install-time artifacts from the skill itself. But the runtime instructions rely on 'npx', which downloads and executes packages from npm/GitHub at runtime — a higher-risk mechanism than using only pre-installed, vetted binaries. The skill does not declare Node/npm/npx as required, which is a mismatch between declared requirements and actual instructions.
Credentials
The skill does not request environment variables, credentials, or config paths. Nothing in the SKILL.md asks for secrets or unrelated system config.
Persistence & Privilege
The skill is not 'always: true' and requires user invocation. However, the SKILL.md explicitly recommends using '-g -y' to install skills globally and skip confirmations; because model invocation is allowed (disable-model-invocation: false), an agent could attempt to perform installs autonomously. This combination increases the blast radius if an agent is permitted to run shell commands without an extra human confirmation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nidhov01-find-skills - 安装完成后,直接呼叫该 Skill 的名称或使用
/nidhov01-find-skills触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Fork - 2026.3.16
元数据
常见问题
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 插件,目前累计下载 267 次。
如何安装 Find Skills?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nidhov01-find-skills」即可一键安装,无需额外配置。
Find Skills 是免费的吗?
是的,Find Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Find Skills 支持哪些平台?
Find Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Find Skills?
由 nidhov01(@nidhov01)开发并维护,当前版本 v0.1.0。
推荐 Skills