DeepSeek Harness plugin

dsh-k6

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

Jump to install

Source facts

Repository
WODE25500/dsh-k6
Latest update
Aug 21, 2026
Category
Development & Runtime
GitHub stars
0

Install

Start with a prompt that asks an agent to read the source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to read the page and repository first.

Do not install anything yet. Read this DeepSeek Harness plugin and explain what it does, which files, networks, or credentials it can access, and how to install and remove it.

Plugin page: https://deepseekplugins.org/plugins/WODE25500/dsh-k6
GitHub: https://github.com/WODE25500/dsh-k6
Plugin: dsh-k6
Author: WODE25500
Install command: dsh plugin --profile web add github:WODE25500/dsh-k6

Do not run the install command until I confirm.

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

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。