Skip to content
Skill

imole

by chenhg5

AI Summary

Help users slim down their iPhone storage. Scan media, back up files to the computer, delete verified files from the device, and guide users through the steps only Apple allows on the phone itself. Use this skill whenever the user says: "my iPhone is full", "clean up my iPhone", "free up iPhone stor

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "imole" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/imole && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/imole/SKILL.md "https://raw.githubusercontent.com/chenhg5/imole/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Open-source iPhone storage cleaner. Scan media on a connected iPhone, back up photos and videos to the computer, delete verified files from the device via ImageCaptureCore, and guide users through steps only Apple allows on the phone. Use when the user says their iPhone is full, wants to free up space, back up photos/videos, or delete old media from their phone.

macOS prerequisites

• iPhone connected via USB, screen unlocked, "Trust This Computer" accepted. • swift available: xcode-select --install • ImageCaptureCore used automatically — no extra install needed.

Windows prerequisites

• Install iTunes (provides USB drivers and the Apple Mobile Device service). • Connect iPhone, unlock it, tap "Trust This Computer". • Open Windows Explorer → This PC → [Your iPhone] → Internal Storage → DCIM. • Note the path (e.g. \\Apple\iPhone\Internal Storage\DCIM) or copy it to a local folder. • Use --source with that path: `powershell imole.exe scan --source "\\Apple\iPhone\Internal Storage\DCIM" imole.exe backup --source "\\Apple\iPhone\Internal Storage\DCIM" --to C:\backup imole.exe clean --manifest C:\backup\manifest.json --source "\\Apple\iPhone\Internal Storage\DCIM" ` ---

Compact stats (for a quick overview)

imole scan --summary --json imole scan --summary --only videos --older-than 1y --json imole scan --summary --json --fields total_size_human,video_files,old_size_human

iMole — iPhone Storage Cleaner Skill

Help users slim down their iPhone storage. Scan media, back up files to the computer, delete verified files from the device, and guide users through the steps only Apple allows on the phone itself. Use this skill whenever the user says: "my iPhone is full", "clean up my iPhone", "free up iPhone storage", "back up iPhone photos/videos", "iPhone space is running out", or asks to delete old videos from their phone. ---

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
80 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars80
Forks2
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code