·blockbench-plugins
</>

blockbench-plugins

jasonjgardner/blockbench-mcp-project

3D 建模工具的 Blockbench 插件/扩展开发。在为 Blockbench 创建、修改或调试 JavaScript 插件时使用,包括操作、对话框、面板、菜单、工具栏、模型操作、动画 API 和自定义格式/编解码器。在 Blockbench 插件、Blockbench 扩展、Blockbench API、BBPlugin、模型编辑器插件或 3D 建模工具扩展上触发。

10安装·0热度·@jasonjgardner

安装

$npx skills add https://github.com/jasonjgardner/blockbench-mcp-project --skill blockbench-plugins

SKILL.md

Blockbench runs on Electron (desktop) and as a web PWA, using THREE.js for 3D rendering and Vue 2 for reactive UI. Plugins have full access to global APIs within an isolated execution context.

| Create clickable command | new Action() - add to menus/toolbars | | Show form/dialog | new Dialog() with form fields | | Add sidebar panel | new Panel() with Vue component | | Modify model elements | Use Undo.initEdit() → modify → Undo.finishEdit() | | Custom import/export | new Codec() + new ModelFormat() |

Menu locations: 'file', 'edit', 'transform', 'filter', 'tools', 'view', 'help'

3D 建模工具的 Blockbench 插件/扩展开发。在为 Blockbench 创建、修改或调试 JavaScript 插件时使用,包括操作、对话框、面板、菜单、工具栏、模型操作、动画 API 和自定义格式/编解码器。在 Blockbench 插件、Blockbench 扩展、Blockbench API、BBPlugin、模型编辑器插件或 3D 建模工具扩展上触发。 来源:jasonjgardner/blockbench-mcp-project。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/jasonjgardner/blockbench-mcp-project --skill blockbench-plugins
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 blockbench-plugins?

3D 建模工具的 Blockbench 插件/扩展开发。在为 Blockbench 创建、修改或调试 JavaScript 插件时使用,包括操作、对话框、面板、菜单、工具栏、模型操作、动画 API 和自定义格式/编解码器。在 Blockbench 插件、Blockbench 扩展、Blockbench API、BBPlugin、模型编辑器插件或 3D 建模工具扩展上触发。 来源:jasonjgardner/blockbench-mcp-project。

如何安装 blockbench-plugins?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jasonjgardner/blockbench-mcp-project --skill blockbench-plugins 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/jasonjgardner/blockbench-mcp-project