Personal 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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install personal-assistant或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install personal-assistant⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/personal-assistant/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: personal-assistant description: Personal 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. ---
Generate 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().
...
安装 Personal Assistant 后,可以对 AI 说这些话来触发它
Help me get started with Personal Assistant
Explains what Personal Assistant does, walks through the setup, and runs a quick demo based on your current project
Use Personal Assistant to personal daily briefing and productivity assistant
Invokes Personal Assistant with the right parameters and returns the result directly in the conversation
What can I do with Personal Assistant in my product manager workflow?
Lists the top use cases for Personal Assistant, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/personal-assistant/ 目录(个人级,所有项目可用),或 .claude/skills/personal-assistant/(项目级)。重启 AI 客户端后,用 /personal-assistant 主动调用,或让 AI 根据上下文自动发现并使用。
Personal Assistant 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Personal Assistant 可免费安装使用。请查阅仓库了解许可证信息。
Personal 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.
Personal Assistant 属于「Product Manager」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my product manager tasks using Personal Assistant
Identifies repetitive steps in your workflow and sets up Personal Assistant to handle them automatically