dsh-imagedit
DeepSeek Harness 的本地图像编辑工具包,提供 image_edit 工具进行确定性编辑,支持抠图、裁剪、旋转、色彩调整、模糊、圆角、画布调整及多格式导出,亦可作为技能使用。
AI 分析
核心用于本地图像的自动化与确定性编辑。适合需要智能体直接处理图像裁剪、去背、格式转换及基础视觉调整的自动化工作流。
安装
$
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