From b4cafe4eddc6b8a91095428a2dbef939941d5633 Mon Sep 17 00:00:00 2001 From: mashagua <993498039@qq.com> Date: Thu, 6 Aug 2026 01:04:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=AE=9D=E7=8E=89=20?= =?UTF-8?q?Skills=20=E4=B8=8E=20Marketing=20Skills=20=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E5=85=A5=E5=8F=A3=20(#64)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 以 entry.json pointer 形式收录两个第三方技能合集(均为 MIT、community、SHA 锁定): - baoyu-skills(JimLiu/baoyu-skills,creative,上游 21 个技能) - marketingskills(coreyhaines31/marketingskills,business,上游 49 个技能) 同步更新: - manifest.json:totalSkills 54 → 56,version 1.2.18 → 1.2.19,lastUpdated → 2026-08-06 - README.md:external 22 → 24、total 54 → 56,外部条目清单补入两个新入口,并补回此前遗漏的 karpathy-guidelines、last30days --- README.md | 11 +++++---- manifest.json | 6 ++--- skills/baoyu-skills/entry.json | 38 +++++++++++++++++++++++++++++++ skills/marketingskills/entry.json | 38 +++++++++++++++++++++++++++++++ 4 files changed, 85 insertions(+), 8 deletions(-) create mode 100644 skills/baoyu-skills/entry.json create mode 100644 skills/marketingskills/entry.json diff --git a/README.md b/README.md index 988ed38..a08687c 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` -- `22` external skill entries with `entry.json` -- `53` publishable skills in total (`SKILL.md` + `entry.json`) +- `24` external skill entries with `entry.json` +- `55` publishable skills in total (`SKILL.md` + `entry.json`) ## Skill Sources @@ -44,9 +44,10 @@ xiaomi-tts, xlsx External entries are marketplace pointers to Git/Web/ZIP sources: ```text -agent-reach, ai-news-radar, amap-jsapi-skill, dingtalk-api, flyai-skill, -follow-builders, ian-xiaohei-illustrations, impeccable, khazix-skills, -larksuite-cli, luckin-my-coffee, mattpocock-skills, minimax-image-gen, +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, wechatpay-skills, wecom-cli ``` diff --git a/manifest.json b/manifest.json index 3462265..6ae6e4b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.2.17", + "version": "1.2.19", "schemaVersion": "1.1.0", "supportedLocales": ["zh-CN", "en-US"], "defaultLocale": "en-US", @@ -27,8 +27,8 @@ }, "stats": { "totalAgents": 1, - "totalSkills": 53, - "lastUpdated": "2026-07-29" + "totalSkills": 55, + "lastUpdated": "2026-08-06" }, "features": [ "curated-index", diff --git a/skills/baoyu-skills/entry.json b/skills/baoyu-skills/entry.json new file mode 100644 index 0000000..96362c3 --- /dev/null +++ b/skills/baoyu-skills/entry.json @@ -0,0 +1,38 @@ +{ + "id": "baoyu-skills", + "name": "宝玉 Skills", + "category": "creative", + "icon": "", + "tags": [ + "baoyu", + "content-creation", + "wechat", + "illustration", + "productivity" + ], + "i18n": { + "zh-CN": { + "name": "宝玉 Skills", + "shortDesc": "宝玉分享的 AI Agent 技能集,20+ 技能覆盖封面图、插图、公众号发布、翻译、幻灯片等,适配 Claude Code、Codex 等" + }, + "en-US": { + "name": "Baoyu Skills", + "shortDesc": "Baoyu's 20+ content-creation skills — cover images, illustrations, WeChat publishing, translation and slide decks, for Claude Code and Codex" + } + }, + "maintainer": { + "name": "Baoyu (JimLiu)", + "verified": false, + "account": "JimLiu", + "url": "https://github.com/JimLiu/baoyu-skills" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/JimLiu/baoyu-skills.git", + "repoBranch": "main", + "ref": "6b7a2e417500561a5ecdd0b168332f4142584617" + } +} diff --git a/skills/marketingskills/entry.json b/skills/marketingskills/entry.json new file mode 100644 index 0000000..a5a935d --- /dev/null +++ b/skills/marketingskills/entry.json @@ -0,0 +1,38 @@ +{ + "id": "marketingskills", + "name": "Marketing Skills", + "category": "business", + "icon": "", + "tags": [ + "marketing", + "cro", + "copywriting", + "seo", + "growth" + ], + "i18n": { + "zh-CN": { + "name": "Marketing Skills", + "shortDesc": "面向技术型营销人与创始人的 AI Agent 技能集,涵盖转化率优化、文案、SEO、数据分析与增长工程,适配 Claude Code、Cursor 等" + }, + "en-US": { + "name": "Marketing Skills", + "shortDesc": "Marketing skills for technical marketers and founders — CRO, copywriting, SEO, analytics and growth engineering, for Claude Code and Cursor" + } + }, + "maintainer": { + "name": "Corey Haines", + "verified": false, + "account": "coreyhaines31", + "url": "https://github.com/coreyhaines31/marketingskills" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/coreyhaines31/marketingskills.git", + "repoBranch": "main", + "ref": "7868cb9251fad80a73d26e488a5ad5f6c4a9f335" + } +}