Green Train Skills
English | 中文
Agent skills by 绿皮火车 for media processing, file management, and local AI. Perform complex operations through simple AI instructions.
Video Tutorials
Prerequisites
- Python 3.10+ environment
- macOS for
disk-cleaner, file-organizer, and file-master (system-specific tools)
Installation
Quick Install (Recommended)
npx skills add crazynomad/skills
Register as Plugin Marketplace
Run the following command in Claude Code:
/plugin marketplace add crazynomad/skills
Install Skills
Option 1: Via Browse UI
- Select Browse and install plugins
- Select greentrain-skills
- Select the plugin(s) you want to install
- Select Install now
Option 2: Direct Install
# Install specific plugin
/plugin install greentrain-media@greentrain-skills
/plugin install greentrain-files@greentrain-skills
/plugin install greentrain-planning@greentrain-skills
Option 3: Ask the Agent
Simply tell Claude Code:
Please install Skills from github.com/crazynomad/skills
Available Plugins
| Plugin | Description | Skills |
|---|
| greentrain-media | Video/podcast downloading, PDF conversion, title generation, TTS/STT, visual PPT generation | pdf-to-images, podcast-downloader, srt-title-generator, tts, twitter-downloader, visual-deck, youtube-downloader |
| greentrain-files | macOS disk cleaning, file organizing, document intelligence | file-master, disk-cleaner, file-organizer, doc-mindmap |
| greentrain-planning | Think-before-you-slide PPT methodology: classify, research-driven thesis, storyline review | ppt-classify, ppt-research-setup, ppt-narrative-review |
For more details, visit https://skills.sh/docs.
Available Skills
Skills are organized into four categories:
File Management (macOS)
file-master
Mac file management master - a prompt-only orchestration skill that chains disk-cleaner, file-organizer, and doc-mindmap into a Clean > Organize > Analyze three-phase workflow. In a real-world demo, this workflow freed 120GB of disk space, organized 1,600+ files, and converted 4,000+ PPTs into a searchable knowledge base. (Watch the full walkthrough)
Three phases:
| Phase | Name | Description |
|---|
| Phase 1 | Clean | Disk cleanup with disk-cleaner |
| Phase 2 | Organize | File organization with file-organizer |
| Phase 3 | Analyze | Document analysis with doc-mindmap |
Only triggers when user needs combined multi-stage operations. For single tasks, use individual skills directly.
disk-cleaner
Smart Mac disk cleaning assistant powered by Mole. Features three-tier cleanup strategies, whitelist protection, categorized reports, and achievement pages. In a real-world test, it freed over 106GB of disk space across browser caches, app caches, system logs, and package manager artifacts.
# Check environment
python disk-cleaner/scripts/mole_cleaner.py --check
# Preview cleanable items
python disk-cleaner/scripts/mole_cleaner.py --preview
# Preview with HTML report
python disk-cleaner/scripts/mole_cleaner.py --preview --html
# Clean with tier selection (air/pro/max)
python disk-cleaner/scripts/mole_cleaner.py --clean --tier air --confirm
python disk-cleaner/scripts/mole_cleaner.py --clean --tier pro --confirm
python disk-cleaner/scripts/mole_cleaner.py --clean --tier max --confirm
# Manage whitelist
python disk-cleaner/scripts/mole_cleaner.py --whitelist --show
python disk-cleaner/scripts/mole_cleaner.py --whitelist --preset office
Cleanup Tiers:
| Tier | Description |
|---|
air | Conservative - system caches only |
pro | Balanced - caches + logs + temp files |
max | Aggressive - all cleanable items |
Dependencies: Mole (brew install tw93/tap/mole)
file-organizer