find-skills

Search and install agent skills via the command line.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users find and install the right agent skills for their specific needs, making it easier to extend agent capabilities.

Core Features & Use Cases

  • Skill Discovery: Search for skills using keywords and discover the best ones for a specific task.
  • Skill Installation: Install skills directly from the command line using the Skills CLI.
  • Skill Management: Check for updates and manage installed skills efficiently.

Quick Start

To find and install a skill, use the command: npx skills find [query] followed by npx skills add <package>

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I search for agent skills from the command line?

You can discover agent skills from the command line by running `npx skills find [query]` to fetch matching metadata from the ecosystem, then use `npx skills add <package>` to install the desired package directly.

What do I need to install agent skills using a CLI?

To install agent skills using a CLI, you need a functioning Skills CLI installed on your system and an active internet connection to fetch skill metadata and package sources from the open ecosystem.

Can I manage installed skills and check for updates?

Yes, you can manage installed skills and check for updates efficiently using the Skills CLI command interface, allowing you to maintain your agent capabilities and ensure you have the latest skill versions installed.

What is the best way to discover agent skills for a specific task?

The best way to discover agent skills for a specific task is to use interactive searches via the Skills CLI with relevant keywords, which fetches metadata from the open ecosystem to help you find the right package to extend agent capabilities.

Why does skill discovery require internet access?

Skill discovery requires internet access because the CLI needs to connect to the open agent skills ecosystem to fetch skill metadata and package sources, which are not stored locally on your machine.