find-skills

Search and install agent skills using the Skills CLI.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Trio-Blockchain-Labs/whitepaperiq-pro-landing-page --skill find-skills-trio-blockchain-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/Trio-Blockchain-Labs/whitepaperiq-pro-landing-page/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/Trio-Blockchain-Labs/whitepaperiq-pro-landing-page --skill find-skills-trio-blockchain-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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 interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Guides users to search, install, and manage open agent skills with the Skills CLI.
  • Provides concrete commands such as npx skills find, add, check, update to manage skills.
  • Points to browse skills at https://skills.sh/ for discovery and learning.

Quick Start

Search for relevant skills with the Skills CLI and install a chosen skill using its owner/repo reference.

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 to extend capabilities?

To discover and install agent skills, use the Skills CLI workflow by running npx skills commands like find and add to search for and integrate specific owner/repo extensions into your environment.

What is the best way to browse the open agent skills ecosystem?

The best way to browse the open agent skills ecosystem is visiting skills.sh for discovery and learning, or using the npx skills find command to search available extensions directly from your CLI.

Do I need a CLI environment to manage and update agent skills?

Yes, you need a CLI environment to manage and update agent skills because the workflow requires running npx skills commands such as check and update to maintain your installed extensions.

How do I find a skill for a specific task when my agent lacks functionality?

To find a skill for a specific task, use the npx skills find command to search for installable extensions by keyword, then use npx skills add with the owner/repo reference to install it.

Can I check and update installed skills after adding them to my agent?

Yes, you can check and update installed skills by running the npx skills check and npx skills update commands in your CLI to manage and maintain your current extensions.