AI Agent Hub
Back to plugins
⚙️

dsh-meeting-prep

Workflow Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-meeting-prep

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

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-meeting-prep; the source is available at https://github.com/uckkk/dsh-meeting-prep .

About this plugin

Manual pre-meeting tasks like repetitive parameter calculations and result assembly are both time-consuming and error-prone. dsh-meeting-prep wraps this step into a single tool call that an agent can run directly in the conversation, eliminating the back-and-forth of manual checks.

The core tool, meeting_prep, accepts input parameters, performs precise rule-based calculations, and returns a detailed, structured result. Built entirely in Node with zero network requests, it runs fully offline and is naturally suited to privacy-sensitive or air-gapped environments.

If you are assembling an agent workflow and want pre-meeting prep reduced to one lightweight tool invocation, this MIT-licensed plugin drops in with no friction and is easy to extend for your own needs.

Use Cases

  • Calculate a set of parameters and summarize results before a meeting
  • Prepare meeting data quickly in an air-gapped environment
  • Automate pre-meeting prep as a single tool call in an agent workflow

Best For

  • Developers building agent workflows who want to reduce repetitive manual calculations
  • Teams using agents in offline or privacy-sensitive environments
  • Automation engineers wrapping pre-meeting prep into a standardized tool call