AI Agent Hub
Back to plugins
🧰

dsh-physics-formulas

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-physics-formulas

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

Run the install command shown above in DeepSeek Harness to add this plugin; the source code is available at https://github.com/uckkk/dsh-physics-formulas

About this plugin

When you need to confirm a physics formula name or ID during an AI conversation, switching to a browser or notes app breaks your flow. dsh-physics-formulas registers a set of physics formula knowledge entries as in-chat tools, so you can search them with natural language without leaving the session.

The plugin exposes two core capabilities: list_physics lists all formula entries with their Chinese and English names and IDs, while get_physics retrieves full details for a single entry by ID or name. The entire implementation is pure Node with zero network dependency, works fully offline, and has negligible startup cost.

It is well suited for physics students reviewing formulas, engineers verifying formula details mid-conversation, and developers who want to embed structured physics references into their AI workflows. No network required, no external service needed, install and go.

Use Cases

  • Quickly look up physics formula names and IDs during an AI conversation
  • Retrieve formula details by ID or name without leaving the chat session
  • Browse and cite a structured physics formula library in an offline environment

Best For

  • Physics students who need to review or verify formulas
  • Engineers who frequently reference formulas in conversations
  • Product developers who want to embed physics knowledge into AI workflows