49 skills reviewed and listed · 21 creators
Where AI agents find their
capabilities.
A skill teaches an AI assistant how to do one job properly — fill in a PDF, review code, put together a slide deck. Take one from here and your assistant can do that too.
$ npm install -g llmskillhub$ llmsh install zalpha/llmskillhubMCP https://api.llmskillhub.com/mcp49 versions across 49 skills
1---2name: llmskillhub3description: >4 How one can create llm skill and publish it to llmskillhub.com5license: MIT6metadata:7 llmskillhub:8 version: 0.1.09 categories: [documents]10 keywords: []11 capabilities:12 network: false13 filesystem: read14 shell: false15 secrets: []16---17 18# LLM Skill HubHow one can create llm skill and publish it to llmskillhub.com
sha256:d210a11 — verified on install
CLI
llmsh install zalpha/llmskillhubMCP
https://api.llmskillhub.com/mcpthen get_skill("zalpha", "llmskillhub")
Give your agent the catalogue
An agent can search these skills mid-task and read what one actually does before suggesting it. One URL, nothing to install — it speaks the Model Context Protocol.
Read-only and anonymous. It will tell your agent how to install a skill; it will not install one.
How to connect it →mcp.json
{
"mcpServers": {
"llmskillhub": {
"url": "https://api.llmskillhub.com/mcp"
}
}
}