skills.nameskills.name

The largest AI skills directory. Discover, rate, and share tools across every platform.

Browse

  • Skills
  • Servers
  • Agents
  • Rules

Community

  • Trending
  • Collections
  • Activity
  • Submit

Product

  • skills.name MCP
  • npm Package
  • GitHub

Platform

  • 20,000+ resources
  • 10+ ecosystems
  • 4 resource types
  • Open source

© 2026 skills.name. Built for the AI community.

Made with care

skills.nameskills.name
DiscoverSkillsServersAgentsRulesMCP
Sign in
skillhub-mcpv0.6.0

AI Resource Intelligence
from your terminal

An offline recommendation engine with 20,000+ AI resources — skills, tools, agents, rules, and MCP servers. Describe what you're building and get ranked, explained results. Works as a standalone CLI or as an MCP server inside Codex, Claude, Cursor, and Windsurf.

$npx skillhub-mcp setup

Node.js 18+ required. No global install needed.

How it works

1 · DATABASE

20,000+ resources bundled locally. Skills, tools, agents, rules, and MCP servers across Cursor, Windsurf, Copilot, Claude, OpenAI, Gemini, and more. No network access — everything is offline.

2 · INTELLIGENCE

A TF-IDF search index with multi-signal ranking. Analyzes your task description, matches against technologies, use cases, and categories. Returns scored, explained results — not just keyword matches.

3 · DELIVERY

Use it two ways: run commands directly in your terminal (CLI mode), or connect it to your AI client so your assistant can query it automatically (MCP mode).

Two ways to use it

CLI Mode

Run commands directly in your terminal. No setup required — just use npx. Results appear inline with scores, descriptions, and match explanations.

→Good for quick lookups and one-off searches
→Supports --json for scripting and piping
→Works without any AI client installed

MCP Server Mode

Register as an MCP server in your AI client. Your assistant gains tool access and can recommend, search, and inspect resources autonomously.

→AI assistant discovers tools while you work
→Supports Codex, Claude, Cursor, and Windsurf
→One-command setup: npx skillhub-mcp setup

Commands

recommend

Describe a task in natural language — get ranked tool recommendations with match scores and explanations.

$npx skillhub-mcp recommend "build a REST API with auth"
search

Keyword search across the full database. Returns matching resources with type, ecosystem, and trust info.

$npx skillhub-mcp search "vector database"
info

Full details on a specific resource — install command, platforms, trust score, documentation links.

$npx skillhub-mcp info "LangChain"
stats

Database overview — total resources, type breakdown, ecosystem distribution.

$npx skillhub-mcp stats
setup

Auto-detect installed AI clients and configure them. Writes the correct MCP config for each one.

$npx skillhub-mcp setup
doctor

Diagnostic check — Node.js version, npx path, database integrity, client config status.

$npx skillhub-mcp doctor

See it in action

$npx skillhub-mcp recommend "build a RAG pipeline with LangChain"
  #1  LangChain  ✓  9.2
      Framework for building LLM-powered applications
      tool · cross-platform · langchain-ai
      → matches technologies: langchain, python; relevant to: rag, llm

  #2  Chroma  8.8
      Open-source embedding database for AI
      tool · cross-platform · chroma-core
      → matches technologies: embeddings; relevant to: vector-db, rag

  #3  LlamaIndex  8.5
      Data framework for connecting LLMs to data sources
      tool · cross-platform · run-llama
      → matches technologies: python, llm; relevant to: rag, indexing

Each result includes a relevance score, match explanation, and resource metadata. Add --json for machine-readable output.

MCP client setup

Automatic: run npx skillhub-mcp setup to detect and configure all installed clients. Manual configs below:

# In ~/.codex/config.toml

[mcp_servers.skillhub]
command = "/opt/homebrew/bin/npx"
args = ["-y", "skillhub-mcp@latest"]

Why absolute paths? GUI applications often don't inherit your shell's PATH. The setup wizard resolves the correct absolute path for npx automatically, preventing "command not found" errors.

Trust & security

This package is designed to be auditable and safe to run. Zero network requests, zero runtime dependencies, zero dynamic code execution.

✓Fully offline — zero network requests, no telemetry
✓Zero runtime dependencies — self-contained bundle
✓No install scripts — no postinstall, no code on npm install
✓No eval — no eval(), new Function(), or dynamic code execution
✓No shell access — no exec(), spawn(), or child_process
✓Filesystem only in setup — writes MCP configs when you run setup

Get started in 30 seconds

One command configures your AI clients automatically. Or use the CLI directly — no setup needed.

$npx skillhub-mcp setup
npm GitHubBrowse resources