Skip to content

MicroHEROX/dsh-koboldcpp-hands

10Last commit Aug 15, 2026

dsh-koboldcpp-hands DSH plugin

dsh-koboldcpp-hands installs two Harness tools for local KoboldCpp inference: text generation and multimodal image analysis. It can launch and manage a configured KoboldCpp process or reuse an existing server.

How to install the dsh-koboldcpp-hands DSH plugin

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-koboldcpp-hands DSH plugin can do

  • Registers `koboldcpp_run` for local text tasks such as rewriting, extraction, summarization, and translation.
  • Registers `koboldcpp_vision` for image analysis, OCR, and multi-image comparison.
  • Accepts local image paths, data/HTTP(S) image URLs, and images attached to the current Harness conversation.
  • Launches KoboldCpp using a user-provided executable and `.kcpps` configuration, polls server readiness, and supports idle, exit, or never-stop behavior.
  • Reuses externally started KoboldCpp servers without terminating them.
  • Supports live settings overrides through the Harness user-settings document and executable/config environment-variable fallbacks.

Where the dsh-koboldcpp-hands DSH plugin fits

  • Offload repetitive text transformations to a local model.
  • Perform local OCR or image analysis through an agent tool call.
  • Compare two to four images in one multimodal request.
  • Use a local KoboldCpp model for selected tasks while retaining the online Harness model as the primary conversational model.

Who the dsh-koboldcpp-hands DSH plugin is for

  • DeepSeek Harness users with a local KoboldCpp installation.
  • Users who have GGUF models and, for vision, a multimodal model with an `mmproj` projector.
  • Developers configuring Cordis-based Harness deployments.

dsh-koboldcpp-hands DSH plugin limitations

  • Requires Node.js 20 or later, a DeepSeek Harness installation, and a KoboldCpp binary exposing `/v1/chat/completions`.
  • Users must supply and configure their own KoboldCpp executable, `.kcpps` launch configuration, models, and GPU/backend settings.
  • Vision requires a multimodal GGUF model and `mmproj`; without `mmproj`, the model cannot see images.
  • Does not replace the Harness LLM provider, stream responses, bundle model files, or automatically select GPU backends.
  • The documented KoboldCpp binary examples and process-tree termination behavior are Windows-oriented.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 0 runtime, 16 development, 8 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • prepare script detected

    package.json declares a prepare lifecycle script that may run during relevant package installation workflows.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-koboldcpp-hands DSH plugin alternatives

dsh-koboldcpp-hands DSH plugin questions

What is the dsh-koboldcpp-hands DSH plugin?

dsh-koboldcpp-hands is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-koboldcpp-hands DSH plugin?

The current snapshot does not contain a reliable install command. Use the dsh-koboldcpp-hands repository README instead of guessing a command from the plugin name.

Which DSH profile does dsh-koboldcpp-hands use?

The current snapshot does not confirm a profile for dsh-koboldcpp-hands. Check its manifest and README so the plugin is not added to the wrong DSH profile.

Is dsh-koboldcpp-hands compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-koboldcpp-hands fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-koboldcpp-hands?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.