ck:find-skills

Search for agent skills via the Skills CLI and return install commands.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/hidonguyen/trade-ops --skill ck-find-skills-hidonguyen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:find-skills
Source: https://github.com/hidonguyen/trade-ops/tree/main/.opencode/skills/find-skills
Command: npx skills add https://github.com/hidonguyen/trade-ops --skill ck-find-skills-hidonguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users find existing agent skills and installable packages when they need specialized functionality or guidance, removing guesswork about whether an automated capability already exists.

Core Features & Use Cases

  • Skill Discovery: Search the open skills ecosystem using targeted keywords and present relevant skill names and descriptions.
  • Installation Guidance: Provide exact install commands and links to skills.sh and GitHub, and offer to perform installations with user confirmation.
  • Use Case: When a developer asks "is there a skill for PR review?" the skill locates matching packages, explains what they do, and supplies the npx skills add command to install them.

Quick Start

Use npx skills find [query] to search for skills that match your task description.

Frequently Asked Questions about ck:find-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find agent skills for a specific development task?

You can discover agent skills by running npx skills find [query] with targeted keywords. This searches the open skills ecosystem and returns matching skill names, descriptions, and exact npx skills add install commands.

How do I install an agent skill package after finding it?

You install an agent skill package by running the npx skills add command provided in the search results. The discovery tool supplies the exact install commands and links to skills.sh and GitHub, and can offer to perform installations with user confirmation.

Can I search for agent skills using the CLI without installing them first?

Yes, you can search for agent skills using the CLI without installing them first. The keyword-based search via the Skills CLI returns matching skill names and descriptions, allowing you to evaluate packages before committing to an installation.

What is the best way to check if a skill already exists for a domain capability?

The best way to check if a skill exists for a domain capability is to use the Skills CLI for keyword-based discovery. It searches the open skills ecosystem and presents relevant packages, removing the guesswork about whether an automated capability already exists.

Do I need any dependencies to use the skills discovery CLI?

No dependencies are required to use the skills discovery CLI. You can run the search command directly via npx skills find [query] to locate matching packages and receive installation guidance without setting up any prerequisite modules.