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.
Install via ClawdBot CLI:
clawdbot install GustavoZiaugra/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ê.
Generated Mar 1, 2026
Individuals use the skill to generate a morning briefing that sets daily priorities and tracks habits, helping them start the day with focus and structure. It's ideal for remote workers or freelancers who need a minimalist tool to organize tasks and self-care reminders without complex apps.
Users leverage the habit tracking and evening reflection features to build self-awareness and consistent routines over time. This supports goals like learning new skills, improving health habits, or maintaining gratitude practices in a simple, automated way.
The skill helps remote employees maintain daily structure by providing a briefing with weather checks, priority lists, and break reminders. It reduces decision fatigue and promotes work-life balance through scheduled automation, such as cron jobs for morning and evening briefings.
People seeking a low-complexity tool for mental well-being use the skill to integrate motivation, self-care prompts, and reflection into their day. It's particularly useful for those avoiding overwhelming apps, offering emoji-enhanced sections and JSON exports for personal tracking.
Offer a free basic version with daily briefings and habit tracking, then charge for advanced features like analytics, integrations with calendar apps, or team collaboration tools. Revenue comes from monthly subscriptions, targeting individuals and small teams.
License the skill to companies as part of employee wellness programs, providing customized briefings with company-specific priorities and health reminders. Revenue is generated through annual contracts and support services for large organizations.
Monetize anonymized usage data to provide insights on productivity trends and well-being habits to researchers or marketers. Additionally, offer premium content like guided reflections or expert tips within the skill for a one-time purchase or subscription.
💬 Integration Tip
Integrate with calendar APIs to pull scheduled tasks into priorities, and use webhooks to send briefings to messaging apps like Slack or Telegram for seamless daily updates.
Manage Trello boards, lists, and cards via the Trello REST API.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Master OpenClaw's timing systems. Use for scheduling reliable reminders, setting up periodic maintenance (janitor jobs), and understanding when to use Cron v...
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Kanban-style task management dashboard for AI assistants. Manage tasks via CLI or dashboard UI. Use when user mentions tasks, kanban, task board, mission con...