feat(skill): add ModelScope external skill marketplace - #3725
Open
Summer-Si wants to merge 16 commits into
Open
Conversation
Insert the tenant-local skill first so the unique name is reserved, then download and update content. Roll back the row if download or local move fails. Reuse shared path validation and call market services directly from the HTTP handlers.
…parsing Parse ModelScope raw_tags into category and custom tags on the backend, and expose upstream_last_modified via an optional market/detail query parameter so edit flows can check updates without extra hub calls from the external market list. Add ModelScope update support in the skill edit modal with a persistent update button, keep the build modal open after update/open actions, and sync description when refreshing installed ModelScope skills.
This reverts commit 0a87ae4.
# Conflicts: # backend/apps/northbound_app.py
Summer-Si
requested review from
Dallas98,
WMC001 and
jeffwu-1999
as code owners
August 20, 2026 12:32
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Add GET /skills/market/hub-detail for ModelScope Hub metadata, rename /market/detail query to unique_id, and drop include_upstream_last_modified. Edit-time update checks now compare local version_update_time with hub last_modified instead of fetching upstream via /market/detail.
Contributor
Contributor
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




功能概述
新增 ModelScope 外部 Skill 市场,支持用户在 Nexent 中搜索、查看并安装外部 Skill。
主要改动
说明
市场

卡片详情

安装弹窗

安装到本地
