huaxiren6/dsh-sms-webhook ↗★ 0
dsh-sms-webhook
SMS forwarding webhook for DeepSeek Harness: receives pushes from SMS Forwarder apps, stores them, and exposes sms_recent / sms_search tools.
AI Analysis
核心用途是接收并存储手机短信转发器的推送数据,供 Agent 查询验证码等。适合需要让 AI 自动读取手机短信、验证码的自动化任务。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huaxiren6/dsh-sms-webhookREADME
Read the full README ↗配置
| 键 | 默认 | 含义 |
|---|---|---|
host | 0.0.0.0 | 监听地址(局域网转发保持默认) |
port | 8899 | 监听端口 |
store | $DSH_HOME/data/dsh-sms-webhook/messages.jsonl | 存储文件 |
keywords | [] | 非空时只收含这些词的消息(如 ["验证码", "code"]) |
⚠️
0.0.0.0意味着局域网内任何人都能 POST——建议在手机 App 里限制来源,或仅在可信网络使用。