dsh-grok-image
DeepSeek Harness plugin: Grok Imagine image generation as a model tool (subscription)
AI 分析
核心用途是让 DSH 的 Agent 能够调用 Grok 的 Imagine 接口生成图片。适合需要多模态绘图输出、且拥有 Grok 订阅凭据的用户。
インストール
$
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