dsh plugins中文
← Back to popular plugin directory

qq remote · Task progress panel

ASAKAFENG/dsh-qq-remote · skills

GitHub repository for the DeepSeek Harness ecosystem.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

1. 构建:bash scripts/build.sh(纯 JS,无编译依赖) 2. 注入:DSH 侧 devinjectplugin(或 loader 装配),插件名 @dsh-external/dsh-qq-remote 3. 运行任一 OneBot 11 实现(如 NapCat),开启反向 WebSocket(默认 ws://127.0.0.1:3001/ws), 路径与插件 wsUrl 保持一致;配置了 token 时 WS 走 ?accesstoken=、HTTP 走 Authorization: Bearer

配置有两种方式:插件 Config(loader 注入时传入)或覆盖层文件 /.dsh/qq-remote.json (免改代码、即时生效,热重载后应用): 说明:chatSystemPrompt 是聊天模式的人设提示词,默认只约束"像真人聊天"的回复格式,可自由替换成任何角色(如 AI 女友、助理、猫娘…); chatHistoryLimit / chatMaxChars 为 0 表示上下文无限制(全量发送); chatSessionNames 由 /chatbind 命令自动维护,一般无需手改。

Install command

dsh plugin --profile web add github:ASAKAFENG/dsh-qq-remote
View GitHub repository ↗Back to popular plugin directory