ck:find-skills

Search for agent skills and install them via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates discovery and installation of modular agent skills, saving time and reducing guesswork.

Core Features & Use Cases

  • Skill discovery: search for capabilities by keywords or domains.
  • Installation: install skills via the Skills CLI (npx skills add owner/repo@skill).
  • Guidance: provides recommendations to help users choose the right skill for their task.

Quick Start

Ask for a skill suggestion and install the recommended one with the provided command.

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 and install agent skills for a specific task?

Agent skills are modular capabilities that extend an agent's functionality for specific tasks. You discover them by searching the open ecosystem with keywords, which provides guidance and recommendations to help you choose the right fit.

How do I add a new skill using the Skills CLI?

You add a new skill using the Skills CLI by running the npx skills add <owner/repo@skill> command. This workflow requires a SKILL.md frontmatter with name and description to properly integrate the capability into your environment.

Can I search for modular capabilities by specific domains?

Yes, you can search for modular capabilities by specific domains or keywords. The discovery mechanism guides you through the open ecosystem to find a skill that matches your required capability and provides recommendations for your task.

Do I need a SKILL.md file to install a skill via npx?

Yes, you need a SKILL.md frontmatter with name and description to install a skill via npx. This file is required by the CLI workflow to identify and properly add the new agent skill from the repository.