Workday Music & Greet
/install workday-music-greet
Workday Music & Greet
Automate your workday with timed music scene switches and GIF-enhanced greeting emails.
What It Does
| Time | Scene | Email Greeting |
|---|---|---|
| 07:30 | 🌅 Morning | "Good morning! Start fresh ☀️" + sunrise GIF |
| 09:00 | 💼 Focus | "Deep work time 🎯" + focus GIF |
| 12:00 | 🍱 Break | "Lunch break! Recharge 🔋" + food GIF |
| 14:00 | 💼 Focus | "Back at it! 💪" + coffee GIF |
| 17:30 | 😌 Chill | "Wind down time 🧘" + sunset GIF |
| 22:00 | 🔇 Off | "Good night! 🌙" + moon GIF |
Setup
1. Install Dependencies
cd skills/workday-music-greet
npm install
2. Configure Email (.env)
Create a .env file in the skill directory:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_SECURE=false
[email protected]
SMTP_PASS=your-app-password
[email protected]
[email protected]
3. Configure Music Scenes
Edit scripts/config.json to set your preferred scenes and home-music command path.
4. Register Cron Jobs
Run the setup script to register all timed triggers:
node scripts/setup-cron.js
Or set up manually — each scene triggers node scripts/scene-trigger.js \x3Cscene>.
One-Shot Usage
Trigger a scene + email manually:
node scripts/scene-trigger.js morning
node scripts/scene-trigger.js focus
node scripts/scene-trigger.js break
node scripts/scene-trigger.js chill
node scripts/scene-trigger.js off
GIF Sources
Default GIFs are pulled from Giphy. To use custom GIFs, replace URLs in scripts/config.json.
Architecture
workday-music-greet/
├── SKILL.md # This file
├── package.json # Dependencies (nodemailer)
├── scripts/
│ ├── config.json # Scene & email configuration
│ ├── scene-trigger.js # Main: switch scene + send email
│ ├── send-greet.js # Email sending logic
│ └── setup-cron.js # Register OpenClaw cron jobs
└── assets/
└── email-template.html # HTML email template
Dependencies
- home-music skill (for music scene control)
- imap-smtp-email skill (for email sending; reuses SMTP config)
- OpenClaw cron (for scheduled triggers)
License
MIT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install workday-music-greet - After installation, invoke the skill by name or use
/workday-music-greet - Provide required inputs per the skill's parameter spec and get structured output
What is Workday Music & Greet?
Auto-switch music scenes by workday schedule and send matching GIF greeting emails. Combines home-music scene control with IMAP/SMTP email for a full morning... It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Workday Music & Greet?
Run "/install workday-music-greet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Workday Music & Greet free?
Yes, Workday Music & Greet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Workday Music & Greet support?
Workday Music & Greet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Workday Music & Greet?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.