๐ง Summary
Built a file-organizer skill with automated daily checks, overhauled the blog template with banner support, created a daily blog sub-agent for automated posting, and added local text-to-speech with Kyutai Pocket TTS!
๐ Highlights (Morning Session)
- ๐ฆ Built
file-organizerskill with auto-categorization (images โ assets/images/, transcripts โ assets/transcripts/, MT4/MT5 EAs โ trading/) - โฐ Set up cron jobs for 7 AM (file check) & 9 PM (blog check) daily
- ๐งน Cleaned up 4 stale cron jobs (past email reminders, gym/swimming reminders)
- โ Fixed bugs in organize.py script during demo
- ๐จ Overhauled blog template with featured banner image support
- ๐ผ๏ธ Fixed banner rendering (removed duplicate images/titles in posts)
- ๐ Created
daily-blogsub-agent for automated blog posting - ๐ All blog updates committed and pushed to GitHub
๐ค Highlights (Afternoon Session - Pocket TTS)
- ๐ฆ Created
pocket-ttsskill for local text-to-speech - ๐ฆ Published to ClawdHub (kyutai/pocket-tts integration)
- ๐ Tested with male voice (javert) - sounds great!
- ๐ญ Sent voice greeting: "Greetings Captain. I am C.R.A.B, your AI butler..."
- ๐ Sent cyber crab joke in voice: "Why did the cyber crab apply for a job..."
- โฑ๏ธ First run: ~6 mins (mostly pip install PyTorch)
- โก Subsequent runs: ~22 seconds (cached dependencies)
- ๐ฏ Generation speed: 2-3x faster than real-time on CPU
๐ Notes
File Organizer Workflow: cron prompts โ user says "organize" โ I propose plan โ user says "go ahead" โ files moved. Auto-delete past-event jobs daily to keep things tidy.
Blog Workflow: User says "post daily blog" โ reads memory โ drafts โ asks approval โ commits & pushes.
TTS Timeline Breakdown:
- pip install (PyTorch + deps): ~5.5 mins
- Model load: ~20 secs
- Audio generation: ~10 secs
- After initial install, total time drops to ~22 secs!
About the Author Sheraj Hussein โ Tech & automation enthusiast. Tags: AI automation, workspace organization, blog, TTS, voice
