bbbz123/dsh-imagedit1

dsh-imagedit

Local image editing toolkit for DeepSeek Harness: one image_edit tool for deterministic edits — cutout (quick flood-fill or rembg AI), trim, flip, rotate, brightness/contrast/saturation, blur, sharpen, rounded corners, border, canvas resize+center, sprite sheets, and PNG/JPEG/WebP export. Also ships as a skill (SKILL.md + CLI scripts).

AI 分析

核心用于本地图像的自动化与确定性编辑。适合需要智能体直接处理图像裁剪、去背、格式转换及基础视觉调整的自动化工作流。

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

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bbbz123/dsh-imagedit

ドキュメント

README 全文を読む ↗

Usage

Agent tool

Call image_edit with structured params, e.g.:

{
  "input": "gen/sword.png",
  "remove_bg": "quick",
  "bg_color": "auto",
  "canvas": "256x256",
  "padding": 16,
  "formats": ["png", "webp"]
}

CLI