LLMSkillHub
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/llmskillhub
MCP https://api.llmskillhub.com/mcp

49 versions across 49 skills

llmskillhub/SKILL.mdv0.1.0
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 Hub
🧩v0.1.0

How one can create llm skill and publish it to llmskillhub.com

Installs
8
Files
3
Size
3.4 KB
sha256:d210a11 — verified on install
CLIllmsh install zalpha/llmskillhub
MCPhttps://api.llmskillhub.com/mcp

then 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"
    }
  }
}