skill-lookup

Search for and install reusable agent skills into the Claude environment.

2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/Shana-AE/.shanaae-configs --skill skill-lookup-shana-ae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/Shana-AE/.shanaae-configs/tree/main/ai/skills/vendor/skill-lookup
Command: npx skills add https://github.com/Shana-AE/.shanaae-configs --skill skill-lookup-shana-ae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover, retrieve, and install reusable AI agent skills to extend Claude's capabilities.

Core Features & Use Cases

  • Discover and browse available agent skills.
  • Retrieve a specific skill by ID with all its files.
  • Install a skill into the Claude environment to extend capabilities.

Quick Start

Search for skills with a keyword using search_skills, then fetch and install the chosen skill with get_skill.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I discover and install agent skills for Claude?

You can discover agent skills for Claude by using the search_skills interface with a keyword. After browsing the returned metadata, fetch your chosen skill with get_skill and complete the installation steps.

What are agent skills and how do they extend Claude's capabilities?

Agent skills are reusable components that extend Claude's capabilities. They are retrieved using the get_skill interface, which returns the skill metadata and files required to install the skill into the Claude environment.

How do I retrieve a specific agent skill by its ID?

To retrieve a specific agent skill by ID, use the get_skill interface. This fetches all associated skill files and metadata, enabling you to proceed with the documented installation steps in your Claude environment.

Can I browse available MCP agent skills before installation?

Yes, you can browse available MCP agent skills before installation by applying the search_skills function with a relevant keyword. This returns metadata to help you evaluate skills prior to retrieving and installing them.

Do I need any dependencies to search for and install agent skills?

No dependencies are required to search for and install agent skills. The skill provides the search_skills and get_skill interfaces internally to retrieve metadata and files directly within the Claude environment.