floma new "analyze disk space in ~/Documents, save the results to an Excel sheet and email me that sheet"
→ Automated disk analysis with email delivery
floma new "zip all of the loose files in Documents relating to investments and slack the zipfile to #general"
→ Smart file organization with Slack integration
floma new "watch ~/receipts for new PDFs, extract vendor and total, update expenses.xlsx, and slack summary to #accounting"
→ Auto-process receipts with AI extraction and team notifications
floma new "organize Downloads folder by file type, move images to Photos, documents to Documents, delete files older than 30 days"
→ Automatic file organization with intelligent cleanup
floma new "merge regional sales CSVs, calculate totals by category, generate charts, email PDF report to team"
→ Complete data pipeline with visualization and distribution
floma new "deduplicate customers.csv using fuzzy matching to catch typos, validate email addresses, and save cleaned data"
→ Intelligent data cleanup with fuzzy matching (catches "Jon Smith" vs "John Smith")
floma new "generate personalized certificates for all attendees in attendees.csv using certificate_template.docx"
→ Bulk certificate generation from Word templates (perfect for events and courses)
floma new "extract audio from all videos in ~/Videos, remove silence, normalize volume levels, and save as MP3"
→ Media processing pipeline for podcast creation from video content
floma new "extract all tables from research PDFs in ~/Papers and save each as separate CSV files"
→ Intelligent table extraction from PDF documents for research data
floma new "find duplicate files in ~/Pictures using hash comparison and move duplicates to trash"
→ Smart duplicate detection to clean up photo libraries
floma new "resize 5000 product images in parallel using 50% CPU, compress to 80% quality, save to optimized folder"
→ Batch image processing with CPU throttling for background tasks
floma new "OCR all scanned receipts in ~/Scans, extract vendor and total, append to expenses.xlsx"
→ Automated expense tracking from scanned documents with OCR
floma new "detect outliers in transactions.csv using z-score method and save suspicious transactions to review.csv"
→ Fraud detection and anomaly identification in financial data
floma new "monitor disk space daily, alert if less than 10GB free, and email me a report"
→ Proactive disk space monitoring with automated alerts
floma new "create pivot table from sales.csv grouping by region and product, calculate totals and averages"
→ Excel-style pivot tables for advanced sales analysis
floma new "compress all videos in ~/Content to 720p with 2Mbps bitrate for faster web upload"
→ Bulk video compression for web distribution and bandwidth savings
floma new "fill contract_template.docx with data from clients.csv and create personalized PDF for each client"
→ Document automation for client contracts with mail merge and PDF generation
floma new "keep only the last 5 backups in ~/Backups and compress old files older than 90 days"
→ Automated backup rotation and archival with space optimization