PiPic is an image compression platform for the web, the command line, CI workflows, and coding agents. It supports PNG, JPEG, WebP, and AVIF.
This repository is the official GitHub hub for PiPic. The hosted web application
is available at pipic.cc. Its source is not published in
this repository. The open-source Agent CLI and coding-agent skill are maintained
in PiPic-cc/pipic-cli.
- Web app: pipic.cc
- About PiPic: pipic.cc/about
- CLI and Agent Skill documentation: pipic.cc/cli
- CLI and Skill source: PiPic-cc/pipic-cli
- npm package:
@pipic/cli - MCP Registry:
cc.pipic/pipic
Install the official CLI and the open-source PiPic skill:
npm i -g @pipic/cli
npx skills add PiPic-cc/pipic-cli -gThe CLI performs image compression. The skill teaches supported coding agents when and how to invoke it from a plain-language request.
PiPic's official public identities are:
pipic.cc- the
PiPic-ccGitHub organization - the
@pipic/clinpm package
For CLI or skill issues, use the
pipic-cli issue tracker.
For service questions, use the PiPic contact page.