
from imgcli12
Agent-focused CLI for inspecting, normalizing, composing, converting, and exporting existing images; supports recipes, presets, PDF export and vertical stitchin
imgcli is a Go-based CLI for robust post-processing of existing images. It handles inspection (hash/color-stats), format conversion, fixed-layout composition, recipe-driven workflows, multi-platform variant exports, smart padding for platform presets, PDF bundling with watermarks, and vertical stitching into long composites. The tool is intended for automation rather than image generation.
Use imgcli when an agent or worker needs deterministic, scriptable image post-processing in a pipeline: preparing assets for social platforms, converting formats, composing marketing cards, batching variants, or packaging images into PDFs programmatically. It's suitable where consistent, testable output and JSON machine-readable contracts are required.
Designed to be invoked by agents that can run binaries and parse JSON output (automation runners, CI jobs, Claude/Copilot automation). Works well in worker processes and server-side pipelines.
imgcli is an agent-facing CLI for image post-processing (inspect, compose, convert, variants, smartpad, PDF export, vertical stitch). SKILL.md is written entirely in Chinese with clear subcommand examples and documented error codes. No bundled scripts — the skill wraps a Go CLI binary that must be pre-installed or built via make.
Clean skill, no security concerns. Well-structured CLI reference. Language barrier is the main limitation. No scripts to execute or audit.