Install
openclaw skills install personal-assistantPersonal daily briefing and productivity assistant. Generates morning briefings with priorities, habits, and self-care reminders. Use when starting your day, planning tasks, or maintaining daily routines and personal development. A minimalist personal productivity skill focused on you.
openclaw skills install personal-assistantGenerate personalized daily briefings with morning motivation, priorities, habit tracking, and evening reflection. Focus on productivity and well-being with minimal complexity.
Gerencie briefings diários personalizados com motivação matinal, prioridades, hábitos e reflexão noturna. Foque em produtividade e bem-estar com complexidade mínima.
# Generate daily briefing
python3 scripts/daily_briefing.py --location Columbus --summary
# Save to file
python3 scripts/daily_briefing.py --output daily_briefing.json
Start your day with a structured briefing:
Use briefing as your reference:
End your day with reflection:
python3 scripts/daily_briefing.py --location Columbus --summary
Output:
📋 Daily Briefing - 2026-02-11 (Wednesday)
🌅 Good Morning!
Start your day with focus and intention.
🌡 Weather Check
Check the weather in Columbus before heading out.
🎯 Today's Focus
Top 3 priorities:
1. _____________________________
2. _____________________________
3. _____________________________
✅ Daily Habits
☐ Morning routine
☐ Hydration goals
☐ Learning time
☐ Evening review
💚 Self-Care
Remember to take breaks and stay hydrated.
🌙 Evening Review
1. What did I accomplish today?
2. What am I grateful for?
3. What could I have done better?
4. Tomorrow's top priority?
| Parameter | Description | Descrição | Default |
|---|---|---|---|
--location | Your city / Sua cidade | Columbus | --location Miami |
--output | Output file / Arquivo de saída | daily_briefing.json | --output briefing.json |
--summary | Print readable output / Imprimir saída legível | false | --summary |
Set up morning briefings with OpenClaw cron:
# Every day at 7 AM
openclaw cron add \
--schedule "0 7 * * *" \
--tz "America/New_York" \
--message "Generate my daily briefing"
Or manually:
# Morning (7 AM)
python3 scripts/daily_briefing.py --location Columbus --summary
# Evening (9 PM)
python3 scripts/daily_briefing.py --location Columbus --summary
{
"generated_at": "2026-02-11T07:00:00.000Z",
"location": "Columbus",
"date": "2026-02-11",
"weekday": "Wednesday",
"sections": [
{
"title": "🌅 Good Morning!",
"content": "Start your day...",
"type": "motivation"
}
]
}
Positive start to your day with focus and intention.
Começo positivo do seu dia com foco e intenção.
Top 3 priorities with space for your own tasks.
Top 3 prioridades com espaço para suas tarefas.
Track recurring daily goals for personal development.
Acompanhe metas recorrentes para desenvolvimento pessoal.
Reminders for hydration, breaks, and work-life balance.
Lembretes para hidratação, pausas e equilíbrio vida-trabalho.
Structured reflection questions for growth and gratitude.
Reflexão estruturada para crescimento e gratidão.
Start each morning with a structured briefing to set focus and priorities.
Comece cada manhã com um briefing estruturado para definir foco e prioridades.
Use habit tracking and evening reflection to build self-awareness and growth.
Use rastreamento de hábitos e reflexão noturna para construir autoconsciência e crescimento.
Maintain structure and self-care while working from home with briefings and breaks.
Mantenha estrutura e autocuidado enquanto trabalha de casa com briefings e pausas.
Stay mindful of self-care with regular hydration and break reminders.
Mantenha-se consciente do autocuidado com lembretes regulares de hidratação e pausas.
This skill follows minimal productivity principles:
Main script that generates daily briefings with all sections.
Script principal que gera briefings diários com todas as seções.
Tips and techniques for personal productivity and habit formation.
Dicas e técnicas para produtividade pessoal e formação de hábitos.
None! / Nenhuma!
Uses only Python standard library - no external dependencies required.
Usa apenas biblioteca padrão do Python - sem dependências externas necessárias.
Edit scripts/daily_briefing.py and add to the generate_briefing() function.
Edite scripts/daily_briefing.py e adicione à função generate_briefing().
Each section has: title, content, type. Customize as needed.
Cada seção tem: título, conteúdo, tipo. Personalize conforme necessário.
MIT License - Use freely for personal and commercial purposes. Licença MIT - Use livremente para fins pessoais e comerciais.
Created by Gustavo (GustavoZiaugra) with OpenClaw Criado por Gustavo (GustavoZiaugra) com OpenClaw
Find this and more OpenClaw skills at ClawHub.com Encontre este e mais skills do OpenClaw em ClawHub.com
⭐ Star this repository if you find it useful! ⭐ Dê uma estrela neste repositório se você achar útil!
📋 Your personal assistant, just for you. 📋 Seu assistente pessoal, só para você.