DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Lens — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

@deepseek-ai/dsh-lens

Lens

Repository and agent-runtime analysis skills as an installable DeepSeek Harness plugin: repo recon, DSH enhancement analysis, runtime optimization, publish screening, and DSH plugin-potential assessment.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:coffee-man666/dsh-lens#285a47ee52512456e021530451042bdd3dc9a84e
READMECompatibilityVersions

Compatibility and provenance

Lens is published as @deepseek-ai/dsh-lens and currently resolves to version 0.6.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/25/2026

Versions

0.6.0stable
8/25/2026
0.5.0stable
8/23/2026

Related plugins

Loading related plugins…

Latest
0.6.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/24/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-lens

English | 中文

dsh-lens is an installable DeepSeek Harness (DSH) plugin: a packaged skill provider with five repository- and runtime-analysis workflows.

  • repo-recon — staged, read-only reconnaissance of local Git projects via parallel subagents.
  • dsh-enhancement-analysis — map a project's orchestration pain points onto DSH capabilities and produce a prioritized report.
  • harness-runtime-optimizer — diagnose runtime-policy waste, design controlled experiments, and evaluate policy changes.
  • publish-screen — screen a repository for sensitive information before or after making it public.
  • dsh-plugin-potential — assess whether any project's functionality could be packaged as a DSH plugin; evaluation only, never builds it.

The plugin is guidance-only: beyond writing its own reports under the analyzed project's dsh-scan/ directory, it never modifies repositories and never rolls out runtime policies automatically.

Install

Requires the dsh CLI. Install into a profile (npm):

dsh plugin --profile <name> add @deepseek-ai/dsh-lens
dsh --profile <name>   # the dsh-lens layer mounts the provider

From GitHub (installs sources and runs the prepare build; allow the build in the profile's pnpm-workspace.yaml when pnpm asks):

dsh plugin --profile <name> add github:coffee-man666/dsh-lens

From a tarball (no build permission needed):

pnpm pack
dsh plugin --profile <name> add ./deepseek-ai-dsh-lens-0.6.0.tgz

Verify the layer with dsh --profile <name> --dump-config; the five skills then appear in the session skill catalog via @deepseek-ai/dsh-tool-skill.

Development

pnpm install   # links @deepseek-ai/cordis and @deepseek-ai/dsh-skill from ../deepseek-harness
pnpm test      # provider registration/loading via the real skill registry
pnpm build     # tsdown → lib/
pnpm verify    # VERSION ↔ SKILL.md frontmatter ↔ provider METADATA ↔ package.json

The devDependencies link the sibling deepseek-harness checkout, so clone both repositories side by side. Consumers get the peers from their DSH installation.

License

MIT