clarkzhao/dsh-grok-image1

dsh-grok-image

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

AI 分析

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

パッケージ
dsh-grok-image
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/25

インストール

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

ドキュメント

README 全文を読む ↗

配置

- 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