skill-lookup

Search, retrieve, and install Claude skills from a directory.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ktg-one/assetswap --skill skill-lookup-ktg-one
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/ktg-one/assetswap/tree/main/.claude/skills/skill-lookup
Command: npx skills add https://github.com/ktg-one/assetswap --skill skill-lookup-ktg-one

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enable users to discover, retrieve, and install Claude skills.

Core Features & Use Cases

  • Discover skills by keyword and surface results.
  • Retrieve a skill by ID along with its SKILL.md, references, and scripts.
  • Install a skill by saving its files under .claude/skills/{slug}.

Quick Start

Search for a skill by keyword and install the chosen one using the get_skill workflow.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I find and install Claude agent skills?

To find and install Claude agent skills, use a keyword search to discover available options, then retrieve the selected skill by ID to get its files, and save them under .claude/skills to complete the installation.

What is included when I retrieve a skill by its ID?

Retrieving a skill by ID returns the complete skill package, including the SKILL.md documentation, references, and associated scripts needed for the skill to function properly.

Can I search for available skills by keyword to view their documentation?

Yes, you can search for available skills by keyword to surface matching results and view their documentation, allowing you to evaluate and select the most appropriate skill before installation.

Where are installed skills saved on my system?

Installed skills are saved directly to your local environment by writing the retrieved files into the .claude/skills/{slug} directory, making them immediately available for use.

Do I need any external dependencies to search for and retrieve skills?

No external dependencies are required to search for and retrieve skills; the workflow handles discovery, retrieval of files like SKILL.md and scripts, and installation natively.

What is the best way to discover new skills for my Claude agent?

The best way to discover new skills is to perform a keyword-based search to surface available options, review the returned documentation and references, and then install the chosen skill by its ID.