find-skills

Search and install open agent skills via the Skills CLI.

Updated Jan 5, 2025
One-click install
npx skills add https://github.com/pkuppens/pkuppens --skill find-skills-pkuppens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/pkuppens/pkuppens/tree/main/skills/find-skills
Command: npx skills add https://github.com/pkuppens/pkuppens --skill find-skills-pkuppens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discoverability of installable agent skills to extend capabilities.

Core Features & Use Cases

  • Discoverability: search for skills by query using the Skills CLI.
  • Installation: install a skill with npx skills add owner/repo@skill.
  • Management: check and update installed skills with npx skills check and update.
  • Browsing: browse available skills at skills.sh and keep track of updates.

Quick Start

Ask me to find a skill by keyword and I will search the skills ecosystem and present 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 workflow automation?

Browse available agent skills at skills.sh or search the ecosystem via the Skills CLI, then install them using npx skills add owner/repo@skill to extend your automation capabilities.

What is the best way to manage and update installed agent skills?

Manage installed agent skills by running npx skills check to verify current versions and npx skills update to apply the latest patches from the ecosystem.

Can I search for specific agent skills by keyword using npx?

Yes, you can search the agent skills ecosystem by keyword using the Skills CLI, which queries the repository and presents matching install options for your workflow.

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

No external dependencies are required; you can browse the ecosystem at skills.sh and install agent skills directly using npx skills add without prior setup.

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

Use the Skills CLI to find agent skills when you need to extend capabilities for design, testing, deployment, or workflow automation tasks within your ecosystem.