find-skills

Discovers and installs agent skills via the Skills CLI.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/tyk-lab/my-ai-skill --skill find-skills-tyk-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/tyk-lab/my-ai-skill/tree/main/skills/find-skills
Command: npx skills add https://github.com/tyk-lab/my-ai-skill --skill find-skills-tyk-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Find Skills helps users discover and install agent skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover & Install: Use npx skills find [query] to discover skills and npx skills add <package> to install.
  • Browse & Learn: Browse at skills.sh and read descriptions to understand applicability.
  • Manage Skills: Use npx skills check, npx skills update, and npx skills remove to keep skills current.

Quick Start

Ask me to find a skill for a task, and I will search the ecosystem and propose 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 discover and install agent skills for a specific task?

To discover agent skills, use the command `npx skills find [query]` to search the ecosystem, then install a chosen package with `npx skills add <package>` via the Skills CLI.

What is the best way to find an open agent skill for workflow automation?

The best way to find an agent skill for workflow automation is running `npx skills find automation` or browsing the skills.sh directory to read descriptions and find matching packages.

Can I manage and update installed agent skills through the CLI?

Yes, you can manage installed agent skills through the CLI by using `npx skills check` to verify status, `npx skills update` to get latest versions, and `npx skills remove` to uninstall.

Do I need any dependencies to browse and install skills from the open agent ecosystem?

No dependencies are required to browse and install skills from the open agent ecosystem; you can use npx to run Skills CLI commands directly or visit skills.sh to browse available packages without setup.

Why does searching for a skill require natural language queries?

Searching for a skill supports natural language queries like "how do I do X" or "is there a skill for X" because the tool maps conversational intent to relevant packages in the open agent ecosystem.

When should I not use the Skills CLI to find agent skills?

You should not use the Skills CLI to find agent skills if you need deep offline package evaluation, as the tool focuses on online ecosystem discovery, installation, and version management rather than offline auditing.