---
title: Skill Capability Research on Open Web AI Platforms (2026)
canonical: "https://xiaofeng.dev/en/writing/open-source-web-ai-platform-skills-2026/"
pubDate: 2026-05-31
author: 唐小锋 Xiaofeng TANG
description: "A comparative review of Skill capabilities across LibreChat, LobeHub, OpenWebUI, Dify, and adjacent open Web / Workspace / Agent platforms, focused on SKILL.m..."
tags: [Agent Skills, SKILL.md, Open Source AI, AI Workspace]
---

资料检索日期：2026-05-30

## 调研范围

本文只评估开源 Web / Workspace / Agent 平台中的 Skill 能力，重点看是否出现接近 Claude Skills 的 `SKILL.md`、渐进式加载、Skill 管理、触发方式、文件与脚本运行时等能力。

不纳入本次评估：

* 本地优先、桌面端或 CLI 产品，例如 OpenClaw 等本地产品。
* 闭源或商业 SaaS 产品，例如 Coze 商业版、腾讯 ADP 等。
* 仅提供普通工具调用、自动化编排、Prompt Template 或 Agent Marketplace 的平台，除非其已明确提供 Skill / `SKILL.md` 一等能力。

## 评估维度

Claude Skills 只作为 baseline，不参与平台排名。评分只看 Skill 本体能力；外部集成、自动化编排、通用 Tool Calling 等不计入成熟度。

| 能力 | 英文对应 | 说明 |
| --- | --- | --- |
| Skill 管理 | Skill Management / Skill Registry | 创建、导入、启停、分配、共享 |
| `SKILL.md` | `SKILL.md` Compatibility | 兼容 `SKILL.md` 格式与目录结构 |
| 渐进式加载 | Progressive Disclosure / Lazy Loading | 支持 manifest / references / assets 分层加载 |
| 触发方式 | Invocation Modes / Auto Trigger | 手动调用、模型自动选择、始终启用 |
| 知识与文件 | References / Assets | Skill 可携带 references / assets |
| 脚本与运行时 | Script Execution / Skill Runtime | Skill 可携带并执行脚本，有明确运行上下文 |

评分标准：🟢 完整支持；🟡 部分支持；🔴 不支持。

## 1. LibreChat

### 概览

| 项目 | 内容 |
| --- | --- |
| 平台名称 | LibreChat |
| 官网 | https://www.librechat.ai |
| GitHub | https://github.com/danny-avila/LibreChat |
| 平台类型 | 开源 Chat + Agent 平台 |
| Skill 支持时间 | 2026-05-13，v0.8.6-rc1 |
| 支持程度 | 约 85% |

### 相关链接

