agent_skills_directory
Verified Safeby dmgrok
Overview
Provides a searchable catalog of agent skills to AI agents and developer tools via the Model Context Protocol (MCP).
Installation
No command providedSecurity Notes
The server primarily fetches and serves read-only data from a hardcoded CDN URL (`https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/catalog.json`). There is no user input used in `eval` or `subprocess` calls. The `search_skills` function uses safe string matching. The main security consideration is the trust in the external CDN source for the skill catalog itself.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
skillz
Acts as an MCP server to expose Claude-style skills and their resources as callable tools for AI agents.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.