Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Skill Deck
S
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 11:00:42 PM

Skill Deck

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).

Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "skill-deck": {
      "command": "npx",
      "args": [
        "-y",
        "skill-deck"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

SkillDeck

SkillDeck logo

中文 · English · 官网 · 快速开始 · GitHub

把散落在本机的 Agent Skills,变成模型看得见、用得上、也分享得出去的能力牌组。
Adapter for runtimes, MCP dynamic discovery, and share artifacts generated through agent conversation.

Runtime Node.js 20+ Package skill-deck License MIT MCP stdio resources tools Skill Activation active by default Share HTML and Images OpenAI Agents SDK Claude Code ready

SkillDeck: Adapter, MCP, Share

SkillDeck 是本地 Agent Skill 的适配、激活与分享工具。

它解决三个很具体的场景:

场景为什么需要它SkillDeck 做什么
我有一组 Skill,想通过工具的方式接入 OpenAI Agent SDK。OpenAI 已把 SKILL.md 定义成可复用工作流,Agents SDK 也支持 local skills,但手写 schema、handler 和 stable id 很繁琐。Adapter 扫描、解析、校验 SKILL.md,生成 provider-neutral tools 和 runtime handlers,让同一套 Skills 可以接入不同 Agent runtime。
我有一组 Skill,想接到 Claude Code、Cursor 或其他 MCP host。只给 list_skills / read_skill 不够,模型不一定知道复杂任务要先查本地 Skills。MCP + Skill Activation 把 Skills 暴露成 tools/resources,并通过 compact / guided / active 三种模式,让模型在任务里自己发现、搜索和加载 Skill。
我有一组 Skill,想发给同事、同行或社交平台看。私有 Skill 往往含本地路径、secret、私有 URL;只发截图又无法搜索、下钻和复用。Share 通过 MCP 让 agent 生成完整分享页和双图,默认脱敏,可搜索、可下钻、可审阅再接入。

背景参考:OpenAI Skills guide、Skills in ChatGPT、Agents SDK tools、openai-agents-python #2906。

对应到产品能力,它做三件事:

主线作用结果
Adapter扫描、解析、校验本地 SKILL.md,生成 stable id、provider-neutral tools 和 runtime handlers。同一套 Skills 可接 OpenAI、Anthropic、OpenAI Agents SDK、本地 runtime。
MCP把 Skills 暴露成 MCP tools/resources,并通过 Skill Activation 帮模型动态发现。模型可以通过 skill_guide、use_skill_*、search_skills、read_skill 加载 Skill。
Share你和 agent 说“帮我分享这套 Skills”,agent 通过 MCP 生成静态分享页和双图,默认脱敏。适合朋友圈、小红书和同行交流,不暴露本地路径、secret 和私有 URL。

它不是公开 marketplace,也不是远程托管服务。用户的 Skill 目录仍然在本机。

Skill Activation

默认的 list_skills / read_skill 能读 Skill,但模型不一定会主动调用。SkillDeck 增加三种模式,让模型更容易发现并加载本地 Skill。

模式暴露内容模型怎么发现 Skill适合场景代价
compactlist_skills、search_skills、get_skill_info、read_skill、resources模型需要主动搜索或列目录兼容旧行为、Skill 很多、工具列表要短自动发现能力弱
guidedcompact + skill_guide + MCP instructions模型看到 skill_guide 后获得使用指南想提高发现概率,但不想每个 Skill 都变 tool仍依赖模型调用向导
activeguided + 最多 N 个 use_skill_<safe_name>_<short_id>模型在 tools/list 阶段直接看到常用 Skill想最大化自动发现效果工具数量增加

示例:

Terminal
npx -y skill-deck mcp serve \
  --skills ~/.skills

安装

安装:

Terminal
npm install skill-deck

MCP 三步接入

第一步,选择一种 Skill Activation 模式安装 MCP。推荐先用默认 active:

三种命令的 MCP server 名都叫 skill-deck;切换模式时更新同名 server 即可。

bash
# active:默认模式,常用 Skill 会直接出现在 tools/list
claude mcp add skill-deck \
  -- npx -y skill-deck mcp serve \
  --skills ~/.codex/skills
bash
# guided:暴露 skill_guide,让模型先看分组和推荐入口
claude mcp add skill-deck \
  -- npx -y skill-deck mcp serve \
  --skills ~/.codex/skills \
  --skill-mode guided
bash
# compact:只暴露 list/search/info/read/resources,工具列表最短
claude mcp add skill-deck \
  -- npx -y skill-deck mcp serve \
  --skills ~/.codex/skills \
  --skill-mode compact

Codex / 其他 MCP host 使用同一组 stdio 参数;如需切换模式,在 args 中追加 --skill-mode 和对应值:

config.json
{
  "mcpServers": {
    "skill-deck": {
      "command": "npx",
      "args": [
        "-y",
        "skill-deck",
        "mcp",
        "serve",
        "--skills",
        "~/.codex/skills"
      ]
    }
  }
}

第二步,在 Claude / Codex 中确认 skill-deck 已连接。Claude Code 里输入:

text
/mcp

第三步,直接对 agent 说:

text
请使用 SkillDeck MCP 的 generate_skill_share 工具,为当前已加载的 ~/.codex/skills 生成一套可以分享给同行看的 Skill 工作流分享物。

需要指定输出目录时,再追加:

text
输出到 ~/skilldeck-shares/codex-skills-share,注意脱敏,并在完成后告诉我 index.html、cover.png、detail.png 和 manifest.json 的路径。

Share

分享不是让你手写配置,也不是把私有 Skill 扔到公开市场。你只需要和 agent 对话:

text
帮我把 ~/.skills 这套 Skills 做成一个可以发给同行看的分享页和两张分享图,注意脱敏。

agent 会通过 SkillDeck 的 MCP Share 接口生成:

text
share/
  index.html
  cover.png
  detail.png

index.html 是完整介绍页,支持搜索和下钻到 Skill 详情;cover.png 适合传播,detail.png 适合给同行看技术细节。默认会移除本地路径、secret 和私有 URL,reference 只展示路径,不读取文件内容。

实际生成效果:

SkillDeck share cover example SkillDeck share detail example

全量能力

  • Skill Activation:compact / guided / active。
  • skill_guide 和 use_skill_*。
  • 搜索排序、分页、字段裁剪。
  • Catalog/resources。
  • watcher。
  • symlink 显式支持。
  • Share HTML + 双图。
  • docs-site 右上角搜索。
  • npm 包:skill-deck。
  • MCP Registry:server.json + npm/stdio 元数据。
  • MCP Streamable HTTP transport。

文档

  • 快速开始
  • Agent SDK 接入
  • MCP 接入

更完整的在线文档见 skill.counterxing.top。

License

MIT

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Hypertool MCP logoHypertool MCP

    Dynamically expose tools from proxied servers based on an Agent Persona

    💻 Developer Tools1 views
    Compare vs Hypertool MCP →
  • T
    Tldraw

    Draw and visually collaborate with your agents on tldraw's canvas.

    💻 Developer Tools0 views
    Compare vs Tldraw →
  • Valet logoValet

    Get share links, publish and manage websites, artifacts and agents. No account needed.

    💻 Developer Tools2 views
    Compare vs Valet →
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
2
Stargazers on the source repository.
npm downloads
136
Package downloads in the last 30 days.
Last commit
3mo ago
Most recent push to the default branch.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Skill Deck

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "skill-deck": { "command": "npx", "args": ["-y", "skill-deck"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSkill Deck AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/skill-deck?style=directory)](https://allmcps.com/mcp/skill-deck)
HTML Embed
<a href="https://allmcps.com/mcp/skill-deck"><img src="https://allmcps.com/api/badge/skill-deck?style=directory" alt="Skill Deck on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedMay 21, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 21, 2026
npm downloads136/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
40Quality signal: Fair · 40/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Skill Deck →Install in Claude DesktopInstall in CursorInstall in VS Code