DSH Market
D

Deepseek Harness

by morlay · morlay/deepseek-harness

Not a pluginunknowndormant

use instead https://github.com/morlay/playpen

Install Deepseek Harness

Installs but activates nothing: package.json has no `dsh.bundle` declaration, so `dsh plugin` warns and loads no config layer.

This repository is not a DSH plugin

Its package.json declares no dsh.bundle. In the official docs' own words, a package like this “still installs, but only as a plain dependency: dsh plugin prints a warning and activates no layer”. The install looks like it worked and nothing happens.

What it actually is: use instead https://github.com/morlay/playpen If that is what you came for, use it directly from the repository — it is just not something dsh plugin add can activate.

Before you run it

  • A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
  • Installing from git resolves a moving branch. Pin a commit — github:morlay/deepseek-harness#<commit-sha> — so the code you reviewed is the code you install.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
TypeScript

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptspassinfono install-time scripts
dsh.bundlemissingfatalpackage.json has no `dsh.bundle` key
Verdict reason
no dsh.bundle declaration — installs as a plain dependency only
package.json read
package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

基于 [pi](https://pi.dev/) 的自定义 coding agent,提供中文工具描述和增强的文件操作工具。 读取文件内容,支持文本和图片(jpg/png/gif/webp)。文本输出按行数或大小自动截断,大文件用 `offset`/`limit` 分段读取。 | 参数 | 类型 | 说明 | |------|------|------| | `path` | string | 文件路径(相对或绝对) | | `offset` | number? | 起始行号,从 1 开始 | | `limit` | number? | 最大读取行数 | > 使用 read 而不是 bash(cat/bat/sed)。目录列表请用 find。 正则搜索文本(ripgrep),遵守 `.gitignore`。按文件拆分返回匹配行(`file:line: content`)。 | 参数 | 类型 | 说明 | |------|------|------| | `pattern` | string | 正则匹配模式(PCRE),或 `literal: true` 时作为字面字符串 | | `path` | string? | 搜索目录或文件,默认当前目录 | | `glob` | string? | 文件过滤,如 `*.ts` 或 `**/*.spec.ts` | | `ignoreCase` | boolean? | 忽略大小写 | | `literal` | boolean? | 将 pattern 视为字面字符串而非正则 | | `context` | number? | 匹配行前后各显示的行数 | | `limit` | number? | 最大匹配数 | > 使用 grep 而不是 bash(rg)。 精确替换文件内容(`oldText`/`newText`)。每个 `

Topics

GitHub topics on this repository

More in Webp Jpg Gif

Ranked by similarity inside the cluster, not alphabetically