fix(qqbot): translate skill descriptions (#78153) · openclaw/openclaw@907ac7e
brokemac79
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -108,6 +108,7 @@ Docs: https://docs.openclaw.ai
|
108 | 108 | - 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. |
109 | 109 | - 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. |
110 | 110 | - 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. |
| 111 | +- QQBot/Skills: translate QQBot skill descriptions surfaced in the Skills UI so English-language users no longer see Chinese metadata. Fixes #77810. Thanks @eabase. |
111 | 112 | - 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. |
112 | 113 | - ACPX/Codex: preserve trusted Codex project declarations when launching isolated Codex ACP sessions, avoiding interactive trust prompts in headless runs. Thanks @Stedyclaw. |
113 | 114 | - 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. |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: qqbot-channel |
3 | | -description: QQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。 |
| 3 | +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. |
4 | 4 | metadata: { "openclaw": { "emoji": "📡", "requires": { "config": ["channels.qqbot"] } } } |
5 | 5 | --- |
6 | 6 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: qqbot-media |
3 | | -description: QQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。 |
| 3 | +description: QQBot rich media send and receive support. Use <qqmedia> tags to send image, voice, video, or file attachments, with the media type inferred from the file extension. |
4 | 4 | metadata: { "openclaw": { "emoji": "📸", "requires": { "config": ["channels.qqbot"] } } } |
5 | 5 | --- |
6 | 6 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | --- |
2 | 2 | name: qqbot-remind |
3 | | -description: QQBot 定时提醒。支持一次性和周期性提醒的创建、查询、取消。当通过 QQ 通道通信且涉及提醒/定时任务时使用。 |
| 3 | +description: QQBot scheduled reminders. Create, list, and cancel one-time or recurring reminders when a QQ conversation involves reminders, alarms, or scheduled tasks. |
4 | 4 | metadata: { "openclaw": { "emoji": "⏰", "requires": { "config": ["channels.qqbot"] } } } |
5 | 5 | --- |
6 | 6 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。