find-skills

Search for agent skills using natural language queries via the npx skills CLI.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toanalien/ezdevsecops --skill find-skills-toanalien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/toanalien/ezdevsecops/tree/main/.opencode/skills/find-skills
Command: npx skills add https://github.com/toanalien/ezdevsecops --skill find-skills-toanalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users find and install new capabilities for the agent from a vast ecosystem of pre-built skills, enabling them to extend the agent's functionality without custom development.

Core Features & Use Cases

  • Skill Discovery: Search for skills based on keywords related to desired functionality (e.g., "react testing", "deploy docker").
  • Skill Installation: Provide users with the exact commands to add new skills to their agent environment.
  • Use Case: A user asks, "How can I improve my React app's performance?" This skill can find and suggest the vercel-react-best-practices skill, providing the installation command.

Quick Start

Find skills related to 'react performance optimization'.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I discover and install agent skills for specific frameworks?

You can discover agent skills by providing natural language queries to search an external ecosystem, which then returns relevant capabilities and exact CLI installation commands for your specific framework needs.

Can I search for agent skills using natural language keywords?

Yes, you can search for agent skills using natural language keywords related to desired functionality, such as querying for "react testing" or "deploy docker" to find matching pre-built capabilities.

What is the process for adding new capabilities to an agent environment?

Adding new capabilities involves searching the external skill ecosystem for relevant packages and executing the provided installation commands via the `npx skills` CLI tool to extend the agent environment.

Do I need the `npx skills` CLI tool to install discovered agent skills?

Yes, the `npx skills` CLI tool is required for both searching the external ecosystem of pre-built skills and adding the discovered capabilities to your local agent environment.

When should I use a skill discovery tool instead of custom agent development?

Use a skill discovery tool when you need to quickly extend agent functionality with pre-built capabilities from an external ecosystem, avoiding the time and effort required for custom development.