skill-lookup
Installation
Summary
Search, retrieve, and install reusable Agent Skills from the prompts.chat registry.
- Provides two core MCP tools:
search_skillsfor keyword-based discovery with optional category and tag filtering, andget_skillto fetch complete skill packages including SKILL.md, documentation, and helper scripts - Handles the full installation workflow: search results presentation, skill retrieval, file organization into
.claude/skills/{slug}/, and verification of successful setup - Supports filtering by category (e.g., "coding", "automation") and tags to narrow skill discovery
- Returns skill metadata including title, description, author, file inventory, and category/tag information to help developers evaluate before installing
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/awesome-chatgpt-prompts
prompt-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.
1.3Kbook-translation
Translate "The Interactive Book of Prompting" chapters and UI strings to a new language
89widget-generator
Generate customizable widget plugins for the prompts.chat feed system
45
Installs
1.5K
Repository
f/awesome-chatg…-promptsGitHub Stars
162.2K
First Seen
Jan 20, 2026
Security Audits