技能清单面板
A DeepSeek Harness plugin that registers a greet tool callable by the model.
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。
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, 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.
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
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
GitHub メタデータにライセンスが検出されませんでした。
過去180日以内にコードの更新があります。
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。
missing-license