AI Agent Hub
Back to plugins
DSH-SmsWebhook preview

DSH-SmsWebhook

Web Tools Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install huaxiren6/DSH-SmsWebhook

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

Install it in DeepSeek Harness by running dsh plugin install huaxiren6/DSH-SmsWebhook; the source repository is available at https://github.com/huaxiren6/DSH-SmsWebhook

About this plugin

Your phone is an information silo. Verification codes, bank alerts, delivery notifications—all locked behind a glass screen where your AI assistant simply cannot reach, breaking automation chains at the last step.

DSH-SmsWebhook spins up a lightweight local HTTP service on your desktop. A forwarding app on your phone (SMS Forwarder, Tasker, or iOS Shortcuts) POSTs each new message to it, and the plugin persists the data to disk and exposes it to the model. It auto-extracts a 4–8 digit number as the OTP field, supports full-text search, and lets you narrow the inbound stream with a keyword whitelist (e.g. only messages containing a specific word). Data is stored in JSONL format, survives restarts, is trimmed at 5,000 entries, and field names accept common aliases like sender, phone, text, and content—so most forwarding apps work out of the box.

Built for developers who juggle multi-device SMS verification flows, or anyone who wants their AI assistant to glance at a phone message on their behalf. The configuration is minimal—just host, port, and an optional keyword list.

Screenshots

Use Cases

  • After a verification code lands on your phone, the AI assistant reads it and fills in the web form without you switching devices
  • Use a keyword whitelist to capture only critical bank or platform notifications and ignore the rest
  • Query historical SMS content and timestamps in natural language, since everything is persisted on disk
  • Bridge the phone-SMS step into a desktop automation chain so the workflow never stalls

Best For

  • Developers automating multi-device SMS verification flows
  • Individual users who want their AI assistant to read phone messages on their behalf
  • Teams building SMS-driven automation pipelines