find-skills

Search and install modular agent skills from skills.sh via the Skills CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill find-skills-novolei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/find-skills
Command: npx skills add https://github.com/novolei/if2Ai --skill find-skills-novolei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Find Skills skill helps users locate and install modular agent skills from an open ecosystem, enabling rapid extension of agent capabilities without manual coding.

Core Features & Use Cases

  • Discover available skills with keyword searches and browse entries on skills.sh
  • Install and manage skills via the Skills CLI (npx skills)
  • Guide users through option presentation and optional one-click installation

Quick Start

Ask me to find a skill for a task and I will search the skills catalog and present install options.

Frequently Asked Questions about find-skills

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

FAQPage Schema
How do I find and install modular agent skills from an open ecosystem?

You can find and install agent skills by using keyword searches to browse the skills catalog, then executing the installation via the Skills CLI (npx skills) for one-click setup.

Can I search for an agent skill directly from GitHub and install it via CLI?

Yes, you can locate skills from GitHub and install them through the CLI workflow, which leverages SKILL.md frontmatter containing a name and description to enforce discoverability and installability.

What is the best way to discover ready-made capabilities for task automation?

The best way to discover ready-made automation capabilities is to browse entries on skills.sh or ask your agent to search the catalog, presenting you with modular install options across domains.

Does the skills CLI require any dependencies to manage skill installation?

No dependencies are required to manage skill installation. The Skills CLI operates independently to guide users through option presentation and optional one-click installation.

Why do I need SKILL.md frontmatter when publishing agent skills?

You need SKILL.md frontmatter with a name and description because it enforces discoverability and installability, allowing the ecosystem to properly index and present your skill to users searching for tools.