skill-lookup
Originally fromf/awesome-chatgpt-prompts
Installation
Summary
Search, retrieve, and install reusable AI agent skills from the prompts.chat registry.
- Provides two core MCP tools:
search_skillsfor keyword-based discovery with category and tag filtering, andget_skillto retrieve complete skill packages including SKILL.md, documentation, and helper scripts - Supports installation workflow that creates
.claude/skills/{slug}/directories and verifies file integrity after saving - Enables skill browsing with result presentation showing title, description, author, file inventory, and metadata
- Designed to extend Claude's capabilities by managing the full lifecycle from discovery through installation verification
SKILL.md
Workflow
- Search for skills matching the user's request using
search_skills - Present results with title, description, author, and file list
- If the user picks a skill, retrieve it with
get_skillto get all files - Install by saving files to
.claude/skills/{slug}/and verify the SKILL.md exists - Confirm installation and explain what the skill does and when it activates
Example
search_skills({"query": "code review", "limit": 5, "category": "coding"})
get_skill({"id": "abc123"})
Available Tools
Use these prompts.chat MCP tools:
Related skills
More from f/prompts.chat
book-translation
Translate "The Interactive Book of Prompting" chapters and UI strings to a new language
468prompt-lookup
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
436widget-generator
Generate customizable widget plugins for the prompts.chat feed system
193