xmasdong/dsh-codex-image

Plugin ⭐ 0 MIT visualweb-ui

DeepSeek Harness 插件:把本机 codex-image-bridge skill(通过 Codex app-server / 受管 ChatGPT 登录生图)适配为 Harness 的四个原生工具。skill 是自包含的脚本包,本插件只需它的 scripts/ 目录(见下方 skillDir 配置)。

catalog description:—

Install

# 方式一:npm 发布包(安装的是预构建的 lib/,无需构建权限)
dsh plugin --profile web add dsh-codex-image-bridge

# 方式二:直接从 GitHub 安装(拉取源码;首次需在 pnpm-workspace.yaml 中
#         添加 allowBuilds 授权以运行 prepare 构建脚本,见下)
dsh plugin --profile web add github:xmasdong/dsh-codex-image#<commit-sha>

# 方式三:tarball(npm pack 产物,也无需构建权限)
npm pack
dsh plugin --profile web add ./dsh-codex-image-bridge-0.1.0.tgz

Add xmasdong/dsh-codex-image to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.