agentsclimarketplace

Image editing

Skill cxcscmu/SkillLearnBench/skills/b4-skill-creator-gemini-3.1-pro-preview/video-object-counting/image-editing

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill image-editing

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Command-line tools for modifying and manipulating images, such as resizing, blurring, or changing colorspace. Use this skill whenever the user mentions modifying images, converting to grayscale, or changing image properties.

SKILL.md

0.7 KB, as published. Nobody here has run it

Image Editing using ImageMagick

Use the convert command to modify images.

Useful image operations

  • Convert to Grayscale: Use -colorspace Gray. Example to edit in-place:

    convert input.png -colorspace Gray input.png
    
  • Resize: -resize 50% or -resize 256x256

  • Format conversion: convert -format jpg *.png

Dependencies

  • convert: Run sudo apt install imagemagick to install. After that, you can use convert command.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.