ben7am1n/dsh-webhook-bridge1

dsh-webhook-bridge

Generic webhook receiver for DeepSeek Harness — POST to a local endpoint to wake a dsh agent.

AI Analysis

核心用途是实现外部系统与 DSH 代理的自动化联动。适合需要通过 CI/CD 流程、监控告警或其他第三方服务触发 AI 任务的自动化集成场景。

Package
dsh-webhook-bridge
Version
0.1.0
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ben7am1n/dsh-webhook-bridge

Configuration

All keys live under the dsh-webhook-bridge row's config:

KeyTypeDefaultMeaning
hoststring127.0.0.1Bind host. Loopback only by default; bind 0.0.0.0 only behind a firewall/proxy.
portnumber8788Bind port.
secretstringenv DSH_WEBHOOK_SECRETRequired in Authorization: Bearer . Empty = every request rejected.
providerstringProvider route for created agents (falls back to profile default).
modelstringModel for created agents (falls back to profile default).
cwdstringprocess.cwd()Working directory for created agent sessions.
maxBodyBytesnumber1048576Request body limit; larger bodies get 413.