← Back to Skills Marketplace
267
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nidhov01-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 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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nidhov01-find-skills - After installation, invoke the skill by name or use
/nidhov01-find-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Fork - 2026.3.16
Metadata
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 267 downloads so far.
How do I install Find Skills?
Run "/install nidhov01-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 nidhov01 (@nidhov01); the current version is v0.1.0.
More Skills