deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:ShiXiangYu2/dsh-greet-plugin
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
A DeepSeek Harness plugin that registers a greet tool callable by the model.
greetgreet(name: string) → Hello, {name}!Install into a profile (bundle form, local checkout):
dsh plugin --profile demo add ./greet-plugin
Or install from git:
dsh plugin --profile demo add github:you/dsh-greet-plugin
For git installs the package ships plain ESM (
index.js), so no build step is required. If you publish to npm, usedsh plugin --profile demo add dsh-greet-plugin.
Verify the layer without starting:
dsh --profile demo --dump-config # shows a "# == dsh-greet-plugin" layer
Then start and ask the model:
Use the greet tool to greet Ada.
greet-plugin/
├── package.json # declares dsh.bundle
├── cordis.patch.yml # the layer applied when a profile lists this bundle
└── index.js # plugin module: registers the greet tool
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。