dsh-sms-webhook
DSH 短信转发 webhook:手机端转发 App(短信转发器/Tasker 等)把短信 POST 到本地 HTTP 端点,插件落盘 JSONL 并暴露 sms_recent / sms_search 工具,让 agent 在任务中直接读取短信验证码;自动提取 4–8 位 OTP,支持关键词过滤,可走局域网或 Tailscale。
SMS forwarding webhook for DeepSeek Harness. Phone apps (SMS Forwarder, Tasker, or any HTTP POST) push messages to a local HTTP endpoint; the plugin stores them as JSONL and exposes sms_recent / sms_search tools so the agent can read SMS verification codes during tasks. Auto-extracts the first 4-8 digit OTP from each message, supports keyword filtering, and works over LAN or Tailscale.
怎么安装
dsh plugin add dsh-sms-webhook 简介
📲 dsh-sms-webhook **DeepSeek Harness 短信转发 Webhook 插件** 接收手机短信转发 App 推来的消息,落盘存储,让模型可以读取手机短信(验证码场景开箱即用)。 --- 简介 在电脑上起一个本地 HTTP 服务,手机上的短信转发 App(SMS Forwarder / Tasker / iOS 快捷指令)把新短信 POST 过来,插件落盘存储并暴露给模型查询。 功能特性 📨 sms_recent — 最近短信(可选关键词过滤) 🔍 sms_search — 全文搜索存储 🔑 自动提取 otp 字段(第一个 4–8 位数字),验证码直接可用 💾 JSONL 落盘,重启不丢(上限 5000 条自动裁剪) 🔎 可选 keywords 白名单,只收含指定词的短信(如 ["验证码", "code"]) 安装 sh dsh plugin --profile web add dsh-sms-webhook 手机端设置 用任意能「转发短信到 HTTP」的 App,例如: **SMS Forwarder**(安卓,最常用) Tasker / MacroDroid 的自定义 HTTP POST iOS 的快捷指令(收到短信 → 获取 URL 内容) 转发目标填: POST http://<电脑IP>:8899/ Content-Type: app…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- 412
- 最近更新
- 2026-08-20
- 创建于
- 2026-08-20
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- deepseek-harness, dsh, dsh-plugin
同类推荐
brave-search-mcp-server
brave/brave-search-mcp-server
Brave Search MCP服务器:网页结果、图片、视频、富结果、AI摘要等。
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。