설치
npx -y @deepseek-ai/dsh plugin --profile web add github:emredeveloper/deepseek-harness-huggingface이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.
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.
저장소 정보
- 언어
- TypeScript
- 라이선스
- 보고되지 않음
- 최신 릴리스
- v0.1.0
- 마지막 업데이트
- 2026. 8. 13. 오후 1:49
신중하게 설치하기
소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.