emredeveloper/deepseek-harness-huggingface
A community DeepSeek Harness plugin for read-only Hugging Face Hub model discovery.
これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。
上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。
deepseek-harness-huggingface
A community plugin for DeepSeek Harness that adds read-only Hugging Face Hub model discovery.
Status
Early prototype. The plugin currently provides one tool:
hf_search_models— searches public models on Hugging Face Hub without an API key.
Development
npm install
npm run typecheck
npm run build
Load locally in DeepSeek Harness
Add the built module to a Harness patch file:
- insert:
- id: huggingface
# Use a file URL (on Windows, for example: file:///C:/path/to/lib/index.js)
name: file:///absolute/path/to/deepseek-harness-huggingface/lib/index.js
Then start Harness with the patch:
pnpm dsh web --patch ./patch.yml
The plugin only performs public GET requests to the Hugging Face Hub API. It does not write files, execute shell commands, or require a token.
Why this is separate
DeepSeek Harness is currently in developer preview and its maintainers are not accepting external pull requests in the main repository. The project explicitly encourages community plugins; this package is intended to be published independently with the dsh-plugin topic.
セキュリティとインストールエビデンス
このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。
公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。
GitHub メタデータにライセンスが検出されませんでした。
過去180日以内にコードの更新があります。
再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。
確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。
missing-license