DeepSeek Harness Hub
← 返回列表

akira399/dsh-godot-skill

DeepSeek Harnessspec-screened在 GitHub 查看 ↗
⚠ 装前注意

Godot Engine 4.x 全栈游戏开发技能插件 for DeepSeek Harness DSH —…

基本兼容但装前注意:未发布到 npm registry,仅可从源码安装 · 最近上游提交 2026/8/28 · 已提供中文文档

Godot Engine 4.x 全栈游戏开发技能插件 for DeepSeek Harness (DSH) — registers the godot-4-development skill at runtime

综合分
41.7
GitHub 分
41.7
用户评分
★ Stars
24
周下载量
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add akira399/dsh-godot-skill
未发布到 npm registry,仅可从源码安装,改用 GitHub 源安装
数据截至 2026/9/17(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
安装兼容性检查⚠ 装前注意

以下结论由程序自动检查 npm 包、engines 声明与入口文件得出,未做人工实机验证——能装不等于用着没问题。

npm 包dsh-godot-skill(未发布到 npm,仅可源码安装)
Node 引擎要求 >=20 · 基线 Node 22.19 满足
dsh CLI 依赖未声明 dsh 版本约束
入口文件main/exports/bin 已声明

未发布到 npm registry,仅可从源码安装

验证方式:npm registry 存在性 + package.json 静态校验 · 最后验证 2026/9/17 16:25:55

用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动

README

dsh-godot-skill

适用于 DeepSeek Harness(DSH)的 Godot Engine 4.x 全栈游戏开发技能插件。

安装后,插件在激活时把仓库内自带的 godot-4-development 技能注册为运行时技能 —— 任何会话都可以通过 skill 工具加载它,让 AI 独立完成 Godot 游戏的规划、搭建、编码、调试、优化与导出。

DeepSeek Harness
License
类型
技能

技能内容

依据 Godot 官方特性列表(简体中文)整理并补充实现细节:

- 核心概念:节点 / 场景 / 资源 / 信号 / 组
- 渲染器选型:Forward+ / Mobile / Compatibility(GL)
- 特性 → 实现速查(20 个领域):平台与导出、编辑器、2D/3D 图形与工具与物理、着色器、GDScript/C#/GDExtension、音频、导入、输入、导航、网络、国际化、窗口与 OS、移动端/XR、GUI、动画、文件格式、杂项(Movie Maker、无头服务器、CI)
- 完整开发工作流:设计决策 → 项目脚手架 → 核心玩法原型 → 内容实现 → 打磨与性能 → 测试调试 → 导出发布
- 代码模板与错误排查表:玩家移动、相机跟随、生成、HTTP、暂停、存档、ENet 联机、常见错误速查

安装(官方路径)

方式一:npm 安装(推荐,发布后可用)

npx -p @deepseek-ai/dsh dsh plugin --profile web add dsh-godot-skill

方式二:Git HTTPS 安装

npx -p @deepseek-ai/dsh dsh plugin --profile web add git+https://github.com/akira399/dsh-godot-skill.git

方式三:GitHub 短名安装(需要本机已配置 GitHub SSH key)

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:akira399/dsh-godot-skill

安装完成后重启 DSH(重新运行 dsh web)。重启后会话技能目录中即出现 godot-4-development。

如果遇到 git+ssh://git@github.com 认证失败

DSH 通过 pnpm 安装 git 依赖时,可能把 Git 地址解析成 git+ssh://git@github.com,此时本机必须已有 GitHub SSH key;否则会报:

fatal: Could not read from remote repository.

临时规避方案(二选一):

1. 让 git 用 HTTPS 替代 SSH(无需配置 SSH key):
git config --global url."https://github.com/".insteadOf "git@github.com:"
git config --global url."https://github.com/".insteadOf "ssh://git@github.com/"

2. 配置 GitHub SSH key 后重试。

另外,pnpm 对 git 托管的插件会执行 prepare 类脚本并提示:
add the exact key pnpm printed above under allowBuilds in /pnpm-workspace.yaml, then re-run
按提示把对应 build key 加入该 profile 的 pnpm-workspace.yaml 的 allowBuilds 后重试即可。

使用

插件生效后,会话中会提示可用技能 godot-4-development。直接说:

用 godot-4-development 技能帮我做一个 2D 平台跳跃游戏

AI 会先加载技能,再按技能内的工作流与 API 速查完成开发。

验证

pnpm verify

检查:插件语法、技能文件完整性、运行时注册行为(mock ctx 断言)。

文件结构

dsh-godot-skill/
├── package.json          # cordis 插件清单(dsh.bundle.patch → cordis.patch.yml)
├── cordis.patch.yml      # 配置层:把插件挂进 profile 的 host 组合
├── lib/index.js          # Host 插件:读取 SKILL.md 并注册为运行时技能
├── .dsh/skills/godot-4-development/SKILL.md   # 技能本体(frontmatter + 正文)
├── scripts/verify.mjs    # 验证脚本
└── README.md / LICENSE

许可

MIT © 2026 dsh-godot-skill contributors

Godot 官方文档内容版权归 Godot 社区所有(CC BY 3.0),本插件仅整理引用。

上游仓库有新提交时邮件通知你(每天最多一封,无更新不打扰),随时一键退订。

💬 加入 DPharness 群聊

插件用法、部署报错、新插件第一时间同步——群里问,比一个人翻文档快。

点击加入 QQ 群
DPharness 群聊二维码,手机 QQ 扫码进群
扫码进群