🖼️
AutomationPython

Image Crop And Rotate

by instavm

Image Crop And Rotate is an Automation skill for Claude Code, published by instavm in coderunner.

890 stars41 forkson instavm/coderunnerAdded 2026/08/22Repository updated 2026/08/13
anthropicappleapple-containerclaude-codeclaude-skillscontainerizationgemini-clillmllmstudiomcpopenai
Install in seconds
Install Image Crop And Rotate
Copy Image Crop And Rotate into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/instavm/coderunner/tree/main/skills/public/image-crop-rotate ~/.claude/skills/image-crop-rotate

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/instavm/coderunner.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/public/image-crop-rotate/SKILL.md in instavm/coderunner
Installs to
~/.claude/skills/image-crop-rotate
Collection
One of 2 skills cataloged from this repository
Category
Automation1523 skills

What Image Crop And Rotate does

Image Crop And Rotate crops images to 50% from the center and rotates them 90 degrees clockwise. Use it when you need centered cropping, clockwise rotation, or both on an image file.

Image Crop And Rotate is cataloged under Automation on DirSkills. Image Crop And Rotate comes from a repository tagged anthropic, apple, apple-container, claude-code and claude-skills.

Documentation

README

Image Crop and Rotate

Overview

This skill provides functionality to crop images to 50% of their original size from the center and rotate them 90 degrees clockwise. It uses a reliable Python script with PIL/Pillow for consistent, high-quality image processing.

When to Use This Skill

Use this skill when the user requests:

  • Cropping an image to 50% from the center
  • Rotating an image 90 degrees (clockwise)
  • Both cropping and rotating an image
  • Image processing tasks that combine center cropping with rotation

How to Use This Skill

Overview

The skill provides a single script that performs both operations: cropping to 50% from center and rotating 90 degrees clockwise.

Process

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Image Crop And Rotate

  • What else does instavm publish alongside Image Crop And Rotate?

    Image Crop And Rotate is one of 2 skills that DirSkills catalogs from instavm/coderunner, the repository it ships in. Its siblings there include PDF Text Replace. Each one is a separate skill with its own page in this directory, installs the same way Image Crop And Rotate does, and is maintained by instavm in that same repository. The rest of the collection is listed on the instavm/coderunner page.

  • How does Image Crop And Rotate compare to other Automation skills?

    Image Crop And Rotate ranks #926 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Image Crop And Rotate against them. Open each page to compare what they document and how they install.