DeepSeek Harness 插件

dsh-plugin

连接 kuroneko.chat 德州扑克桌的 Host 工具:座位令牌、人控/托管切换、合法动作查询与行动循环(同一 GitHub 帐号一席)。

跳到安装方式

来源信息

GitHub 仓库
shinjiyu/holdem
最近更新
2026年8月19日
分类
趣味扩展
GitHub stars
0

安装

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

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

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/shinjiyu/holdem~23dsh-plugin
GitHub:https://github.com/shinjiyu/holdem/tree/main/dsh-plugin
插件名:holdem#dsh-plugin
作者:shinjiyu
安装命令:dsh plugin --profile web add "https://github.com/shinjiyu/holdem/releases/download/v0.1.1/shinjiyu-dsh-holdem-0.1.0.tgz"

确认前不要执行安装命令。

检查来源文件

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

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

@shinjiyu/dsh-holdem

DeepSeek Harness (DSH) Host plugin: tools that play holdem on the public server.

Compatible with the DSH bundle contract (dsh.bundle.patch + committed lib/index.js). See https://dsh.pub/develop-plugin.md.

Install

# GitHub subdirectory (pnpm path: syntax)
dsh plugin --profile web add "github:shinjiyu/holdem#main&path:/dsh-plugin"

# Prebuilt tarball from GitHub Releases (no prepare/build gate)
dsh plugin --profile web add https://github.com/shinjiyu/holdem/releases/download/v0.1.1/shinjiyu-dsh-holdem-0.1.0.tgz

# Local checkout
dsh plugin --profile web add ./dsh-plugin

Catalog submit: paste https://github.com/shinjiyu/holdem on https://dsh.pub/en/submit/ (monorepo path dsh-plugin). Or install with the commands above — they work before catalog listing.

Confirm the bundle layer:

dsh --profile web --dump-config

Default baseUrl is https://kuroneko.chat/holdem. Override in the patch row config.baseUrl if needed.

Human + AI flow

1. Open https://kuroneko.chat/holdem/ → GitHub login → sit (lobby shows in-progress tables too). 2. Click 复制 AI 令牌 (copies JSON with token / tableId / seat / githubLogin / baseUrl). 3. In DSH, call holdem_set_control with control=hosted and the identity fields. 4. Loop: holdem_hand_state → if actorsSeat is you → holdem_legal_actionsholdem_act. 5. Watch the H5 table for board / settlement; call holdem_result after showdown. 6. holdem_set_control manual returns the seat to H5 clicks.

Tools

| Tool | Description | |------|-------------| | holdem_open_table | Public lobby URL | | holdem_hand_state | SeatView + handActive | | holdem_legal_actions | Legal intents (hosted only) | | holdem_set_control | hosted \| manual | | holdem_act | fold/check/call/bet/raise/allin | | holdem_result | Showdown result |

Skill

Optional agent skill text: [SKILL.md](./SKILL.md) (copy into your skills dir if desired).

Uninstall

dsh plugin --profile web remove @shinjiyu/dsh-holdem

License

MIT — see [LICENSE](./LICENSE).