find-skills

Discover and install open agent skills via the Skills CLI.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sandmark78/workspace --skill find-skills-sandmark78
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/sandmark78/workspace/tree/main/skills/find-skills
Command: npx skills add https://github.com/sandmark78/workspace --skill find-skills-sandmark78

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users locate and install modular agent capabilities when they need new functionality, streamlining discovery and integration from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover skills via interactive search and keyword queries.
  • Install skills with the Skills CLI using commands like npx skills add <package>.
  • Browse skills at skills.sh and manage availability with npx skills check and npx skills update.
  • Use cases include expanding capability for design, testing, deployment, analytics, and automation.

Quick Start

Ask me to find a skill for a task, or run npx skills find <query> to discover and install a matching skill.

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 to add new capabilities to my CLI workflow?

You can search for agent skills by running `npx skills find <query>` or browsing the skills.sh directory to discover modular capabilities for your CLI workflow.

What is the best way to install an open agent skill using npx?

The best way to install an open agent skill is using the Skills CLI command `npx skills add <package>`, which directly integrates the new capability into your environment.

Can I check for skill updates and manage availability across the skills ecosystem?

Yes, you can check and manage skill availability across the skills ecosystem by running `npx skills check` and `npx skills update` to keep your installed packages current.

Do I need any dependencies to browse and install skills at skills.sh?

No external dependencies are required to browse skills at skills.sh, as the discovery and installation process is handled entirely through the npx skills CLI commands.

What types of tasks can I extend my agent with by discovering open skills?

Discovering open skills allows you to extend your agent with capabilities for design, testing, deployment, analytics, and automation tasks across the skills ecosystem.

How do I locate and install modular agent capabilities when I need new functionality?

You locate and install modular agent capabilities by running `npx skills find <query>` to search the ecosystem, then `npx skills add <package>` to integrate the functionality.