From 9a4d1a013078367249ea6b64e858aa35e08f18e4 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:43:05 -0700 Subject: [PATCH] refactor(skills): move yuanbao to optional-skills MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The yuanbao skill is platform-specific guidance for Tencent Yuanbao group chats — niche for the default bundled set. Per the 'when in doubt, optional' rule, ship it as an optional skill. Install via: hermes skills install official/yuanbao/yuanbao --- {skills => optional-skills}/yuanbao/SKILL.md | 0 .../docs/reference/optional-skills-catalog.md | 6 ++++++ website/docs/reference/skills-catalog.md | 6 ------ .../yuanbao/yuanbao-yuanbao.md | 4 ++-- .../reference/optional-skills-catalog.md | 6 ++++++ .../current/reference/skills-catalog.md | 8 +------- .../yuanbao/yuanbao-yuanbao.md | 4 ++-- website/sidebars.ts | 18 +++++++++--------- 8 files changed, 26 insertions(+), 26 deletions(-) rename {skills => optional-skills}/yuanbao/SKILL.md (100%) rename website/docs/user-guide/skills/{bundled => optional}/yuanbao/yuanbao-yuanbao.md (97%) rename website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide/skills/{bundled => optional}/yuanbao/yuanbao-yuanbao.md (97%) diff --git a/skills/yuanbao/SKILL.md b/optional-skills/yuanbao/SKILL.md similarity index 100% rename from skills/yuanbao/SKILL.md rename to optional-skills/yuanbao/SKILL.md diff --git a/website/docs/reference/optional-skills-catalog.md b/website/docs/reference/optional-skills-catalog.md index e0db3451e929..f65b32ff5aad 100644 --- a/website/docs/reference/optional-skills-catalog.md +++ b/website/docs/reference/optional-skills-catalog.md @@ -235,6 +235,12 @@ hermes skills uninstall | [**cloudflare-temporary-deploy**](/docs/user-guide/skills/optional/web-development/web-development-cloudflare-temporary-deploy) | Deploy a Worker live, no account, via wrangler --temporary. | | [**page-agent**](/docs/user-guide/skills/optional/web-development/web-development-page-agent) | Embed alibaba/page-agent into your own web application — a pure-JavaScript in-page GUI agent that ships as a single <script> tag or npm package and lets end-users of your site drive the UI with natural language ("click login, fill userna... | +## yuanbao + +| Skill | Description | +|-------|-------------| +| [**yuanbao**](/docs/user-guide/skills/optional/yuanbao/yuanbao-yuanbao) | Yuanbao (元宝) groups: @mention users, query info/members. | + --- ## Contributing Optional Skills diff --git a/website/docs/reference/skills-catalog.md b/website/docs/reference/skills-catalog.md index 6593e692aed3..de4da5d215b7 100644 --- a/website/docs/reference/skills-catalog.md +++ b/website/docs/reference/skills-catalog.md @@ -150,9 +150,3 @@ If a skill is missing from this list but present in the repo, the catalog is reg | [`spike`](/docs/user-guide/skills/bundled/software-development/software-development-spike) | Throwaway experiments to validate an idea before build. | `software-development/spike` | | [`systematic-debugging`](/docs/user-guide/skills/bundled/software-development/software-development-systematic-debugging) | 4-phase root cause debugging: understand bugs before fixing. | `software-development/systematic-debugging` | | [`test-driven-development`](/docs/user-guide/skills/bundled/software-development/software-development-test-driven-development) | TDD: enforce RED-GREEN-REFACTOR, tests before code. | `software-development/test-driven-development` | - -## yuanbao - -| Skill | Description | Path | -|-------|-------------|------| -| [`yuanbao`](/docs/user-guide/skills/bundled/yuanbao/yuanbao-yuanbao) | Yuanbao (元宝) groups: @mention users, query info/members. | `yuanbao` | diff --git a/website/docs/user-guide/skills/bundled/yuanbao/yuanbao-yuanbao.md b/website/docs/user-guide/skills/optional/yuanbao/yuanbao-yuanbao.md similarity index 97% rename from website/docs/user-guide/skills/bundled/yuanbao/yuanbao-yuanbao.md rename to website/docs/user-guide/skills/optional/yuanbao/yuanbao-yuanbao.md index aff10159e5c6..3324a63ad10d 100644 --- a/website/docs/user-guide/skills/bundled/yuanbao/yuanbao-yuanbao.md +++ b/website/docs/user-guide/skills/optional/yuanbao/yuanbao-yuanbao.md @@ -14,8 +14,8 @@ Yuanbao (元宝) groups: @mention users, query info/members. | | | |---|---| -| Source | Bundled (installed by default) | -| Path | `skills/yuanbao` | +| Source | Optional — install with `hermes skills install official/yuanbao/yuanbao` | +| Path | `optional-skills/yuanbao` | | Version | `1.0.0` | | Platforms | linux, macos, windows | | Tags | `yuanbao`, `mention`, `at`, `group`, `members`, `元宝`, `派`, `艾特` | diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/optional-skills-catalog.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/optional-skills-catalog.md index 850dad8ebc02..e644df9c2d01 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/optional-skills-catalog.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/reference/optional-skills-catalog.md @@ -202,6 +202,12 @@ hermes skills uninstall |-------|-------------| | [**page-agent**](/user-guide/skills/optional/web-development/web-development-page-agent) | 将 alibaba/page-agent 嵌入您自己的 Web 应用 — 一个纯 JavaScript 页内 GUI agent,以单个 `