DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Tool Draw — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-tool-draw

Tool Draw

一个使用 Volcengine ARK(Doubao Seedream)或 xAI Grok Imagine 添加 draw_picture 工具的 DeepSeek Harness 插件

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-tool-draw@0.2.2
README兼容性版本

兼容性与来源证明

Tool Draw 以 dsh-tool-draw 发布,当前版本为 0.2.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.2.2stable
2026/9/8
0.2.1stable
2026/9/8
0.2.0stable
2026/9/8

README

dsh-tool-draw

A DeepSeek Harness plugin that adds a draw_picture tool for AI image generation.

Supported providers:

  • Volcengine ARK API — Doubao Seedream model
  • xAI API — Grok Imagine (grok-imagine-image-2.0)

Installation

Via npm (recommended)

# Install as a dependency in your dsh profile
dsh plugin --profile <name> add dsh-tool-draw

Or manually:

npm install dsh-tool-draw

Via tarball

pnpm pack
dsh plugin --profile <name> add ./dsh-tool-draw-0.1.0.tgz

Configuration

1. Get an API Key

Choose a provider:

  • Volcengine ARK: visit the Volcengine ARK Console and create an API key
  • xAI: visit console.x.ai and create an API key

2. Set up the plugin

If you installed via dsh plugin add, the bundle is already registered. Just configure the provider and API key in your profile's cordis.patch.yml.

Using Volcengine ARK (default):

- insert:
    - id: dsh-tool-draw
      name: 'dsh-tool-draw'
      config:
        provider: 'ark'
        apiKey: 'your-ark-api-key-here'
        model: ''
        size: '1920x1920'
        timeoutMs: 120000

Using xAI Grok Imagine:

- insert:
    - id: dsh-tool-draw
      name: 'dsh-tool-draw'
      config:
        provider: 'xai'
        apiKey: 'your-xai-api-key-here'
        model: 'grok-imagine-image-2.0'
        size: '1024x1024'
        timeoutMs: 120000

Alternatively, you can set the ARK_API_KEY or XAI_API_KEY environment variable instead of putting the key in the config file.

Configuration Options

OptionTypeDefaultDescription
provider'ark' | 'xai''ark'Image generation provider
apiKeystring(required)API key of the selected provider. Can also be set via ARK_API_KEY (ark) or XAI_API_KEY (xai) env var
modelstringper providerModel name. Defaults: doubao-seedream-5.0-lite (ark), grok-imagine-image-2.0 (xai). Leave empty to use the provider default
sizestring1024x1024Image size, e.g. 1024x1024, 1920x1920
timeoutMsnumber120000Request timeout in milliseconds

Usage

Once installed and configured, the AI agent will have access to the draw_picture tool. Simply ask the agent to draw something:

"画一只猫" "draw a landscape" "帮我生成一张夕阳图片"

The tool accepts these parameters:

  • prompt (required) — Description of the image to generate
  • size (optional) — Image size, e.g. 1920x1920
  • n (optional) — Number of images to generate, default 1

API

This plugin exposes a single tool:

draw_picture

Generates images using the configured provider (Volcengine ARK Doubao Seedream or xAI Grok Imagine).

License

MIT

查看其余 1 个版本
收起版本
0.1.1stable
2026/8/28

相关插件

继续浏览 vision-media 分类下经过校验的插件。

Tool Describe Image@linxin666/dsh-tool-describe-image面向模型的 describe_image 工具,用于 dsh Web GUI:通过在兼容 OpenAI 的端点调用视觉语言模型,为文本模型提供图像理解能力,以描述一张图像(本地路径、http(s) URL 或附件引用)。可热插拔 —Modlens@liustack/modlens面向仅支持文本的 LLM 的插件视觉能力,由免费的 Antigravity CLI 提供支持Vision Toolkit@anionex/dsh-vision-toolkit面向 Harness 原生集成的 DeepSeek 与 agent-vision-toolkit:图像问答、OCR、定位、UI 还原、像素差异、Artifacts 和 Web UI。Deepseek Ivideodeepseek-ivideoiPolloWork HyperFrames Video Studio,以及 27 个可编辑视频模板,以原生 DeepSeek Harness 对话视图呈现。
最新版
0.2.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
11.9 kB
文件数
5
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
48
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录