find-skills

Search, list, and install agent skills from an open ecosystem.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/aaravjj2/tradingview-recreation --skill find-skills-aaravjj2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills
Source: https://github.com/aaravjj2/tradingview-recreation/tree/main/.agents/skills/find-skills
Command: npx skills add https://github.com/aaravjj2/tradingview-recreation --skill find-skills-aaravjj2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and install agent skills from an open ecosystem to extend capabilities without building each integration yourself.

Core Features & Use Cases

  • Discoverable skills: search and explore installable capabilities from the open agent-skills ecosystem.
  • Install and enable: quickly install a skill to extend agent capabilities using standard tooling.
  • Use-case driven guidance: matches user requests like "find a skill for X" or "is there a skill that can..." to surface relevant options.

Quick Start

Search for a skill using the Skills CLI and install the best match.

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 from the CLI?

You can discover agent skills by using the CLI workflow to search or list available capabilities from the open ecosystem. It matches requests like "find a skill for X" to surface relevant installable options.

What is an agent skill and when do I need to install one?

An agent skill is an installable package that adds tools, templates, or workflows to your agent. You need one when you want to extend capabilities like parsing or generation without writing custom integration code.

Can I search for specific workflows or templates in the agent ecosystem?

Yes, you can search for specific workflows or templates in the open agent-skills ecosystem. The CLI provides search and list commands to explore installable capabilities matched to your use case.

Do I need any dependencies to use the CLI for searching skills?

No dependencies are required to use the CLI for searching skills. The tool operates independently to discover, list, and install capabilities from the open ecosystem using standard tooling.

What's the best way to discover capabilities if I need a tool for a specific task?

The best way to discover capabilities for a specific task is to use the CLI search function. It matches use-case driven requests like "is there a skill that can..." to surface relevant installable options.

How does skill discovery work for agent integrations?

Skill discovery works by using YAML frontmatter with name and description metadata to enable matching. The CLI searches this open ecosystem metadata to find and install the right agent capabilities.