ShiXiangYu2 / dsh-greet-plugin

已收录

A DeepSeek Harness plugin that registers a greet tool callable by the model.

main模型工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:ShiXiangYu2/dsh-greet-plugin

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 70a3e93同步于 2026年8月18日

dsh-greet-plugin

A DeepSeek Harness plugin that registers a greet tool callable by the model.

  • Plugin ID: greet
  • Tool: greet(name: string)Hello, {name}!
  • Host only — no UI yet.

Usage

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, use dsh 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.

Structure

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

License

MIT

仓库信息

开发语言
JavaScript
许可证
未提供
最后更新
2026年8月15日 01:23

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。