DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Blender — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-blender

Blender

Full DeepSeek Harness Blender production, reconstruction, validation, and export plugin

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:CheshireJCat/blender#19dec3cdd48368dd0d9865ac2072ea6f5f65cc02
READMECompatibilityVersions
Camera-free lamp preview generated by dsh-blender

Compatibility and provenance

Blender is published as dsh-blender and currently resolves to version 0.2.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/20/2026

Versions

0.2.2stable
9/16/2026
0.2.1stable
8/20/2026
0.2.0stable
8/14/2026
Latest
0.2.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 29
Weekly downloads
660
Last push
9/16/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

README

dsh-blender

简体中文

An installable DeepSeek Harness plugin that gives dsh a complete Blender-backed 3D production workflow. It registers one orchestrator plus 29 directly loadable domain skills, all 26 upstream analysis/validation helpers, and 13 workspace-scoped Blender tools.

Example output

Camera-free lamp preview generated by dsh-blender

Camera-free preview generated during a real dsh-blender installation smoke test.

Tools

  • blender_status checks Blender, analysis Python, skills, helpers, and the active workspace.
  • blender_scene_info and blender_object_info inspect scenes and object-level geometry, materials, UVs, constraints, shape keys, and animation.
  • blender_import converts supported portable assets into versioned .blend sources.
  • blender_python runs a small reviewed bpy/bmesh chunk and saves a versioned .blend.
  • blender_preview, blender_render, and blender_render_frames create blockout, look-dev, and animation evidence for read_image QA.
  • blender_export exports GLB/glTF, FBX, OBJ, STL, USD, or PLY.
  • blender_validate_scene and blender_validate_export perform target-aware audits and clean-process re-import checks.
  • blender_helper_catalog and blender_helper_run expose all 26 deterministic reference, wireframe, contour, multiview, UV, texture, look, repair, and animation-QA helpers.
  • The bundled 30-skill stack coordinates blockout, refinement, materials, lighting, cameras, animation, reconstruction, validation, and artifact handoff.

No Blender add-on or control port is required: each operation launches a local Blender background process.

Requirements

  • DeepSeek Harness 0.1.0-rc.6
  • Node.js 20+
  • Blender 4.3+ available as blender on PATH, or configured with an absolute path
  • Python 3.10+ for the optional reference-analysis helpers

Install from npm

npx @deepseek-ai/dsh plugin --profile web add dsh-blender
npx @deepseek-ai/dsh plugin --profile web exec dsh-blender-setup
npx @deepseek-ai/dsh --profile web --dump-config
npx @deepseek-ai/dsh web

The setup command creates a private .venv inside the installed package and installs OpenCV, NumPy, Pillow, and SciPy. Skip it only if you do not need reference, wireframe, multiview, texture, or animation-analysis helpers.

To install a pinned GitHub release instead:

npx @deepseek-ai/dsh plugin --profile web add github:CheshireJCat/blender#v0.2.2

Develop from source

pnpm install
pnpm setup:analysis
npx @deepseek-ai/dsh plugin --profile web add .

Open http://127.0.0.1:3080, create a session whose workspace is the modeling directory, and ask dsh to use create-3d-model.

See README.zh-CN.md for configuration, security boundaries, headless use, and validation commands.