Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.06 KB

File metadata and controls

35 lines (22 loc) · 1.06 KB

Clean My MEGA Drive

Remove all file version history across your entire MEGA drive and report how much space was freed — in bytes and as a percentage of total storage.

Prompt

Read skills/megacmd.md for available CLI tools.

Check my current MEGA storage usage first. Then remove all file versions
and check storage again. Show how much space was freed in bytes and as a percentage.

Demo

Local

Clean drive local result

Cloud

Clean drive cloud result

How It Works

  1. AI reads the skill file to learn available MEGA commands
  2. Checks current storage usage with mega-df
  3. Removes all file version history with mega-deleteversions
  4. Checks storage again and calculates the difference
  5. Displays space freed in both bytes and percentage

Notes

  • mega-deleteversions requires manual approval (destructive operation).
  • Local models may calculate percentages incorrectly — the workflow still completes successfully.