在 DSH 里渲染并迭代 Blender 场景:16 个工具覆盖场景规格、预览、视觉评审与交付渲染,带不可变 revision 与审批闸门。
安装
# npm 包(预构建)
dsh plugin --profile web add @deepblend/dsh-blender-bundle
# Release 预构建包
dsh plugin --profile web add "https://github.com/pearjelly/deep-blend/releases/latest/download/deepblend-bundle.tgz"
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:pearjelly/deep-blend#path:/packages/deepblend/bundle
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本——pnpm 默认拦截,所以安装可能停在 ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED 或 ERR_PNPM_IGNORED_BUILDS;dsh 会打印出需要添加的确切键名,把它加进该 profile 的 pnpm-workspace.yaml 的 allowBuilds 下,重跑一次即可装上。放行构建本身就是一次信任判断:请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
该插件的 README 只有英文版本。
The installable composition of DeepBlend Studio — a Blender 3D animation workbench for
DeepSeek Harness, where SceneSpec is the
source of truth and .blend is a compiled artifact.
This is the directory the plugin list's entry points at, so here is what it is, and what it is not.
Install
From source:
dsh plugin --profile web add 'github:pearjelly/deep-blend#path:/packages/deepblend/bundle'
Or from the prebuilt release artifact, which resolves nothing:
dsh plugin --profile web add https://github.com/pearjelly/deep-blend/releases/latest/download/deepblend-bundle.tgz
Then restart dsh web. A new session can select the DeepBlend Studio preset, and the
workbench appears in the sidebar.
What is in here
| file | what it is |
|---|---|
cordis.patch.yml |
the composition — four rows and the configuration they mount with |
lib/index.js |
exports PATCH_FILE and ROW_IDS; it exists so the package is a well-formed importable ESM package |
screenshots.json |
the storefront's screenshot manifest |
There is no runtime code in this package, and that is deliberate rather than an omission.
How it works
The patch mounts four rows:
| row | package | what it publishes |
|---|---|---|
deepblend-blender-runtime |
@deepblend/dsh-blender-provider-local |
the Blender execution seam |
deepblend-blender-host |
@deepblend/dsh-blender-host |
the business facade both planes read |
deepblend-blender-ui |
@deepblend/dsh-blender-ui |
the browser-facing host half |
deepblend-blender-preset |
@deepblend/dsh-blender-preset |
deploys the agent presets |
The model-visible tools are deliberately not registered here. A preset decides what one
session's model may see, so registering them in the host composition would hand the Blender
toolset to every session in the process — the last row is what delivers them, into
<DSH_HOME>/.agent-presets/, once per process.
Why this is not a meta-package
The plugin list does not list a bundle whose only content is a dependency list. This one is not that, and the three checks are the market's own rather than our argument:
- The gate requires this shape. A submission must point at a package declaring
dsh.bundle. Exactly one package in this repository does, and it is this one — there is no other package the gate would accept. - The shape is already listed. Eight entries on the list point at a
packages/bundledirectory, across six categories. One of them,ayahunter/dsh-trail, is a patch with a single row and a single dependency and no source at all. This one composes four rows and configures them. - It points at no other entry. The six dependencies are this repository's own internal modules — the contracts, the execution seam, the facade, the browser half, the tool plane and the preset deployer — not other plugins on the list, so the double-counting that rule exists to prevent cannot occur.
The full audit, with the readings behind it, is in
deepblend/docs/listing-entry.yml — the file the submitted entry
is generated from.
Where the product lives
| package | |
|---|---|
../contracts |
SceneSpec, the schemas, the visual-issue vocabulary |
../provider-local |
controlled bpy execution and the SceneSpec compiler |
../host |
the business facade: projects, revisions, render jobs, the visual loop |
../ui |
the workbench's host half and browser client |
../tool |
the model-visible tool plane |
../preset |
the agent presets and the deployer that installs them |
The repository root has the full README, and
deepblend/docs/ has the manuals.
链接
同类插件
Tencent/WeKnora#dsh-weknora★ 28100
把 WeKnora 知识库接入 dsh 的四个只读工具:列出知识库、混合检索原文片段、按顺序还原单篇文档,以及直接取用 WeKnora 自己带引用的 RAG 或 ReAct agent 回答(含可续聊的 session id)。
superdesigndev/treg★ 1740
给 Agent 的工具目录:按「要做的事」检索约 2,600 个外部接口(SEO 与 SERP、外链、社交、人物与公司信息补全、广告库、抓取),查看参数与单次调用价格后直接调用,凭据由服务端注入。附带技能,MCP 行在未设置 TREG_TOKEN 前保持禁用。
TencentCloudBase/CloudBase-AI-Toolkit#dsh-plugin★ 1118
把腾讯云 CloudBase 后端接入 DeepSeek Harness——在对话里搭好并部署全栈应用,查询结果渲染为表格卡片(分页、排序、导出 CSV),部署后可预览真实域名,并提供 CloudBase MCP 工具集(`mcp__cloudbase__*`),登录走 device-code 流程。
gitroomhq/postiz-agent#dsh-postiz★ 481
通过 MCP 将 DeepSeek Harness 连接到 Postiz:列出已连接的社交媒体渠道、获取各平台发帖规则,并向 X、LinkedIn、Instagram、Facebook、Threads、TikTok、YouTube、Reddit、Bluesky、Mastodon、Discord、Slack、Telegram 等平台排期、存草稿或发布帖子;附带 postiz 工作流技能。
EthanYoQ/Invoice-Downloader#dsh-invoice-downloader★ 434
面向 DeepSeek Harness 的本地 IMAP 发票下载、OCR 识别、归档与 Excel 报销汇总。
anysearch-team/anysearch-dsh★ 422
基于 AnySearch 的实时网页与垂直搜索插件,为 DeepSeek Harness 提供搜索工具。
社区评论
评论公开保存在 GitHub Discussions。加载评论会连接 GitHub 和 Giscus;发表内容需要 GitHub 账号。