mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 03:23:41 +08:00
feat(skills): 为 15 个 pointer skill 补充 i18n 中英文简介 (#55)
## 背景 仓库内 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),请维护者重点核对。
This commit is contained in:
@@ -4,6 +4,16 @@
|
||||
"category": "research",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"7\" stroke=\"#2563EB\" stroke-width=\"1.7\"/><path d=\"M12 5V3m0 18v-2m7-7h2M3 12h2m11.9-4.9 1.4-1.4M5.7 18.3l1.4-1.4m9.8 1.4-1.4-1.4M5.7 5.7l1.4 1.4\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"2\" fill=\"#2563EB\"/></svg>",
|
||||
"tags": ["research", "web-search", "social-media", "twitter", "reddit", "youtube", "bilibili", "xiaohongshu"],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "Agent Reach",
|
||||
"shortDesc": "全网调研与社媒搜索:覆盖小红书、X/Twitter、B 站、Reddit、YouTube 等平台的内容检索与信息聚合"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Agent Reach",
|
||||
"shortDesc": "Web research and social search across Xiaohongshu, X/Twitter, Bilibili, Reddit, YouTube and more"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "Panniantong",
|
||||
"verified": false,
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
"rss",
|
||||
"learnprompt"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "AI 资讯雷达",
|
||||
"shortDesc": "24 小时 AI 资讯雷达:从多信源筛选要闻、合并成故事线,并用三种口味锐评每日头条"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "AI News Radar",
|
||||
"shortDesc": "24/7 AI news radar that curates multiple sources into storylines and delivers daily headlines with three flavors of commentary"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "LearnPrompt",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"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,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"ogenes"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "钉钉 API 技能",
|
||||
"shortDesc": "调用钉钉开放平台 API:用户与部门查询、机器人单聊/群聊消息发送、群机器人列表、离职记录查询等"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "DingTalk API Skill",
|
||||
"shortDesc": "Call DingTalk Open Platform APIs: user/department lookup, bot messaging in chats and groups, and HR records"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "ogenes",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"zarazhangrui"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "Follow Builders",
|
||||
"shortDesc": "追踪 AI 领域真正在造东西的开发者、研究者与创始人,把播客、X/Twitter 与官方博客的动态汇成每日/每周摘要推送"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Follow Builders",
|
||||
"shortDesc": "Tracks top AI builders across podcasts, X/Twitter and company blogs, delivering curated daily or weekly digests"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "zarazhangrui",
|
||||
"verified": false,
|
||||
|
||||
@@ -4,6 +4,16 @@
|
||||
"category": "media",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"#2563EB\" stroke-width=\"1.7\"/><path d=\"m6.5 16 3.5-3.5 2.5 2.5 2-2 3 3\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15.5\" cy=\"8.5\" r=\"1.5\" fill=\"#2563EB\"/></svg>",
|
||||
"tags": ["illustration", "image-generation", "xiaohei", "design"],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "Ian 小黑怪诞正文配图",
|
||||
"shortDesc": "生成 Ian「小黑」风格的中文正文配图,把文章观点、流程与隐喻转成清爽怪诞的 16:9 手绘解释图"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Ian Xiaohei Illustrations",
|
||||
"shortDesc": "Generate Ian \"Xiaohei\" style illustrations for Chinese articles, turning ideas and processes into clean, whimsical 16:9 hand-drawn visuals"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "helloianneo",
|
||||
"verified": false,
|
||||
|
||||
@@ -4,6 +4,16 @@
|
||||
"category": "productivity",
|
||||
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"6\" cy=\"12\" r=\"2\" fill=\"#2563EB\"/><circle cx=\"18\" cy=\"6\" r=\"2\" fill=\"#2563EB\"/><circle cx=\"18\" cy=\"18\" r=\"2\" fill=\"#2563EB\"/><path d=\"m7.8 11.1 8.4-4.2M7.8 12.9l8.4 4.2\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\"/></svg>",
|
||||
"tags": ["khazix", "ai-news", "writing", "analysis"],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "卡兹克 Skills",
|
||||
"shortDesc": "卡兹克日常在用的开源 AI Skill 合集,遵循 AgentSkills 标准,适配 Claude Code、Codex、OpenCode 等"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Khazix Skills",
|
||||
"shortDesc": "Khazix's open-source collection of daily-use AI skills following the AgentSkills standard, working with Claude Code, Codex and OpenCode"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "KKKKhazix",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"larksuite"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "飞书 CLI",
|
||||
"shortDesc": "飞书/Lark 官方命令行工具,面向人与 AI Agent,覆盖消息、文档、多维表格、日历、邮件等 18 个业务域、200+ 命令"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Lark Suite CLI",
|
||||
"shortDesc": "Official Lark/Feishu CLI for humans and AI agents, spanning Messenger, Docs, Base, Calendar and 18 domains with 200+ commands"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "larksuite",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"luckin"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "瑞幸下单助手",
|
||||
"shortDesc": "瑞幸咖啡下单助手:用自然语言查询菜单、选品下单与管理瑞幸咖啡订单"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Luckin My Coffee",
|
||||
"shortDesc": "Luckin Coffee ordering assistant to browse the menu, place and manage Luckin orders in natural language"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "luckin",
|
||||
"verified": false,
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
"tdd",
|
||||
"mattpocock"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "Matt Pocock Skills",
|
||||
"shortDesc": "Matt Pocock 的真实工程 AI Skill 合集,小巧、易改、可组合,适配任意模型做实际开发而非 vibe coding"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Matt Pocock Skills",
|
||||
"shortDesc": "Matt Pocock's collection of small, composable engineering skills for real application development across any model"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "Matt Pocock",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"meituan"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "美团跑腿下单助手",
|
||||
"shortDesc": "美团跑腿下单助手:帮取送、帮忙(取号/搬装)、帮买全流程下单,含地址搜索与两步费用确认"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Meituan Paotui Client",
|
||||
"shortDesc": "Meituan Paotui ordering assistant for pickup-delivery, errands and shopping, with address search and two-step cost confirmation"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "meituan",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"NetEase"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "网易云音乐 Skills",
|
||||
"shortDesc": "基于 ncm-cli 的网易云音乐 AI Agent 技能包,支持音乐搜索、播放与账号配置等操作"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "NetEase Skills",
|
||||
"shortDesc": "NetEase Cloud Music agent skills built on ncm-cli, for music search, playback and account setup"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "NetEase",
|
||||
"verified": false,
|
||||
|
||||
@@ -8,6 +8,16 @@
|
||||
"design",
|
||||
"creative"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "Taste Skill",
|
||||
"shortDesc": "面向 AI Agent 的“抗平庸”前端框架,帮智能体产出有品味的高级感前端而非千篇一律的模板"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "Taste Skill",
|
||||
"shortDesc": "Anti-slop frontend framework for AI agents to build premium, tasteful UIs instead of generic output"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "Leonxlnx",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"wechatpay-apiv3"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "微信支付 Skills",
|
||||
"shortDesc": "微信支付官方接入技能包:产品选型、官方示例代码、接入质量评估与答疑排障"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "WeChat Pay Skills",
|
||||
"shortDesc": "Official WeChat Pay integration skills: product selection, sample code, integration quality review and troubleshooting"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "wechatpay-apiv3",
|
||||
"verified": false,
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
"tags": [
|
||||
"WecomTeam"
|
||||
],
|
||||
"i18n": {
|
||||
"zh-CN": {
|
||||
"name": "企业微信 CLI",
|
||||
"shortDesc": "企业微信官方命令行工具,让人与 AI Agent 在终端操作企业微信文档、智能表格、消息等核心业务"
|
||||
},
|
||||
"en-US": {
|
||||
"name": "WeCom CLI",
|
||||
"shortDesc": "Official WeCom (Enterprise WeChat) CLI for humans and AI agents to operate docs, smart sheets and messaging in the terminal"
|
||||
}
|
||||
},
|
||||
"maintainer": {
|
||||
"name": "WecomTeam",
|
||||
"verified": false,
|
||||
|
||||
Reference in New Issue
Block a user