ck:find-skills

Discover and install agent skills via the Skills CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users discover and install agent skills from the open agent skills ecosystem, reducing the effort to find capabilities that fit their needs and enabling quick enhancement of a running agent.

Core Features & Use Cases

  • Skill discovery: search for capabilities using natural language queries.
  • Installation and updates: install new skills with a simple command and keep them up to date.
  • Browse and evaluate: view skill options at skills.sh and compare suitability.

Quick Start

Describe your task to me and I will find matching skills and provide install commands.

Frequently Asked Questions about ck:find-skills

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

FAQPage Schema
How do I discover and install agent skills using the command line?

Discover and install agent skills using the CLI by running `npx skills find` to search for capabilities and `npx skills add` to install them. You can also browse available options at skills.sh to compare suitability before installing.

What is the best way to search for agent capabilities using natural language queries?

To search for agent capabilities, use the skill discovery feature by describing your task in natural language. The system matches your query against the open agent skills ecosystem and returns relevant capabilities along with their installation commands.

How do I update installed agent skills to keep them current?

Update installed agent skills by running the `npx skills update` or `npx skills check` commands in your CLI. These commands scan your installed skills and apply the latest versions from the open agent skills ecosystem.

Can I install agent skills globally using npx?

Yes, you can install agent skills globally. When you run the `npx skills add` command, the system provides optional guidance to install the skill globally, making it available across your running agent environments.

Where can I browse and evaluate available agent skills before installing them?

You can browse and evaluate available agent skills at skills.sh. This platform allows you to view skill options, compare their suitability for your specific tasks, and find the matching commands to install them via the CLI.