dsh-compressio
其他 活跃维护

dsh-compressio

zhaoyaqi18/dsh-compressio

MCP生态的图片处理工具集,支持图片压缩、格式转换、参数优化、元数据查看能力,基于compressio.cc接口提供服务,每日提供20次免费调用额度,也可通过Ko-fi购买专业密钥解锁更多权益,可直接嵌入MCP工作流完成图片处理操作。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
Other
主要语言
None
开源协议
2 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:zhaoyaqi18/dsh-compressio
git clone https://github.com/zhaoyaqi18/dsh-compressio.git
git clone git@github.com:zhaoyaqi18/dsh-compressio.git
README.md master

dsh-compressio — Image Compression & Conversion for DeepSeek Harness

中文

Bring production-grade image compression and conversion to DeepSeek Harness. This bundle wires the
api.compressio.cc MCP server (Cloudflare Worker + Squoosh/JSQuash WASM encoders)
into your DSH profile as four tools:

Tool (as seen by the model) What it does
mcp__compressio__compress_image Compress JPEG/PNG to a target size/quality
mcp__compressio__convert_image Convert between JPEG / PNG / WebP formats
mcp__compressio__optimize_image Lossless PNG optimization (OxiPNG)
mcp__compressio__inspect_image Image metadata: format, dimensions, file size

Install

git clone https://github.com/zhaoyaqi18/dsh-compressio
dsh plugin --profile <name> add ./dsh-compressio
dsh --profile <name>

The upstream MCP server is hosted and always-on — no local engine, no dependencies.

Usage example

"Compress this photo to under 200KB: ./photo.jpg"

The agent calls mcp__compressio__compress_image and returns the compressed file.

Limits & pricing

  • Anonymous: 20 free calls/day per IP — perfect for trying it out.
  • Pro Key: $9.90/month, 5,000 calls — buy on Ko-fi.
  • Web app (browser-side, files never leave your device): compressio.cc.

When the free quota runs out, the API itself tells the AI where to go (buy a key or use the free web app) — no dead ends.

Why CompressIO?

  • Real WASM encoders (the same ones powering Google Squoosh) — measured 81.7% compression on a test JPEG.
  • Privacy-first: files are processed in memory, not stored.
  • Works from anywhere: Claude, Hermes, DSH, or any MCP client.

License

MIT