openclaw/extensions/qqbot
lsr911 1beea4b873
fix(qqbot): use truncateUtf16Safe for debug log URL/key truncation (#102572)
* fix(qqbot): use truncateUtf16Safe for debug log URL/key truncation

Replace naive .slice(0, N) with truncateUtf16Safe() in:
- image-size.ts: URL preview in debug logs (2 sites)
- upload-cache.ts: cache key preview in debug logs (2 sites)

Co-Authored-By: Claude <noreply@anthropic.com>

* test(qqbot): cover UTF-16-safe debug previews

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-09 11:20:38 +01:00
..
skills fix(qqbot): allow scoped sandbox media sends (#92872) 2026-07-03 15:02:58 +08:00
src fix(qqbot): use truncateUtf16Safe for debug log URL/key truncation (#102572) 2026-07-09 11:20:38 +01:00
api.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
channel-entry-api.ts perf(qqbot): narrow tool discovery cold load (#90780) 2026-06-07 00:41:11 -07:00
channel-plugin-api.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
doctor-contract-api.ts fix: migrate QQBot credential backups to SQLite KV (#89597) 2026-07-01 20:03:59 +01:00
index.ts perf(qqbot): narrow tool discovery cold load (#90780) 2026-06-07 00:41:11 -07:00
npm-shrinkwrap.json chore(release): close out 2026.6.11 on main 2026-06-30 11:31:08 -07:00
openclaw.plugin.json fix(plugins): remove simpleicons icon color paths (#95987) 2026-06-23 12:16:02 -07:00
package.json fix(release): use workspace host deps in release lockfile 2026-06-30 15:54:12 -07:00
README.md
runtime-api.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
secret-contract-api.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
setup-entry.ts docs: document large extension sources 2026-06-04 21:40:44 -04:00
setup-plugin-api.ts
tools-api.ts perf(qqbot): narrow tool discovery cold load (#90780) 2026-06-07 00:41:11 -07:00
tsconfig.json

OpenClaw QQ Bot

Official OpenClaw channel plugin for QQ Bot group and direct-message workflows.

Install from OpenClaw:

openclaw plugin add @openclaw/qqbot

Configure QQ Bot credentials in OpenClaw, then connect the bot to the groups or direct-message contexts where agents should operate.