skillmds
OfficialAgent Skills は、AI エージェントに新しいワークフローを学ばせる Markdown ファイル(SKILL.md)です。SkillMD は リントをかけレジストリです。すべてのスキルが検威・Cキュリティスキャン・コンテンツ固定を経由し、そしてこリポジストリは、それを実リストリするツールチェーンです。あなたのマシン上でもレジストリ上でも、同じエンジンが動作します。
パッケージ | 内容 |
1 つの npm パッケージに 2 つバイナリ: | |
SKILL.md エンジン: パースア、リント・ルール、セキュリティスキャナー、品質スコア、SARIF/JSON/GitHub 注釈フォーマッタ | |
[ | GitHub Action: CI でスキルをリントし、結果を GitHub Code Scanning に表示 |
CLI
npm i -g skillmdsskillmd lint . # validate SKILL.md files — diagnostics + quality score
skillmd scan . # what would this skill do? scripts, network, secrets
skillmd search "pdf tools" # search the registry
skillmd add anthropic/pdf # install — lints first, never executes scripts
skillmd init my-skill # scaffold a new skill
skillmd publish ./my-skill # publish to skillmd.com (blocked on lint errors)skillmd add は、68 のエージェントを自動的にカバーします。Claude Code、Cursor、Codex, Windurf、Gemini CLI、GitHub Copilot、Cline、Goose(Zed 等)を含み、マシンで検出された各エージェントに、そのエージェント固有ノデイレクトリ規約でスキルを書込みます。skillmd だけを動かすと、ガイドされる対話メトリと開きます。
詳細参考: docs/cli.md
Related MCP server: SkillFlow MCP Server
MCP サーバー
MCP 対応のエーを全てのエージェントにレジストリを提供します。会話中にスキルの検索・インスペクト・リント・インストールができます。
# Claude Code
claude mcp add skillmd -- npx -y skillmds// Claude Desktop, Cursor, VS Code, … (examples/mcp/ has per-client files)
{ "mcpServers": { "skillmd": { "command": "npx", "args": ["-y", "skillmds"] } } }または、ホスト型リモートサーバー — インストール不要、Streamable HTTP:
https://api.skillmd.com/mcpツール | エージェントの得るもの |
| カテゴライ、評価、インストール・スニペット付きレジストリ検索 |
| スキルの全体像: ボディ、来由、ライセンス、セキュリティフラグ |
| 安全インストール: 検証済み、SHA-256 調停済み、zip-slip 対策、スクリプトは実行しません |
| ランキング+ 類似スキル提案 |
| ラブー、する保存スキル( |
| 任意の SKILL.md 内容をその場で共証 |
研酷: docs/mcp.md · レジストリ・エントリー: :com.skillmd/skillmd`
エンジン
npm i @skillmd/coreimport { lint } from "@skillmd/core";
const { ok, score, diagnostics, security } = lint(rawSkillMd, { slug: "my-skill" });9つのリントルール、一行単位のセキュリティスキャンナ(network_calls、execues_scripts、reads_secrets、皁)(2)、0–100 点の品質スコア、SARIF/JSON/GitHub-アノテーションフォーマッタ。ESM、型付さ、yaml 以外の実行時依賴無し、Node.js/ブラウザ/エッジで動きます。ルール: docs/rules.md
スキルの CI
- uses: skillmds/skillmd/action@v1
with:
path: .リポジストリ内のすべてのスキルをリントし、SARIF を GitHub Code Scan使 にアップ-デドします。作成結果は PR にすぐ表示れます。正確な例さん、 examplés/github-action.yml
レジストリ API
ここにあるものはすべて、api.sKillmd.com の公開 API の軽量クライアントです。直接呼ぶことも(GET /v1/search?q=…)、ドック でも確認できます。https://skillmd.com/openapi.json と https://skillmd/llms.txt で発ます。
セキュリティモデル
スキルのインストールは、ファイルを書込みだけで、それ以外は何もしまりせん:得に実行無し、堅浄なパス保(slug 検証 + zip-slip 防止)、コンテンツアドレス・ストアに SHA-256 完結性を、部下ネ付は GitHub raw ホストにバインドされます。詳細は SECURITY.md まで — 摘要性報告は hi@skillmd.com。
開発
npm ci
npm run build # @skillmd/core, then skillmds
npm test # vitest across both packages (19 test files, incl. an MCP stdio smoke test)
npm run typecheck # strict tscレイアウト、プふア(ン), リリース プロセス、貢献方法については CONTRIBUTING.md を参照してください。
ライセンス
MIT © SkillMD
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP (Model Context Protocol) Server for skill4agent - Search, view, and install AI skills in AI conversations.3444MIT
- AlicenseAqualityDmaintenanceConnects AI coding agents to the SkillFlow marketplace to search, discover, and retrieve detailed information about agent skills. It enables users to browse trending skills, categories, and publisher data directly through MCP-compatible environments.5561MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.51MIT
- AlicenseAqualityCmaintenanceEnables AI agents to search, audit, and install open-source AI skills and MCP servers with security grading and quality scoring, directly from MCP clients.323MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skillmds/skillmd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server