* [Skills / LibreChat](https://www.librechat.ai/docs/features/skills)
* [LibreChat v0.8.6-rc1 Changelog](https://www.librechat.ai/changelog/v0.8.6-rc1)
* [Issue #11106: Support for Agent Skills](https://github.com/danny-avila/LibreChat/issues/11106#issuecomment-4366741742)
* [PR #12625: feat: agent skills](https://github.com/danny-avila/LibreChat/pull/12625)
* [PR #12580: Skills UI + Initial E2E CRUD / Sharing](https://github.com/danny-avila/LibreChat/pull/12580)

### 能力矩阵

| 能力 | 支持 |
| --- | --- |
| Skill 管理 | 🟢 |
| `SKILL.md` | 🟢 |
| 渐进式加载 | 🟢 |
| 触发方式 | 🟢 |
| 知识与文件 | 🟢 |
| 脚本与运行时 | 🟡 |

### 目前进展

LibreChat 已经进入原生 Agent Skills 阶段，支持 `SKILL.md`、Skill Catalog、三种调用方式、Agent Scope、ACL 和 Skill Bundle。

### 判断

LibreChat 是当前样本中最接近 Claude Skills 的开源 Web 平台。短板是脚本执行仍依赖 Agent 可用工具与运行上下文，不是完全独立的 Skill 沙箱。

## 3. OpenWebUI

### 概览

| 项目 | 内容 |
| --- | --- |
| 平台名称 | OpenWebUI |
| 官网 | https://openwebui.com |
| GitHub | https://github.com/open-webui/open-webui |
| 平台类型 | 开源 AI Workspace |
| Skill 支持时间 | 2026 Q1 |
| 支持程度 | 约 70% |

### 相关链接

* [Skills / Open WebUI](https://docs.openwebui.com/features/workspace/skills/)
* [Discussion #19951: Support for (Anthropic/OpenAI) skills and SKILL.md](https://github.com/open-webui/open-webui/discussions/19951)
* [PR #21275: add Agent Skills system with semantic activation and script execution](https://github.com/open-webui/open-webui/pull/21275)

### 能力矩阵

| 能力 | 支持 |
| --- | --- |
| Skill 管理 | 🟢 |
| `SKILL.md` | 🟡 |
| 渐进式加载 | 🟡 |
| 触发方式 | 🟢 |
| 知识与文件 | 🟡 |
| 脚本与运行时 | 🔴 |

### 目前进展

OpenWebUI 已上线 Workspace / Model Skills，但当前更接近 Markdown 指令集与按需上下文加载。

### 判断

OpenWebUI 已把 Skill 放进产品对象体系，值得关注；但脚本执行、完整 `SKILL.md` 目录兼容和独立 Skill Runtime 仍主要停留在相关 issue / PR 中。

---

## 4. Dify

### 概览

| 项目 | 内容 |
| --- | --- |
| 平台名称 | Dify |
| 官网 | https://dify.ai |
| GitHub | https://github.com/langgenius/dify |
| 平台类型 | 开源 Agent 平台 |
| Skill 支持时间 | 2026-02-08，Marketplace `Skill_Agent`；2026-02-14，`1.14.0-rc1` 预览版 Agent x Skills |
| 支持程度 | 约 60% |

### 相关链接

* [Issue #30052: Agent Skills support proposal](https://github.com/langgenius/dify/issues/30052#event-25577333288)
* [Issue #35689: Roadmap of Agent x Skills and Skill Editor](https://github.com/langgenius/dify/issues/35689)
* [Release 1.14.0-rc1: Agent x Skills preview](https://github.com/langgenius/dify/releases/tag/1.14.0-rc1)
* [Skill_Agent - Dify Marketplace](https://marketplace.dify.ai/plugin/lfenghx/skill_agent)
* [lfenghx/skill_agent](https://github.com/lfenghx/skill_agent)

### 能力矩阵

| 能力 | 支持 |
| --- | --- |
| Skill 管理 | 🟡 |
| `SKILL.md` | 🟡 |
| 渐进式加载 | 🟡 |
| 触发方式 | 🟡 |
| 知识与文件 | 🟢 |
| 脚本与运行时 | 🟡 |

### 目前进展

Dify 目前是 Marketplace `Skill_Agent` 可用、原生 Agent x Skills / Skill Editor 预览出现过，但稳定版主线尚未明确。

### 判断

Dify 已出现直接面向 `SKILL.md` 的插件实现，也出现过原生 Skills 预览；当前应判断为“插件可用、原生预览出现过、稳定版路线未明确”。

---

## 5. n8n（不纳入正式评估）

### 概览

| 项目 | 内容 |
| --- | --- |
| 平台名称 | n8n |
| 官网 | https://n8n.io |
| GitHub | https://github.com/n8n-io/n8n |
| 平台类型 | 开源自动化平台 |
| Skill 支持时间 | 无原生 Agent Skills |
| 评估结论 | 不纳入正式排名 |

### 相关链接

* [Feature Request: Enable n8n agents to use Agent Skills (`SKILL.md` + references)](https://community.n8n.io/t/enable-n8n-agents-to-use-agent-skills-skill-md-references/246140/11)
* [Implementing Anthropic-style Agent Skills in n8n: Postgres + progressive disclosure](https://community.n8n.io/t/implementing-anthropic-style-agent-skills-in-n8n-a-deep-technical-walkthrough-with-postgres-progressive-disclosure/293285)

### 判断

n8n 目前没有官方原生 `SKILL.md` Registry、目录扫描、skill manifest、lazy loading 或 Anthropic-style references 机制；现有内容主要是社区 feature request 或 workaround，因此只作为潜在线索保留。

---

## 综合排名（不含 Claude baseline）

Claude Skills 是发明者和基准，不参与排名；n8n 没有原生 Skill 体系，也不进入正式排名。

| 排名 | 项目 | 开始讨论日期 | 首次支持日期 | Skill 成熟度 |
| --- | --- | --- | --- | --- |
| 1 | LibreChat | 2025-12-26（Issue #11106） | 2026-05-13（v0.8.6-rc1） | 85% |
| 2 | LobeHub | 2025-12-24（Issue #10917） | 2026-02-22（PR #12424 合并） | 80% |
| 3 | OpenWebUI | 2025-12-14（Discussion #19951） | 2026 Q1（Workspace Skills / 0.8，精确日期待核） | 70% |
| 4 | Dify | 2025-12-23（Issue #30052） | 2026-02-08（Skill_Agent）；2026-02-14（1.14.0-rc1 预览） | 60% |

---

## 产品判断

如果目标是复刻或兼容 Claude Skills，最值得研究的顺序是：

1. LibreChat
2. LobeHub Skill Management
3. OpenWebUI
4. Dify `Skill_Agent` / Agent x Skills 预览

LibreChat 最接近 Claude Skills 的运行形态；LobeHub 最像把 Skill 做成 Agent Workspace 产品对象；OpenWebUI 更偏 Workspace 指令集与上下文加载；Dify 则适合观察 `SKILL.md`、Skill Editor、progressive disclosure 和 sandbox runtime 是否会进入稳定主线。
