find-skills

Discover and install open agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Discover skills that match user queries (e.g., "find a skill for X").
  • Provide installation guidance via the Skills CLI (npx skills find, add, check, update) and sample workflows.
  • Direct users to learn more at skills.sh for recommended skills and ecosystem context.

Quick Start

Ask for a skill by keyword and install it 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 open agent skills for a specific task?

Discover open agent skills by querying the ecosystem using domain keywords or task types. The Skill matches your request to available capabilities and provides direct installation guidance via the CLI.

How do I install a skill using the Skills CLI?

Install a skill using the Skills CLI by running the 'npx skills add' command after finding the desired skill. You can also use 'check' and 'update' commands to manage and maintain your installed skills over time.

Can I find skills by querying specific tooling or domain types?

Yes, you can find skills by querying specific tooling, domain areas, or task types. The Skill matches your query against the open agent skills ecosystem to locate the most relevant capabilities for your specific requirements.

What is the best way to update installed skills via the command line?

The best way to update installed skills is using the 'npx skills update' CLI command. This checks your current skills against the ecosystem and applies the latest available versions to keep your capabilities current.

Do I need to visit skills.sh to find recommended skills?

You do not need to visit skills.sh to find skills, as the CLI handles discovery and installation directly. However, skills.sh provides additional ecosystem context and recommendations for exploring available open agent skills.

When should I use the 'check' command for managing skills?

Use the 'npx skills check' command to verify the status of your currently installed skills. This helps identify outdated skills, missing dependencies, or installation issues within your local environment before they impact your workflow.