DeepSeek Harness 插件

opengame-dsh

OpenGame browser-game planning and building Skill for DeepSeek Harness(英文原文)

跳到安装方式

来源信息

GitHub 仓库
opengameapp/opengame-dsh
最近更新
2026年8月16日
分类
工具与能力
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/opengameapp/opengame-dsh
插件名:opengame-dsh
作者:opengameapp

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

OpenGame for DeepSeek Harness

An OpenGame-maintained community bundle that adds a browser-game planning and building Skill to DeepSeek Harness.

The preview helps an agent turn a rough idea into a compact game SPEC, choose a browser runtime, build or improve a small playable prototype, and optionally hand the result to OpenGame Studio.

Install the preview

DeepSeek Harness is currently a developer preview. Node.js 24 is recommended for the current Harness release. Install this bundle into an isolated profile and pin the release tag:

npx @deepseek-ai/dsh plugin --profile opengame add \
  github:opengameapp/opengame-dsh#v0.1.0-preview.1

npx @deepseek-ai/dsh --profile opengame

Then ask DeepSeek Harness to use opengame-browser-game-builder, for example:

Use opengame-browser-game-builder to turn my idea for a relaxing physics game
into a focused browser-game SPEC and playable prototype.

Included

  • One packaged opengame-browser-game-builder Skill.
  • A one-question-at-a-time flow for vague ideas.
  • A compact SPEC covering mechanics, controls, constraints, non-goals, and

success criteria.

  • Originality, asset-rights, browser QA, and honest-verification guardrails.
  • Optional links to OpenGame Showcase and

OpenGame Studio.

Preview boundary

This version does not sign in to OpenGame, spend credits, call OpenGame APIs, publish games, or deploy a runtime. It is a local Skill bundle. A future MCP adapter can add authenticated tools without changing this Skill contract.

OpenGame is not affiliated with or endorsed by DeepSeek. DeepSeek Harness is a project of DeepSeek; this repository is an independent community integration.

Validate locally

npm test
npm run validate
npm pack --dry-run

License

MIT-0