live-clean

Removes large media files and temporary directories from YouTube live collections.

161|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/daiki-beppu/youtube-automation --skill live-clean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-clean
Source: https://github.com/daiki-beppu/youtube-automation/tree/main/.claude/skills/live-clean
Command: npx skills add https://github.com/daiki-beppu/youtube-automation --skill live-clean

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage and clean up large media files and temporary directories from live collections on YouTube, optimizing disk space and maintaining organization.

Core Features & Use Cases

  • Large Media File Deletion: Safely remove large media files from live collections to recover disk space.
  • Temporary Directory Cleanup: Clean up temporary directories (tmp/) within collections to maintain organization.
  • Use Case: After a live event, use this Skill to remove unnecessary large media files and temporary files to free up disk space.

Quick Start

Run the live-clean skill to clean up large media files and tmp directories in the live collection.

Frequently Asked Questions about live-clean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean up large media files from YouTube live collections to free up disk space?

To clean up large media files from YouTube live collections, you can run a targeted cleanup script that safely removes unnecessary video assets. This process directly deletes large media files from the collection's directory to recover disk space.

What is the best way to remove temporary directories after a live event?

The best way to remove temporary directories after a live event is to execute a selective cleanup operation targeting the `tmp/` folders within your collection. This removes leftover temporary files and maintains directory organization.

Can I selectively clean up live collection files or do I have to delete everything?

You can selectively clean up live collection files instead of deleting everything. The cleanup process supports both manual and selective operations, allowing you to target specific large media files or temporary directories individually.

Do I need specific file permissions to delete large media files and tmp directories?

Yes, you need specific file permissions to delete large media files and tmp directories. The cleanup process requires read and write access to the collection's directory structure to successfully remove targeted media and temporary files.

Why does disk space optimization fail when removing live media files?

Disk space optimization fails when removing live media files if the cleanup script lacks sufficient file permissions or cannot access the collection's directory structure. Ensure the execution environment has the necessary read and write privileges for the target directories.