find-skills

Discover and install agent skills using the Skills CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kaissalha/webld --skill find-skills-kaissalha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/kaissalha/webld/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/kaissalha/webld --skill find-skills-kaissalha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills when they ask questions like how do I do X, find a skill for X, is there a skill that can, or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

Core Features & Use Cases

  • Discover and browse skills from the open agent skills ecosystem.
  • Learn about the Skills CLI commands to find, add, check, and update skills.
  • Get guidance on evaluating skill quality by install counts, source reputation, and GitHub stars, before installing.

Quick Start

Ask me to find a skill for a task, for example find a skill to automate weekly reporting.

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 agent skills using the CLI?

To find and install agent skills, use the Skills CLI commands npx skills find to discover options and npx skills add to install your chosen skill from the open ecosystem.

Can I check if an agent skill is safe before installing it?

Yes, you can evaluate skill safety and quality before installing by comparing install counts, checking source reputation, and reviewing GitHub stars using the npx skills check command.

What is the best way to discover new capabilities for my agent?

The best way to discover new agent capabilities is browsing the open skills ecosystem with npx skills find, which lets you search by task and compare available options.

How do I update installed skills to their latest versions?

You update installed skills to their latest versions by running the npx skills update command in your terminal, ensuring your agent has the most current skill features.

Does the Skills CLI work without any external dependencies?

Yes, the Skills CLI operates without external dependencies, allowing you to directly search, evaluate, and install agent skills from the open ecosystem using npx commands.