From 907ac7e311e490e3914b75d93a9058fc0de78cd9 Mon Sep 17 00:00:00 2001 From: brokemac79 Date: Sun, 10 May 2026 01:05:45 +0100 Subject: [PATCH] fix(qqbot): translate skill descriptions (#78153) Summary: - Translate the UI-facing QQBot skill description frontmatter to English. - Add the changelog entry for #77810. Validation: - PR CI status rollup succeeded on 4789487630c4963a80a957d6beda33e7dfead6ac. - Reviewed source path: manifest publishes QQBot skills, loader reads frontmatter description, skills.status passes it through, Skills UI renders it. Thanks @brokemac79 and @eabase. --- CHANGELOG.md | 1 + extensions/qqbot/skills/qqbot-channel/SKILL.md | 2 +- extensions/qqbot/skills/qqbot-media/SKILL.md | 2 +- extensions/qqbot/skills/qqbot-remind/SKILL.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f59f74325856..4baf9d59c501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -108,6 +108,7 @@ Docs: https://docs.openclaw.ai - ACP bridge: relay Gateway exec approval prompts from active ACP turns to the ACP client's `session/request_permission` handler before resolving the Gateway approval. Thanks @amknight. - Codex/plugins: enable migrated source-installed `openai-curated` Codex plugins in the same Codex harness thread with explicit `codexPlugins` config, cached app readiness, and fail-closed destructive-action policy. Thanks @kevinslin. - Codex/plugins: enforce native plugin destructive-action policy with Codex app-level `destructive_enabled` config instead of OpenClaw-maintained per-tool deny lists, leave plugin app `open_world_enabled` on by default, and invalidate existing plugin app thread bindings so old generated app config is rebuilt. Thanks @kevinslin. +- QQBot/Skills: translate QQBot skill descriptions surfaced in the Skills UI so English-language users no longer see Chinese metadata. Fixes #77810. Thanks @eabase. - PR triage: mark external pull requests with `proof: supplied` when Barnacle finds structured real behavior proof, keep stale negative proof labels in sync across CRLF-edited PR bodies, and let ClawSweeper own the stronger `proof: sufficient` judgement. - ACPX/Codex: preserve trusted Codex project declarations when launching isolated Codex ACP sessions, avoiding interactive trust prompts in headless runs. Thanks @Stedyclaw. - ACPX/Codex: reap stale OpenClaw-owned ACPX/Codex ACP process trees on startup and after ACP session close, preventing orphaned harness processes from slowing the Gateway. Thanks @91wan. diff --git a/extensions/qqbot/skills/qqbot-channel/SKILL.md b/extensions/qqbot/skills/qqbot-channel/SKILL.md index 593e2a6f3363..93a2142d6041 100644 --- a/extensions/qqbot/skills/qqbot-channel/SKILL.md +++ b/extensions/qqbot/skills/qqbot-channel/SKILL.md @@ -1,6 +1,6 @@ --- name: qqbot-channel -description: QQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。 +description: QQ channel management skill. Use qqbot_channel_api to list guilds and channels, inspect members, publish posts, manage announcements, and work with schedules through the QQ Open Platform HTTP API with automatic token authentication. metadata: { "openclaw": { "emoji": "📡", "requires": { "config": ["channels.qqbot"] } } } --- diff --git a/extensions/qqbot/skills/qqbot-media/SKILL.md b/extensions/qqbot/skills/qqbot-media/SKILL.md index d93ac300bbd0..d83d89ec12b4 100644 --- a/extensions/qqbot/skills/qqbot-media/SKILL.md +++ b/extensions/qqbot/skills/qqbot-media/SKILL.md @@ -1,6 +1,6 @@ --- name: qqbot-media -description: QQBot 富媒体收发能力。使用 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。 +description: QQBot rich media send and receive support. Use tags to send image, voice, video, or file attachments, with the media type inferred from the file extension. metadata: { "openclaw": { "emoji": "📸", "requires": { "config": ["channels.qqbot"] } } } --- diff --git a/extensions/qqbot/skills/qqbot-remind/SKILL.md b/extensions/qqbot/skills/qqbot-remind/SKILL.md index 6c010b7d1c2e..817f943b9c2c 100644 --- a/extensions/qqbot/skills/qqbot-remind/SKILL.md +++ b/extensions/qqbot/skills/qqbot-remind/SKILL.md @@ -1,6 +1,6 @@ --- name: qqbot-remind -description: QQBot 定时提醒。支持一次性和周期性提醒的创建、查询、取消。当通过 QQ 通道通信且涉及提醒/定时任务时使用。 +description: QQBot scheduled reminders. Create, list, and cancel one-time or recurring reminders when a QQ conversation involves reminders, alarms, or scheduled tasks. metadata: { "openclaw": { "emoji": "⏰", "requires": { "config": ["channels.qqbot"] } } } ---