mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-06-06 05:50:41 +08:00
## 概述 / Summary 新增市场技能 **`guizang-ppt`**(归藏网页 PPT),vendored 自上游开源项目 [op7418/guizang-ppt-skill](https://github.com/op7418/guizang-ppt-skill)。 Add a new **market skill** `guizang-ppt` — generates single-file HTML horizontal-swipe slide decks (web PPT) in two visual systems (editorial "magazine × e-ink" / "Swiss International"). Vendored from the upstream open-source project. ## 变更内容 / Changes - `skills/guizang-ppt/`:SKILL.md(DesireCore frontmatter 覆盖层 + 上游正文)、`references/`(10)、`assets/`(2 模板 + motion.min.js + 9 张 webp)、`scripts/validate-swiss-deck.mjs`、`LICENSE`(AGPL-3.0)、`NOTICE.md`(署名与合规) - `skills/guizang-ppt/_desirecore/`:DesireCore 维护态(不随上游覆盖) - `frontmatter.yaml`:市场 frontmatter 覆盖层(i18n: zh-CN 源 + en-US 显示串,body 暂回退中文,留给 CI 翻译) - `upstream.json`:上游溯源(commit `014c572`、AGPL-3.0、作者 歸藏/op7418) - `scripts/vendor/guizang-ppt.mjs`:可复用的 vendor 更新脚本(`--src <本地路径>` 或 `--ref <tag>`) - `manifest.json`:`version` → `1.2.3`,`stats.totalSkills` → 25 ## 定位 / Positioning - **仅市场可选安装**:未加入 `builtin-skills.json`,不随客户端开机自动安装;用户在市场按需安装。 - 分类 `creative`;与已有 `pptx`(生成 .pptx 文件)区分:本技能生成 **HTML deck**。 ## 许可与署名 / License & Attribution 上游为 **AGPL-3.0**。本技能保留原 `LICENSE` 与作者署名(`NOTICE.md` + `metadata.author` + `market.maintainer`),作为聚合内容分发。 ## 校验 / Validation - `python3 scripts/i18n/validate-i18n.py skills/guizang-ppt` → `OK: no i18n issues found.` ## 手动更新流程 / Manual update 上游发版时:`node scripts/vendor/guizang-ppt.mjs --ref <tag>` → 核对 diff → 必要时 bump `_desirecore/frontmatter.yaml#version` 与 `manifest.json` → 提交。 --- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
40 lines
967 B
JSON
40 lines
967 B
JSON
{
|
|
"name": "DesireCore Official Market",
|
|
"version": "1.2.3",
|
|
"schemaVersion": "1.1.0",
|
|
"supportedLocales": ["zh-CN", "en-US"],
|
|
"defaultLocale": "en-US",
|
|
"i18n": {
|
|
"default_locale": "en-US",
|
|
"zh-CN": {
|
|
"name": "DesireCore 官方市场",
|
|
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill"
|
|
},
|
|
"en-US": {
|
|
"name": "DesireCore Official Market",
|
|
"description": "Curated, high-quality Agents and Skills published by the DesireCore team."
|
|
}
|
|
},
|
|
"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": 25,
|
|
"lastUpdated": "2026-05-31"
|
|
},
|
|
"features": [
|
|
"verified-only",
|
|
"auto-sync",
|
|
"multi-language",
|
|
"ai-translation"
|
|
]
|
|
}
|