mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-09-05 23:04:07 +08:00
feat: 收录视频观看 Skill
通过市场 i18n/schema validator、自动翻译检查和 Copilot review gate;source pointer 固定到 desirecore-agent/codex-watch-video-skill 的 main commit。
This commit is contained in:
41
skills/watch/entry.json
Normal file
41
skills/watch/entry.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user