dsh plugins中文
← Back to popular plugin directory

api gateway · Feishu smart body connector

litestartup-com/dsh-api-gateway · skills

DeepSeek Harness's open source API Gateway plug-in: Any third-party client (including instant messaging such as Feishu/DingTalk) can interact with your Agent session through the REST + SSE interface.

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

Project overview

Uninstall: dsh plugin --profile web remove dsh-api-gateway. Manual composition row (no CLI)

The plugin is an ordinary Cordis row; you can also compose it by hand. It publishes a cross-session HTTP surface, so it belongs in the host composition (or the profile's patch layer) — never inside an agent preset:

Windows PowerShell (no extra tools; UTF-8 safe): PowerShell 5.1 sends ANSI/GBK by default → garbled Chinese. Use the UTF-8 byte form above (or declare charset=utf-8); PowerShell 7 is UTF-8 by default. The server honors the request Content-Type charset (default UTF-8, GBK-tolerant). No jq? brew install jq, or use the Python/PowerShell examples.

Install command

dsh plugin --profile web add github:litestartup-com/dsh-api-gateway
View GitHub repository ↗Back to popular plugin directory