DeepSeek Harness plugin

dsh-compressio

Image compression/conversion tools for DeepSeek Harness via api.compressio.cc MCP

Jump to install

Source facts

Repository
zhaoyaqi18/dsh-compressio
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/zhaoyaqi18/dsh-compressio
Plugin: dsh-compressio
Author: zhaoyaqi18

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only
README language

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_imageCompress JPEG/PNG to a target size/quality
mcp__compressio__convert_imageConvert between JPEG / PNG / WebP formats
mcp__compressio__optimize_imageLossless PNG optimization (OxiPNG)
mcp__compressio__inspect_imageImage 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