feat: 收录视频观看 Skill

通过市场 i18n/schema validator、自动翻译检查和 Copilot review gate;source pointer 固定到 desirecore-agent/codex-watch-video-skill 的 main commit。
This commit is contained in:
2026-08-07 18:14:57 +08:00
committed by yi-ge
parent b2865d501d
commit 4faba8602f
3 changed files with 47 additions and 6 deletions

View File

@@ -24,8 +24,8 @@ The market currently contains:
- `1` Agent: `desirecore` - `1` Agent: `desirecore`
- `31` local built-in skills with `SKILL.md` - `31` local built-in skills with `SKILL.md`
- `24` external skill entries with `entry.json` - `25` external skill entries with `entry.json`
- `55` publishable skills in total (`SKILL.md` + `entry.json`) - `56` publishable skills in total (`SKILL.md` + `entry.json`)
## Skill Sources ## Skill Sources
@@ -48,7 +48,7 @@ agent-reach, ai-news-radar, amap-jsapi-skill, baoyu-skills, dingtalk-api,
flyai-skill, follow-builders, ian-xiaohei-illustrations, impeccable, flyai-skill, follow-builders, ian-xiaohei-illustrations, impeccable,
karpathy-guidelines, khazix-skills, larksuite-cli, last30days, karpathy-guidelines, khazix-skills, larksuite-cli, last30days,
luckin-my-coffee, marketingskills, mattpocock-skills, minimax-image-gen, luckin-my-coffee, marketingskills, mattpocock-skills, minimax-image-gen,
minimax-tts, mt-paotui-for-client, netease-skills, taste-skill, watchless, minimax-tts, mt-paotui-for-client, netease-skills, taste-skill, watch, watchless,
wechatpay-skills, wecom-cli wechatpay-skills, wecom-cli
``` ```

View File

@@ -1,6 +1,6 @@
{ {
"name": "DesireCore Official Market", "name": "DesireCore Official Market",
"version": "1.2.20", "version": "1.2.21",
"schemaVersion": "1.1.0", "schemaVersion": "1.1.0",
"supportedLocales": ["zh-CN", "en-US"], "supportedLocales": ["zh-CN", "en-US"],
"defaultLocale": "en-US", "defaultLocale": "en-US",
@@ -27,8 +27,8 @@
}, },
"stats": { "stats": {
"totalAgents": 1, "totalAgents": 1,
"totalSkills": 55, "totalSkills": 56,
"lastUpdated": "2026-08-06" "lastUpdated": "2026-08-07"
}, },
"features": [ "features": [
"curated-index", "curated-index",

41
skills/watch/entry.json Normal file
View File

@@ -0,0 +1,41 @@
{
"id": "watch",
"name": "Watch Video",
"category": "media",
"icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\" stroke=\"#2563EB\" stroke-width=\"1.7\"/><path d=\"m10 9 5 3-5 3V9Z\" fill=\"#2563EB\"/><path d=\"M3 17h18\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\"/><path d=\"M7 3v2m10-2v2\" stroke=\"#2563EB\" stroke-width=\"1.7\" stroke-linecap=\"round\"/></svg>",
"tags": [
"video",
"transcription",
"scene-analysis",
"ffmpeg",
"yt-dlp",
"whisper"
],
"latestVersion": "1.1.0",
"i18n": {
"zh-CN": {
"name": "视频观看与场景分析",
"shortDesc": "结合字幕、Whisper 与场景变化帧分析视频中的语音和画面"
},
"en-US": {
"name": "Watch Video",
"shortDesc": "Analyze video speech and scene changes together"
}
},
"maintainer": {
"name": "DesireCore Agent",
"verified": true,
"account": "desirecore-agent",
"url": "https://github.com/desirecore-agent"
},
"stewardship": "official",
"license": "MIT",
"redistribution": "allowed",
"source": {
"kind": "git",
"repoUrl": "https://github.com/desirecore-agent/codex-watch-video-skill.git",
"repoBranch": "main",
"path": "skills/watch",
"ref": "0fd13b73b7b37318cada0562ba2263d648c8505f"
}
}