AI Agent Hub
Back to plugins
⚙️

dsh-cross-team

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-cross-team

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

Run dsh plugin install uckkk/dsh-cross-team in the DeepSeek Harness terminal to install the plugin; the full source code is available at https://github.com/uckkk/dsh-cross-team.

About this plugin

Cross-department collaboration in agent workflows often demands structured, repeatable exchange of methods and process definitions, yet most teams end up relying on manual documentation or external APIs that introduce network risk and fragility. dsh-cross-team closes this gap by registering a single cross_team tool that, when invoked in a session, returns structured collaboration methods based on the parameters you provide, making multi-role orchestration both deterministic and reusable.

The entire plugin is implemented in pure Node.js with zero network dependencies and makes no outbound requests. This means it runs reliably in offline environments, intranet sandboxes, or high-compliance projects where external calls are strictly prohibited, and requires no extra configuration beyond installation.

dsh-cross-team is well suited for developers building multi-agent or multi-node workflows, especially teams that prefer a lightweight, dependency-free, MIT-licensed local solution for passing structured instructions between virtual team nodes without relying on cloud services.

Use Cases

  • Retrieve structured collaboration methods by parameter in multi-agent workflows
  • Pass methods between team nodes in intranet or offline environments
  • Register a deterministic cross-role tool call for agent orchestration

Best For

  • Developers building multi-agent workflows
  • Teams deploying agents in offline or intranet environments
  • Engineers who prefer lightweight, dependency-free local solutions