AI Agent Hub
Back to plugins
🧰

dsh-astrbot-ingress

Web Tools Updated 2026.09.13

Run the following command in DeepSeek Harness:

dsh plugin install CCYellowStar2/dsh-astrbot-ingress

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install CCYellowStar2/dsh-astrbot-ingress (source: https://github.com/CCYellowStar2/dsh-astrbot-ingress) in your terminal, then restart dsh web to activate the plugin.

About this plugin

AstrBot is built to be an IM gateway—QQ groups, official Bot, OneBot, all fine—but it does not write code. DeepSeek Harness is a local AI coding agent with real capability but no natural entry point for people who live in chat. dsh-astrbot-ingress bridges the two: AstrBot stays the front door, you drop /dsh hello into a group, DSH runs in the background, and the result, files, and errors come straight back into the conversation.

The plugin is deliberately low-friction to deploy. On the same host, both the token and the URL can be left blank; the plugin reads a beacon file written by DSH to complete the handshake. In Docker it auto-discovers host.docker.internal, and no shared volume is required—large inbound attachments travel over one-time URLs, and outbound files the plugin cannot see locally are fetched back from ingress via a short-lived credential. Progress reporting comes in three modes (digest, full, minimal), DSH's ask-user questions are mirrored into the chat window with parallel answer support on QQ and the web side, and security defaults are conservative: bind to 127.0.0.1 only, confine outbound files to the workspace, and reject sensitive path segments such as .ssh and .env.

It is aimed at users who already run AstrBot under any channel (QQ group, official Bot, OneBot) and have DeepSeek Harness deployed on the same machine or in Docker. No framework swap, no extra gateway—install the plugin, reload, send one /dsh, and your group's coding brain is live.

Use Cases

  • Type /dsh in a QQ group and let a local AI agent write code and send results back
  • Drop a screenshot or file into chat and ask the AI to analyze it
  • Get real-time progress digests while the AI runs, then receive final code output and errors

Best For

  • Individual developers with AstrBot and DeepSeek Harness already deployed
  • Teams that want AI coding inside QQ groups or official Bot channels
  • Privacy-conscious users who prefer local AI over third-party cloud services