diff --git a/README.md b/README.md index a08687c..861c760 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The market currently contains: - `1` Agent: `desirecore` - `31` local built-in skills with `SKILL.md` -- `24` external skill entries with `entry.json` -- `55` publishable skills in total (`SKILL.md` + `entry.json`) +- `25` external skill entries with `entry.json` +- `56` publishable skills in total (`SKILL.md` + `entry.json`) ## 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, karpathy-guidelines, khazix-skills, larksuite-cli, last30days, 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 ``` diff --git a/manifest.json b/manifest.json index af59429..b6026b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.2.20", + "version": "1.2.21", "schemaVersion": "1.1.0", "supportedLocales": ["zh-CN", "en-US"], "defaultLocale": "en-US", @@ -27,8 +27,8 @@ }, "stats": { "totalAgents": 1, - "totalSkills": 55, - "lastUpdated": "2026-08-06" + "totalSkills": 56, + "lastUpdated": "2026-08-07" }, "features": [ "curated-index", diff --git a/skills/watch/entry.json b/skills/watch/entry.json new file mode 100644 index 0000000..683db48 --- /dev/null +++ b/skills/watch/entry.json @@ -0,0 +1,41 @@ +{ + "id": "watch", + "name": "Watch Video", + "category": "media", + "icon": "", + "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" + } +}