From 701ea0b18f5c28559aad59e8fe4c54eea3193a8e Mon Sep 17 00:00:00 2001 From: fujie Date: Sat, 28 Feb 2026 23:13:16 +0800 Subject: [PATCH] fix(openwebui-skills-manager): replace broken install example URLs - Replace non-existent anthropics skills paths with valid xlsx/docx examples. - Keep English and Chinese README examples synchronized. --- plugins/tools/openwebui-skills-manager/README.md | 4 ++-- plugins/tools/openwebui-skills-manager/README_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/tools/openwebui-skills-manager/README.md b/plugins/tools/openwebui-skills-manager/README.md index f9065a3..001e40e 100644 --- a/plugins/tools/openwebui-skills-manager/README.md +++ b/plugins/tools/openwebui-skills-manager/README.md @@ -34,12 +34,12 @@ This tool can fetch and install skills directly from URLs (supporting GitHub tre ### Install a single skill from GitHub -- "Install skill from " +- "Install skill from " - "Install skill from " ### Batch install multiple skills -- "Install these skills: ['https://github.com/anthropics/skills/tree/main/skills/search_manager', 'https://github.com/anthropics/skills/tree/main/skills/guide_writer']" +- "Install these skills: ['https://github.com/anthropics/skills/tree/main/skills/xlsx', 'https://github.com/anthropics/skills/tree/main/skills/docx']" > **Tip**: For GitHub, the tool automatically resolves directory (tree) URLs by looking for `SKILL.md` or `README.md`. diff --git a/plugins/tools/openwebui-skills-manager/README_CN.md b/plugins/tools/openwebui-skills-manager/README_CN.md index 08a130e..36ff194 100644 --- a/plugins/tools/openwebui-skills-manager/README_CN.md +++ b/plugins/tools/openwebui-skills-manager/README_CN.md @@ -34,12 +34,12 @@ ### 从 GitHub 安装单个技能 -- “从 安装技能” +- “从 安装技能” - “安装技能 ### 批量安装多个技能 -- “安装这些技能:['https://github.com/anthropics/skills/tree/main/skills/search_manager', 'https://github.com/anthropics/skills/tree/main/skills/guide_writer']” +- “安装这些技能:['https://github.com/anthropics/skills/tree/main/skills/xlsx', 'https://github.com/anthropics/skills/tree/main/skills/docx']” > **提示**:对于 GitHub 链接,工具会自动处理目录(tree)地址,并尝试查找目录下的 `SKILL.md` 或 `README.md` 文件。