AI Agent Hub
Back to plugins
dsh-sms-webhook preview

dsh-sms-webhook

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install huaxiren6/dsh-sms-webhook

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

Run dsh plugin install huaxiren6/dsh-sms-webhook inside DeepSeek Harness to install this plugin; source code is at https://github.com/huaxiren6/dsh-sms-webhook .

About this plugin

SMS codes and important notifications live in a gap between your phone and your desktop—you copy a message, paste it into an AI chat, and lose time on every single code.

DSH-SMS-Webhook spins up a lightweight local HTTP server. Your phone SMS-forwarding app (SMS Forwarder, Tasker, iOS Shortcuts, etc.) POSTs each new message to the server, and the plugin persists it as a JSONL file while exposing two tools for the model: sms_recent for the latest messages and sms_search for full-text lookup. Out of the box it also extracts the first 4-to-8-digit number as an otp field, so verification-code workflows need zero extra setup. An optional keywords whitelist filters inbound messages so only relevant ones are stored.

Built for developers and automation enthusiasts who regularly need AI to read phone SMS—login codes, two-factor confirmations, service notifications—and want a clean bridge from the mobile world into a local, queryable store. Any app that can do an HTTP POST to a URL is all your phone side needs.

Screenshots

Use Cases

  • Let AI auto-read phone SMS verification codes and complete the login flow
  • Bridge phone SMS notifications into local workflows and automation scripts
  • Use a keyword whitelist to only capture verification codes from banks or platforms

Best For

  • Developers who frequently need AI to read phone verification codes
  • Automation enthusiasts building SMS-driven efficiency toolchains
  • Individuals looking to set up a local message-bridging service