DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-k6

d

dsh-k6

Manifest valid

Load testing with Grafana k6: smoke-test first, then run scripts and read percentiles from the JSON summary.

hasBundlePatch

dsh-k6

dsh-k6

Grafana k6 的 DeepSeek Harness 插件 —— 让 dsh 智能体编写、运行和分析负载测试。

独立社区项目,非官方。基于 grafana/k6(AGPL-3.0)。

特性

  • 4 个原生工具:k6_version / k6_run / k6_scenarios / k6_smoke
  • 冒烟测试(1 VU 1 iter)先验证脚本,再跑真实负载
  • --summary-export JSON 输出,模型可读 p95/p99/错误率
  • 最轻量的 CLI 包装(单命令 + 脚本),模式最易复用

安装

- insert:
    - id: k6
      name: './src/index.js'
      config:
        k6Path: k6
        timeoutMs: 300000

许可

MIT。

Similar plugins

dsh-flakefinder

Test-stability tools: repeatedly run vitest/jest/pytest/node:test suites, classify flaky cases, keep history, maintain a quarantine manifest and health self-check.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-flakefinder

Code smell radar: statically scans TODO/FIXME debt, stub implementations, long lines, oversized files and duplicated blocks, with severity-sorted read-only fix suggestions.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-code-smell

by PerryLink

Isolated install-and-smoke test drives for DeepSeek Harness plugins: installs a repo or npm package into a throwaway DSH_HOME profile, verifies the bundle patch layer and boot logs, records a structur

Development & InfrastructureManifest valid

6

Apache-2.0

TypeScript

Sep 12, 2026

dsh plugin --profile web add dsh-test-drive

Version-token-validated in-process result cache for the DSH read tool: repeated reads of unchanged files skip file I/O and line rendering, with a readcache tool for stats and clearing.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-readcache

Registers /wrapped, which reads the session's own stats and renders a shareable dark SVG summary card — tool vs. thinking time, decode speed, and a tool/thinking-ratio verdict.

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-wrapped

Automated unit-test generation: a /testgen command and generate_tests tool that scaffold, run, and fix tests until they pass (LLM + offline template generators; vitest/jest/mocha/node:test).

Development & InfrastructureManifest valid

0

dsh plugin --profile web add dsh-testgen