belowthetree/dsh-qqbot--packages-qqbot0

@deepseek-ai/dsh-qqbot

QQ official bot bridge: /qqbot command plus bound-session routing over the WebSocket gateway

AI 분석

核心用途是将 DSH 代理接入 QQ 官方机器人。适合需要通过 QQ 聊天群或私聊与 AI 代理交互的团队或个人。必要条件:需提供 QQ 开放平台的 appId 和 appSecret。

패키지
@deepseek-ai/dsh-qqbot
버전
0.1.0-rc.5
최근 업데이트
2026. 8. 14.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Configuration

The plugin is a function plugin (name: 'qqbot', inject: ['agents', 'commands']). Mount it in a Cordis composition with the robot identity; a session opts in at runtime with /qqbot on.

FieldEnv fallbackRequiredMeaning
appIdQQBOT_APP_IDyesRobot application id from the QQ open platform.
appSecretQQBOT_APP_SECRETyesRobot application secret; never logged or put in a prompt.
sandboxnoRoute token, gateway, and sends through the sandbox host. Default false.

Missing credentials fail at load. Credentials resolve from config first, then from the two environment variables, so a deployment can keep the secret out of cordis.yml.