find-skills

Discover and install agent skills using the Skills CLI.

Updated Apr 9, 2024
One-click install
npx skills add https://github.com/nhonvo/Powershell --skill find-skills-nhonvo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/nhonvo/Powershell/tree/main/antigrafity-config/.agent/skills/find-skills
Command: npx skills add https://github.com/nhonvo/Powershell --skill find-skills-nhonvo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill 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

  • Browse and install skills via the Skills CLI: npx skills find, add, check, update.
  • Expand agent capabilities by discovering open agent skills ecosystem.
  • Use case: when user asks for skill for X or wants to search for tools, templates, or workflows.

Quick Start

Tell me your task and I will search for a matching skill using the Skills CLI.

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 to extend my workflows?

You can discover and install agent skills by running the Skills CLI via npx skills. Use the find command to search capabilities, add to install them, and update to pull new versions.

What is the best way to search for automation tools or templates when I need a specific capability?

The best way to search for automation tools and templates is using the interactive Skills CLI. Run npx skills find to browse available capabilities across domains and install matching workflows.

Can I use the Skills CLI to update existing workflows and tools?

Yes, the Skills CLI supports updating existing workflows and tools. Run npx skills update to pull the latest versions of installed capabilities, or use npx skills check to verify current status.

Does discovering and installing skills via npx require any dependencies?

No dependencies are required to discover and install skills via npx. The Skill runs directly through the npx skills command without needing prior package installations or environment setups.

How do I browse the open agent skills ecosystem for specific domains?

You browse the open agent skills ecosystem by running npx skills find. This interactive search exposes available capabilities across domains, allowing you to locate and install tools, templates, or workflows.

When should I use the Skills CLI instead of manually searching for capabilities?

Use the Skills CLI when you ask questions like how do I do X or need to extend agent abilities. It directly searches and installs capabilities, replacing manual searches for tools, templates, or workflows.