Claude Skill
constansino/openclaw_qq
openclaw_qq is a standalone QQ extension for Moltbot using the OneBot v11 protocol, enabling Claude Skill integration with QQ messaging. Written in TypeScript.
Overview
Repository
Install this Skill
git clone https://github.com/constansino/openclaw_qq.git qqRegistry
Summary
openclaw_qq is a standalone QQ extension for Moltbot, built on the OneBot v11 protocol to enable Claude Skill integration with QQ messaging.
基于OneBot v11协议的Moltbot独立QQ扩展(Claude Skill)
Key features
- Standalone QQ extension for Moltbot
- Based on OneBot v11 protocol
- Enables Claude Skill in QQ environment
- Written in TypeScript
- Lightweight and independent deployment
Use cases
- Integrate Claude Skill with QQ chat
- Build QQ bots with AI capabilities
- Extend Moltbot functionality for QQ
- Deploy standalone AI assistant on QQ
README excerpt
<p align="center"> <img width="100%" alt="OpenClaw QQ" src="https://github.com/user-attachments/assets/f606e35e-014b-4a7e-960b-eb23794ac9ee" /> </p> <h1 align="center">OpenClaw QQ 插件(OneBot v11)</h1> <p align="center">为 OpenClaw 提供可生产使用的 QQ 渠道接入:先快速跑通,再按需启用高级能力。</p> <p align="center"> [<a href="https://constansino.github.io/openclaw_qq/">在线文档</a>] [<a href="./docs/quickstart.md">3 分钟快速开始</a>] [<a href="./docs/config-reference.md">配置参考</a>] [<a href="https://github.com/constansino/openclaw_qq/blob/main/deploy/napcat/README.md">NapCat 部署</a>] [<a href="./docs/advanced.md">高级能力</a>] </p> <p align="center"> <a href="https://github.com/constansino/openclaw_qq/blob/main/openclaw.plugin.json"><img src="https://img.shields.io/badge/OpenClaw-Plugin-1f6feb" /></a> <img src="https://img.shields.io/badge/license-MIT-green" /> <a href="https://constansino.github.io/openclaw_qq/"><img src="https://img.shields.io/badge/docs-GitHub_Pages-blue" /></a> </p> > [!IMPORTANT] > **官方交流论坛(唯一):** https://aiya.de5.net/c/25-category/25 > 问题反馈、配置经验、更新公告统一在论坛沉淀,便于检索和追踪。 ## 最近更新(2026-04) - 新增专题说明:[2026-04-30 原生文件 / 媒体收发更新](./docs/2026-04-30-native-media-file-update.md)。 - QQ 普通文件附件现在默认只进入 `<attachments>` 元数据,不再自动展开 TXT 正文污染模型上下文。 - 入站文件会保留 `name`、`url`、`local_path`、`file_id`、`size`、`mime` 等元数据;需要读正文时再按 `local_path` 显式读取。 - 出站图片、语音、视频、压缩包已收进 QQ 插件原生逻辑,不再依赖旧的发文件 skill。 - `sendMedia` 会按媒体类型自动分流到 OneBot `image` / `record` / `video` / 文件上传接口。 - `sendPayload` 支持 `mediaUrl`、`mediaUrls`、`files`,可处理文本 + 多附件同发。 - 普通文件优先走 `upload_group_file` / `upload_private_file`,rich media 失败时会尝试文件上传 fallback。 - 已实测引用压缩包入站、引用 TXT metadata-only、原生发送图片、语音与 `.zip` 压缩包。 ## 最近更新(2026-03) - 新增专题说明:[2026-03-20 默认行为调整](./docs/2026-03-20-default-behavior-update.md)。 - 新增专题说明:[2026-03-27 媒体链路与传输模式更新](./docs/2026-
Topics
No topics yet.