diff --git a/frontend/src/components/workspace/settings/skill-settings-page.tsx b/frontend/src/components/workspace/settings/skill-settings-page.tsx
index 63f501762..cae4a8d10 100644
--- a/frontend/src/components/workspace/settings/skill-settings-page.tsx
+++ b/frontend/src/components/workspace/settings/skill-settings-page.tsx
@@ -80,7 +80,7 @@ function SkillSettingsList({
diff --git a/frontend/src/core/i18n/locales/en-US.ts b/frontend/src/core/i18n/locales/en-US.ts
index bd276d375..ebade4ffe 100644
--- a/frontend/src/core/i18n/locales/en-US.ts
+++ b/frontend/src/core/i18n/locales/en-US.ts
@@ -152,6 +152,7 @@ export const enUS: Translations = {
title: "Agent Skills",
description:
"Manage the configuration and enabled status of the agent skills.",
+ createSkill: "Create skill",
},
notification: {
title: "Notification",
diff --git a/frontend/src/core/i18n/locales/types.ts b/frontend/src/core/i18n/locales/types.ts
index f1e9c767a..245d67f23 100644
--- a/frontend/src/core/i18n/locales/types.ts
+++ b/frontend/src/core/i18n/locales/types.ts
@@ -143,6 +143,7 @@ export interface Translations {
skills: {
title: string;
description: string;
+ createSkill: string;
};
notification: {
title: string;
diff --git a/frontend/src/core/i18n/locales/zh-CN.ts b/frontend/src/core/i18n/locales/zh-CN.ts
index cf1ecfad1..e16c0bdd0 100644
--- a/frontend/src/core/i18n/locales/zh-CN.ts
+++ b/frontend/src/core/i18n/locales/zh-CN.ts
@@ -147,6 +147,7 @@ export const zhCN: Translations = {
skills: {
title: "技能",
description: "管理 Agent Skill 配置和启用状态。",
+ createSkill: "新建技能",
},
notification: {
title: "通知",