AI Agent Hub
Back to plugins
🧰

dsh-plugin-check

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install omdsh-dev/dsh-plugin-check

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

In DeepSeek Harness, install this plugin from the full source URL https://github.com/omdsh-dev/dsh-plugin-check.

About this plugin

As plugin repositories grow, small configuration mistakes can quickly become real build or runtime failures: incomplete manifests, mismatched patch names, stale TypeScript artifacts, or missing tsconfig essentials. dsh-plugin-check turns these known pitfalls into automated health checks, helping repositories get validated before publishing, hub inclusion, or wider use.

The plugin registers a plugin_check tool that can check a single plugin repository, scan multiple dsh-* repositories under a parent directory, or output the full schema of checks and judgment rules. It inspects manifest protocol compliance, patch format, build pitfalls, ecosystem compliance, and hub listing status, then returns a unified JSON report with a verdict, errors, warnings, and fix suggestions. The process is read-only and never modifies or builds the inspected repositories.

It is useful for plugin authors, platform maintainers, and automated workflows such as CI gates or agent-driven audits. Authors can catch compliance issues before release, maintainers can review many repositories consistently, and automation can rely on the structured report for repeatable validation.

Use Cases

  • Check a single plugin repository before release
  • Scan multiple dsh-* plugin repositories in an organization
  • Run a read-only compliance gate in CI or agent workflows

Best For

  • Plugin authors who need to verify compliance before publishing
  • Platform or repository maintainers auditing multiple repositories
  • CI pipelines and agent workflows that need structured check reports