skill-lookup

Search and retrieve Agent Skills from the prompts.chat MCP server.

2|2|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/bl1nk-bot/agent-library --skill skill-lookup-bl1nk-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/bl1nk-bot/agent-library/tree/main/plugins/claude/prompts.chat/skills/skill-lookup
Command: npx skills add https://github.com/bl1nk-bot/agent-library --skill skill-lookup-bl1nk-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables discovering and retrieving reusable Agent Skills for Claude via the prompts.chat MCP server.

Core Features & Use Cases

  • Discovery & Preview: Find skills by keyword, category, or tag and preview metadata and file lists.
  • Retrieval: Fetch a specific skill by ID to obtain all related files (SKILL.md, references, and scripts).
  • Installation Prep: Prepare artifacts for local installation by exporting necessary files for .claude/skills.

Quick Start

Search for a skill with a keyword, then use get_skill to retrieve its files and metadata, and save them for installation.

Frequently Asked Questions about skill-lookup

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

FAQPage Schema
How do I discover reusable Claude skills via the prompts.chat MCP server?

You can discover Claude skills by providing a keyword to the search_skills tool, which queries the prompts.chat MCP server to return matching skill metadata and file lists for preview.

How do I retrieve and install a specific Claude skill by its ID?

To retrieve a Claude skill, use the get_skill tool with the skill's ID to fetch its SKILL.md, references, and scripts, then save those files locally into the .claude/skills directory for installation.

Can I filter available Claude skills by category or tag before downloading?

Yes, you can filter Claude skills by specifying a category or tag when using the search_skills tool, allowing you to narrow down the discovery results to match your specific software engineering needs.

What files are included when I retrieve a skill for local installation?

Retrieving a skill assembles the SKILL.md file, reference documents, and associated scripts, providing all the necessary artifacts required to prepare the skill for local installation.

Does the skill-lookup tool require any external dependencies to function?

The skill-lookup tool requires the search_skills and get_skill tools to access the prompts.chat MCP server, but it has no other external dependencies to perform discovery and retrieval operations.