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"
+ }
+}