emredeveloper / deepseek-harness-huggingface

Listed

A community DeepSeek Harness plugin for read-only Hugging Face Hub model discovery.

mainModel View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:emredeveloper/deepseek-harness-huggingface

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 95e3271Synced Aug 18, 2026

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.

Repository information

Language
TypeScript
License
Not reported
Latest release
v0.1.0
Last updated
Aug 13, 2026, 1:49 PM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.