find-skills

Discover and install open agent skills using the Skills CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blenvi/blenvi --skill find-skills-blenvi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/blenvi/blenvi/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/blenvi/blenvi --skill find-skills-blenvi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding and installing open agent skills that extend capabilities when users request new functionality.

Core Features & Use Cases

  • Discovery: Search the skills catalog for relevant capabilities.
  • Installation: Install chosen skills via the Skills CLI.
  • Guidance: Provide best-practice advice on evaluating skill quality.

Quick Start

Run the Skills CLI to find a skill for your task and install it with the provided command.

Frequently Asked Questions about find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover agent skills to extend capabilities for specific tasks?

You can discover agent skills by using the Skills CLI commands such as `npx skills find` to search the open ecosystem catalog. The system relies on SKILL.md frontmatter containing a name and description to match your domain-specific task requirements.

What is the process to install open agent skills via command line?

The process to install open agent skills involves running the Skills CLI commands, specifically `npx skills add`, after discovering the desired extension. This automates the installation of chosen skills directly into your environment to extend agent capabilities.

Can I update and check installed agent skills using the Skills CLI?

Yes, you can update and check installed agent skills using the Skills CLI. The tool enforces specific commands like `npx skills check` and `npx skills update` to manage the lifecycle of your installed extensions and ensure they remain current.

Do I need the Skills CLI to browse and compare domain-specific extensions?

Yes, you need the Skills CLI to browse and compare domain-specific extensions because the system enforces the use of its commands for discovery. It relies on the CLI to parse SKILL.md frontmatter and surface relevant capabilities from the open ecosystem.

What is the best way to evaluate agent skill quality before installation?

The best way to evaluate agent skill quality before installation is to use the built-in guidance provided during the discovery process. This best-practice advice helps you assess the SKILL.md frontmatter and description to ensure the extension meets your functionality standards.