npx skills add https://www.modelscope.cn/skills/@dkyazzentwatwa/image-enhancement-suite
smithery/dkyazzentwatwa
image-enhancement-suite
Process images for cleanup, conversion, metadata, comparison, icons, palettes, collages, and sprite sheets. Use for single-image or batch image workflows.
Installation
npx skills add smithery/dkyazzentwatwa --skill image-enhancement-suite
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsArchitect and provision enterprise Azure infrastructure from workload descriptions. For cloud a…
402.8K installsAlso in this package
Other skills from smithery/dkyazzentwatwa.
npx skills add smithery/dkyazzentwatwa
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,325 B -
docs
SUMMARY.md179 B
History
- First recorded snapshot · 0 installs
SKILL.md
Image Enhancement Suite
Use this as the primary image toolkit. It now includes the repo's background removal, metadata, comparison, filter, palette, icon, collage, and sprite helpers.
Use This For
- Resize, crop, watermark, compress, and format conversion
- Background removal and quick cleanup
- Image comparisons and metadata inspection
- Palette extraction, icon generation, collages, and sprite sheet assembly
Workflow
- Start with
scripts/image_enhancer.pyfor general-purpose image work. - Use focused helpers when the task is narrow:
- backgroundremover.py - imagecomparison.py - imagemetadata.py - imagefilter.py - colorpaletteextractor.py - icongenerator.py - collagemaker.py - spritesheetgenerator.py
- Prefer batch operations only when the same transforms should be applied consistently.
Guardrails
- Preserve originals when quality tradeoffs are uncertain.
- Say when a background removal or smart crop is heuristic, not exact.
- Use vector output or SVG-oriented tooling when the request is really illustration, not raster editing.