image-crop-rotate

Solid

Image processing skill for cropping images to 50% from center and rotating them 90 degrees clockwise. This skill should be used when users request image cropping to center, image rotation, or both operations combined on image files.

AI & Automation 832 stars 37 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
97
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 1. **Identify the input image**: Locate the user's uploaded image file in `/mnt/user-data/uploads/` 2. **Execute the script**: Run the `crop_and_rotate.py` script with input and output paths: ```bash python scripts/crop_and_rotate.py <input_path> <output_path> ``` 3. **Provide the result**: Move the processed image to `/mnt/user-data/outputs/` and share it with the user ### Script Details **`scripts/crop_and_rotate.py`** This script performs two operations in sequence: 1. Crops the image to 50% of its original size, centered 2. Rotates the cropped image 90 degrees clockwise **Usage:** ```bash python scripts/crop_and_rotate.py input.jpg output.jpg ``` **Arguments:** - First argument: Path to input image - Second argument: Path to save processed image **Supported f...

Details

Author
instavm
Repository
instavm/coderunner
Created
11 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

image-studio

Tired of juggling 8 API keys? This skill gives you one-command access to Midjourney, Flux, Ideogram, and more, with zero setup. Use when you want to generate any image without worrying about API keys.

25 Updated 2 months ago
wells1137
AI & Automation Listed

photo-studio-skill

Generate professional AI-enhanced photos using ByteDance Seedream 4.5 model. Use when users want to, (1) Create portraits with various styles, (2) Generate couple or family group photos, (3) Take photos with movie characters, (4) Edit images (change clothing, background, material, style), (5) Merge multiple photos (outfit fusion, person-scenery fusion, brand design), (6) Create series of related images (seasons, character states, story sequences), (7) Design posters (movie, event, product), or (8) Use custom prompts with full creative control.

14 Updated 4 months ago
songjiayang
Data & Documents Featured

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.

14,116 Updated today
eigent-ai
AI & Automation Featured

seo-image-gen

AI image generation for SEO assets: OG/social preview images, blog hero images, schema images, product photography, infographics. Powered by Gemini via nanobanana-mcp. Requires banana extension installed. Use when user says "generate image", "OG image", "social preview", "hero image", "blog image", "product photo", "infographic", "seo image", "create visual", "image-gen", "favicon", "schema image", "pinterest pin", "generate visual", "banner", or "thumbnail".

7,082 Updated today
AgriciDaniel
Data & Documents Listed

free-imagegen

Fully local free text-to-image skill for OpenClaw and general assets. Generates SVG from prompt, then converts SVG to PNG with local tools only (no online API calls).

110 Updated 1 months ago
NimaChu