Files
market/manifest.json
xieyuanxiang 64a7bf0096 feat: 新增 minimax-music-gen 内置技能 (v1.1.1)
- 基于 music-2.6 模型,使用 hex 格式避免 CDN 鉴权失败
- 修复 hex→二进制转码:用 jq + xxd 替代 python3,与强制规则一致
- 加入 builtin-skills.json 清单
2026-05-03 22:45:12 +08:00

27 lines
599 B
JSON

{
"name": "DesireCore Official Market",
"version": "1.0.1",
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill",
"schemaVersion": "1.0.0",
"maintainer": {
"name": "DesireCore Team",
"email": "market@desirecore.net",
"url": "https://desirecore.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/desirecore/market.git"
},
"stats": {
"totalAgents": 1,
"totalSkills": 22,
"lastUpdated": "2026-05-03"
},
"features": [
"verified-only",
"auto-sync",
"multi-language"
]
}