find-skills

Discover and install agent skills using the Skills CLI.

14|3|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/kevinlin/cowork-z --skill find-skills-kevinlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/kevinlin/cowork-z/tree/main/src-tauri/resources/skill-templates/find-skills
Command: npx skills add https://github.com/kevinlin/cowork-z --skill find-skills-kevinlin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills from the open ecosystem when they need capabilities beyond the current toolset.

Core Features & Use Cases

  • Skill discovery and evaluation via keyword search.
  • Installation guidance via the Skills CLI (npx skills add).
  • Access to learning resources and updates through skills.sh and CLI commands.

Quick Start

Use the Skills CLI to search for skills related to your task and install the best match with npx skills add.

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 a specific task?

To discover agent skills, use the Skills CLI to search by keyword for your task domain, evaluate the results, and install the best match with the npx skills add command. This provides discovery, evaluation, and installation workflows.

What is the best way to find capabilities for extending agent functionality?

The best way to find agent capabilities is using the Skills CLI search command to find skills from the open ecosystem, then evaluating matches before extending agent functionality with an installation command.

Can I use the Skills CLI to check for and update installed skills?

Yes, the Skills CLI supports check and update commands to manage installed skills, allowing you to verify installed capabilities and access updates through skills.sh and CLI commands.

Do I need Node.js to install skills via npx?

Yes, installing skills via the npx skills add command requires Node.js, as npx is a Node.js package runner used to execute the Skills CLI for discovering and installing agent capabilities.

When should I search for a new skill instead of using my current toolset?

You should search for a new skill when you need capabilities beyond your current toolset, such as when asking how to do something specific or finding a skill for a new domain task.