find-skills

Discovers and installs agent skills via the Skills CLI.

6.2k|818|Updated Feb 26, 2023
One-click install
npx skills add https://github.com/JimmyLv/BibiGPT-v1 --skill find-skills-jimmylv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/JimmyLv/BibiGPT-v1/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/JimmyLv/BibiGPT-v1 --skill find-skills-jimmylv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you discover and install skills from the open agent skills ecosystem.

Core Features & Use Cases

  • Skill discovery: search for relevant capabilities to extend agent behavior.
  • Installation guidance: provide install commands and learning resources for the chosen skill.
  • Use Case: When you need a capability like "PR review" or "data extraction," this skill helps locate and onboard it quickly.

Quick Start

Ask for a skill by topic and install it with the Skills CLI to extend capabilities.

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 for specific capabilities like PR review?

Find and install agent skills by using the Skills CLI commands. Run `npx skills find` to search for specific capabilities like PR review, then use `npx skills add` to onboard the chosen skill from the open skills ecosystem.

What is the best way to discover modular skills to extend agent abilities?

The best way to discover modular skills is using the `npx skills find` command. It searches the open agent skills ecosystem to locate relevant capabilities and provides installation guidance to extend your agent's behavior.

How do I update or check the status of installed agent skills?

You can update or check installed agent skills using the `npx skills check` and `npx skills update` CLI commands. These tools help manage your existing skill ecosystem and ensure your agent capabilities remain current.

Can I use the Skills CLI to locate capabilities for specific domains like data extraction?

Yes, you can use the Skills CLI to locate capabilities for specific domains like data extraction. Apply the `npx skills find` command to search the open agent skills ecosystem and onboard the matching modular skill.

Do I need any dependencies to search and onboard skills from the open ecosystem?

No specific dependencies are required to search and onboard skills. The Skill leverages the standalone Skills CLI commands, allowing you to quickly discover and install modular agent skills directly within your environment.