clarkzhao/dsh-grok-image1

dsh-grok-image

DeepSeek Harness plugin: Grok Imagine image generation as a model tool (subscription)

AI Analysis

核心用途是让 DSH 的 Agent 能够调用 Grok 的 Imagine 接口生成图片。适合需要多模态绘图输出、且拥有 Grok 订阅凭据的用户。

Package
dsh-grok-image
Version
0.1.0
License
MIT
Last updated
Aug 25, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:clarkzhao/dsh-grok-image

配置

- id: grok-image
  name: dsh-grok-image
  config:
    baseURL: https://cli-chat-proxy.grok.com/v1
    apiKeyEnv: GROK_SESSION_TOKEN
    proxy: http://127.0.0.1:7890
    model: grok-imagine-image-quality
    outputDir: ~/Workspace/grok-images
    usageLog: true