AI Agent Hub
Back to plugins
🧰

dsh-wolfram

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install hatter123/dsh-wolfram

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

Run dsh plugin install hatter123/dsh-wolfram inside DeepSeek Harness to add this plugin; the source repository is https://github.com/hatter123/dsh-wolfram.

About this plugin

Run integrals, equation solving, limits, and series expansions directly inside DeepSeek conversations instead of switching to a separate Wolfram window. dsh-wolfram registers a wolfram tool for Harness so the Agent can invoke it automatically, pass in any Mathematica expression, and receive the evaluated result as plain text.

Under the hood the plugin shells out to the system wolframscript command via Node's built-in child_process module and captures standard output. There are zero npm dependencies; the only prerequisite is a working install of Wolfram Mathematica or the free Wolfram Engine.

Ideal for engineers and researchers who rely on symbolic computation, want to verify formulas on the fly, or prefer to weave Wolfram's power into an AI-assisted workflow without leaving the chat.

Use Cases

  • Ask the Agent to perform integrals, equation solving, limits, and series expansions inline in chat
  • Verify formula derivations or evaluate Mathematica expressions without leaving the conversation
  • Weave Wolfram symbolic computation into an AI-assisted workflow without context switching

Best For

  • Engineers who need symbolic computation or formula verification
  • Math researchers who want to minimize switching between Wolfram and AI tools
  • Developers integrating Wolfram into an AI toolchain