Skip to main content
Glama

claude-skills-mcp

search_skills

Find expert Claude Agent Skills with complete implementation guides and code examples for your specific tasks. Search proven workflows, debugging strategies, and specialized techniques to solve coding challenges and accelerate development.

Instructions

Search and discover proven Claude Agent Skills that provide expert guidance for your tasks. Use this tool whenever you're starting a new task, facing a coding challenge, or need specialized techniques. Returns highly relevant skills with complete implementation guides, code examples, and best practices ranked by relevance. Each result includes detailed step-by-step instructions you can follow immediately. Essential for leveraging battle-tested patterns, avoiding common pitfalls, and accelerating development with proven solutions. Perfect for finding reusable workflows, debugging strategies, API integration patterns, data processing techniques, and domain-specific methodologies.

Input Schema

NameRequiredDescriptionDefault
list_documentsNoInclude a list of available documents (scripts, references, assets) for each skill (default: True)
task_descriptionYesDescription of the task you want to accomplish. Be specific about your goal, context, or problem domain for better results (e.g., 'debug Python API errors', 'process genomic data', 'build React dashboard')
top_kNoNumber of skills to return (default: 3). Higher values provide more options but may include less relevant results.

Input Schema (JSON Schema)

{ "properties": { "list_documents": { "default": true, "description": "Include a list of available documents (scripts, references, assets) for each skill (default: True)", "type": "boolean" }, "task_description": { "description": "Description of the task you want to accomplish. Be specific about your goal, context, or problem domain for better results (e.g., 'debug Python API errors', 'process genomic data', 'build React dashboard')", "type": "string" }, "top_k": { "default": 3, "description": "Number of skills to return (default: 3). Higher values provide more options but may include less relevant results.", "maximum": 20, "minimum": 1, "type": "integer" } }, "required": [ "task_description" ], "type": "object" }

Other Tools from claude-skills-mcp

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/OrionLi545/claude-skills-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server