feat(skills): 内置技能支持版本号管理,更新时自动覆盖旧版本

SKILL.md frontmatter新增version字段,同步时比较版本号,
内置版本更高时直接覆盖用户目录中的旧版本。
This commit is contained in:
jxxghp
2026-04-09 07:17:04 +08:00
parent 0c51d79be7
commit dc428e7de0
7 changed files with 86 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
---
name: moviepilot-api
version: 1
description: Use this skill when you need to call MoviePilot REST API endpoints directly. Covers all 237 API endpoints across 27 categories including media search, downloads, subscriptions, library management, site management, system administration, plugins, workflows, and more. Use this skill whenever the user asks to interact with MoviePilot via its HTTP API, or when the moviepilot-cli skill cannot cover a specific operation.
---