diff --git a/README.md b/README.md index a3c4f7d..20d7c52 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The market currently contains: - `1` Agent: `desirecore` - `32` local built-in skills with `SKILL.md` -- `25` external skill entries with `entry.json` -- `57` publishable skills in total (`SKILL.md` + `entry.json`) +- `28` external skill entries with `entry.json` +- `60` publishable skills in total (`SKILL.md` + `entry.json`) ## Skill Sources @@ -50,10 +50,11 @@ External entries are marketplace pointers to Git/Web/ZIP sources: ```text 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, watch, watchless, +flyai-skill, follow-builders, humanizer, humanizer-zh, +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, nuwa-skill, taste-skill, watch, watchless, wechatpay-skills, wecom-cli ``` diff --git a/manifest.json b/manifest.json index db7b5a0..7924cd8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.2.25", + "version": "1.2.26", "schemaVersion": "1.1.0", "supportedLocales": ["zh-CN", "en-US"], "defaultLocale": "en-US", @@ -27,8 +27,8 @@ }, "stats": { "totalAgents": 1, - "totalSkills": 57, - "lastUpdated": "2026-08-08" + "totalSkills": 60, + "lastUpdated": "2026-08-09" }, "features": [ "curated-index", diff --git a/skills/humanizer-zh/entry.json b/skills/humanizer-zh/entry.json new file mode 100644 index 0000000..55f03fc --- /dev/null +++ b/skills/humanizer-zh/entry.json @@ -0,0 +1,32 @@ +{ + "id": "humanizer-zh", + "name": "Humanizer 中文版", + "category": "creative", + "icon": "", + "tags": ["writing", "editing", "ai-detection", "humanize", "chinese"], + "i18n": { + "zh-CN": { + "name": "Humanizer 中文版", + "shortDesc": "Humanizer 的汉化版本,按中文写作习惯去除 AI 生成痕迹,附核心规则、快速检查清单与质量评分,适配 Claude Code、Codex 等" + }, + "en-US": { + "name": "Humanizer (Chinese)", + "shortDesc": "Chinese localization of Humanizer that removes AI writing patterns following Chinese prose conventions, with core rules, a quick checklist and quality scoring for Claude Code and Codex" + } + }, + "maintainer": { + "name": "歸藏 (op7418)", + "verified": false, + "account": "op7418", + "url": "https://github.com/op7418/Humanizer-zh" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/op7418/Humanizer-zh.git", + "repoBranch": "main", + "ref": "91f3d394db8419c20d67ebe22a96cf8fee0a404b" + } +} diff --git a/skills/humanizer/entry.json b/skills/humanizer/entry.json new file mode 100644 index 0000000..b03dae9 --- /dev/null +++ b/skills/humanizer/entry.json @@ -0,0 +1,32 @@ +{ + "id": "humanizer", + "name": "Humanizer", + "category": "creative", + "icon": "", + "tags": ["writing", "editing", "ai-detection", "humanize", "prose"], + "i18n": { + "zh-CN": { + "name": "Humanizer", + "shortDesc": "基于维基百科「AI 写作特征」指南去除文本中的 AI 痕迹,识别并修复夸大象征、宣传腔、破折号滥用、三段式、否定式排比等模式,纯 Markdown 可跨 agent 运行" + }, + "en-US": { + "name": "Humanizer", + "shortDesc": "Strips signs of AI-generated writing using Wikipedia's \"Signs of AI writing\" guide, fixing inflated symbolism, promotional tone, em dash overuse, rule of three and negative parallelisms; plain Markdown, runs in any harness" + } + }, + "maintainer": { + "name": "blader", + "verified": false, + "account": "blader", + "url": "https://github.com/blader/humanizer" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/blader/humanizer.git", + "repoBranch": "main", + "ref": "523374dee72d67c7b2b5f858ea0094ffda49c3ac" + } +} diff --git a/skills/nuwa-skill/entry.json b/skills/nuwa-skill/entry.json new file mode 100644 index 0000000..67149b7 --- /dev/null +++ b/skills/nuwa-skill/entry.json @@ -0,0 +1,32 @@ +{ + "id": "nuwa-skill", + "name": "女娲.skill", + "category": "productivity", + "icon": "", + "tags": ["nuwa", "skill-creator", "thinking", "research", "distillation"], + "i18n": { + "zh-CN": { + "name": "女娲.skill", + "shortDesc": "输入一个名字即自动完成调研、提炼、验证,把任何人的心智模型、决策启发式与表达 DNA 蒸馏成可运行的人物 Skill,适配 Claude Code、Codex、Cursor 等" + }, + "en-US": { + "name": "Nuwa Skill", + "shortDesc": "Give it a name and it researches, distills and validates automatically, turning anyone's mental models, decision heuristics and voice into a runnable persona skill for Claude Code, Codex and Cursor" + } + }, + "maintainer": { + "name": "花生 (alchaincyf)", + "verified": false, + "account": "alchaincyf", + "url": "https://github.com/alchaincyf/nuwa-skill" + }, + "stewardship": "community", + "license": "MIT", + "redistribution": "allowed", + "source": { + "kind": "git", + "repoUrl": "https://github.com/alchaincyf/nuwa-skill.git", + "repoBranch": "main", + "ref": "27642f5bfed2dc1bbf8ee59a2c1ee602a626bbd7" + } +}