find-skills

Discover and install agent skills via the Skills CLI.

Updated Dec 11, 2024
One-click install
npx skills add https://github.com/huaxel/dotfiles --skill find-skills-huaxel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/huaxel/dotfiles/tree/main/skills/find-skills
Command: npx skills add https://github.com/huaxel/dotfiles --skill find-skills-huaxel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Command-only helper for discovering and installing agent skills. Use explicitly when the user asks about available skills or wants to find/install one.

Core Features & Use Cases

  • Discover and search for skills via the Skills CLI
  • Install, check, and update skills with npx skills commands
  • Browse and compare skills at skills.sh

Quick Start

Run npx skills find [query] to locate skills and install one with npx skills add owner/repo@skill.

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 workflow automation?

To discover and install agent skills, use the command `npx skills find [query]` to search the ecosystem and `npx skills add <owner/repo@skill>` to install the desired skill for your workflow automation.

Can I browse and compare open skills before installing them via the CLI?

Yes, you can browse and compare available open skills by visiting skills.sh, which serves as the canonical source to evaluate skills before executing CLI installation commands.

What commands are available to manage skills in the open ecosystem?

The Skills CLI supports four core commands to manage skills in the open ecosystem: `npx skills find` to search, `add` to install, `check` to verify, and `update` to refresh existing skills.

How do I update or check installed skills using the skills CLI?

You can update or check installed skills by running the `npx skills check` command to verify their status and `npx skills update` to refresh them with the latest versions from the open ecosystem.

Do I need any dependencies to use the skills CLI for skill discovery?

No dependencies are required to use the skills CLI for skill discovery. You can directly run commands like `npx skills find` in your environment to locate and install skills effortlessly.

When should I use the find-skills command instead of manually searching skills.sh?

Use the find-skills command when you need to explicitly discover, evaluate, and install agent skills via CLI automation, rather than manually browsing the skills.sh website for skill integration.