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 분석
核心用于本地图像的自动化与确定性编辑。适合需要智能体直接处理图像裁剪、去背、格式转换及基础视觉调整的自动化工作流。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bbbz123/dsh-imageditUsage
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