mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 04:03:48 +08:00
## 背景 仓库内 20 个 pointer skill(`entry.json` 指针型条目)中,仅 5 个(flyai-skill、karpathy-guidelines、last30days、minimax-image-gen、minimax-tts)有 `i18n` 块,其余 15 个缺失,导致市场详情页中英文简介为空。 ## 改动 为以下 15 个 skill 的 `entry.json` 补充 `i18n.zh-CN` / `i18n.en-US` 的 `name` 与 `shortDesc`,格式对齐已有条目(驼峰 `shortDesc`,`zh-CN` / `en-US` 直接置于 `i18n` 下): | skill | 来源 | |---|---| | agent-reach | 上游 SKILL.md description | | ai-news-radar | 上游 README | | amap-jsapi-skill | clawhub 官方页面描述 | | dingtalk-api | clawhub 官方页面描述 | | follow-builders | 上游 README | | ian-xiaohei-illustrations | 上游 SKILL.md description | | khazix-skills | 上游 README | | larksuite-cli | 上游 README | | luckin-my-coffee | 按 skill 名称与类别推断(zip 分发,无可读源,待维护者核对) | | mt-paotui-for-client | 上游 README | | netease-skills | 上游 README | | mattpocock-skills | 上游 README | | taste-skill | 上游 README | | wechatpay-skills | 上游 README | | wecom-cli | 上游 README | ## 验证 - 15 个 `entry.json` 均为合法 JSON,`i18n` 字段完整 - 本地运行 `scripts/i18n/validate-i18n.py`:`OK: no i18n issues found.`(退出码 0) - 仅改动 `i18n` 块,未触碰其它字段 ## 备注 - **luckin-my-coffee** 的简介为推断内容(该 skill 以 zip 分发,无可读源码/README),请维护者重点核对。
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
||
"id": "amap-jsapi-skill",
|
||
"name": "AMap JSAPI Skill",
|
||
"category": "development",
|
||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"m4 6 5-2 6 2 5-2v14l-5 2-6-2-5 2V6Z\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linejoin=\"round\"/><path d=\"M9 4v14m6-12v14\" stroke=\"#2563EB\" stroke-width=\"1.7\"/><path d=\"M12 8.25c-1.24 0-2.25.9-2.25 2.03 0 1.52 2.25 3.47 2.25 3.47s2.25-1.95 2.25-3.47C14.25 9.15 13.24 8.25 12 8.25Z\" fill=\"#2563EB\"/></svg>",
|
||
"tags": [
|
||
"lbs-amap"
|
||
],
|
||
"i18n": {
|
||
"zh-CN": {
|
||
"name": "高德地图 JSAPI 技能",
|
||
"shortDesc": "高德地图 JSAPI v2.0(WebGL)开发技能,涵盖地图生命周期、安全配置、3D 视图、覆盖物绘制与 LBS 服务集成"
|
||
},
|
||
"en-US": {
|
||
"name": "AMap JSAPI Skill",
|
||
"shortDesc": "AMap JSAPI v2.0 (WebGL) development skill covering map lifecycle, security config, 3D views, overlays and LBS services"
|
||
}
|
||
},
|
||
"maintainer": {
|
||
"name": "lbs-amap",
|
||
"verified": false,
|
||
"account": "lbs-amap",
|
||
"url": "https://clawhub.ai/lbs-amap/skills/amap-jsapi-skill"
|
||
},
|
||
"stewardship": "community",
|
||
"license": "MIT-0",
|
||
"redistribution": "allowed",
|
||
"source": {
|
||
"kind": "web",
|
||
"repoUrl": "https://clawhub.ai/lbs-amap/skills/amap-jsapi-skill"
|
||
}
|
||
}
|