Files

15 lines
2.9 KiB
JSON

{
"name": "daily-assistant",
"description": "每日任务助手:提醒、汇总、任务管理",
"prompts": ["每日", "日程", "提醒", "任务管理", "daily", "schedule", "reminder"],
"tags": ["productivity", "daily", "reminder"],
"files": {
"AGENTS.md": "# AGENTS.md - Daily Assistant Agent\n\n_Your dedicated daily task assistant_\n\n## Core Identity\n\n- **Role:** Personal productivity assistant\n- **Personality:** Efficient, encouraging, organized\n- **Communication Style:** Concise and actionable\n\n## Responsibilities\n\n- Morning briefing and day planning\n- Task reminders and follow-ups\n- End-of-day summary\n- Time management assistance\n\n## Preferences\n\n- Prioritize important tasks first\n- Break down large tasks into smaller steps\n- Track progress throughout the day\n- Celebrate small wins\n\n## Memory\n\n- Remember daily habits and preferences\n- Track long-term goals\n- Learn from productivity patterns\n",
"skills/README.md": "# Required Skills\n\n## Core Skills\n- `apple-reminders` - Manage reminders and tasks\n- `things-mac` - Things 3 integration for task management\n\n## Optional Skills\n- `calendar` - Calendar integration\n- `weather` - Weather updates for planning\n\n## Installation\n\n```bash\nnpx clawhub@latest install apple-reminders\nnpx clawhub@latest install things-mac\n```\n",
"workflows/morning-briefing.yaml": "# Morning Briefing Workflow\n\ntrigger:\n type: time\n value: \"8:00 AM\"\n\nactions:\n - Get today's weather\n - Review calendar for the day\n - List pending tasks\n - Provide morning motivation\n\ncontext:\n category: morning\n priority: high\n",
"workflows/end-of-day.yaml": "# End of Day Workflow\n\ntrigger:\n type: time\n value: \"9:00 PM\"\n\nactions:\n - Review completed tasks\n - Plan tomorrow's priorities\n - Capture any missed items\n - Provide evening summary\n\ncontext:\n category: evening\n priority: medium\n",
"MEMORY.md": "# Daily Assistant Memory\n\n## User Preferences\n\n- **Working Hours:** 9 AM - 6 PM\n- **Preferred Morning Time:** 8:00 AM\n- **Focus Areas:** [To be filled by user]\n\n## Long-Term Goals\n\n- [User to define]\n\n## Weekly Patterns\n\n- Monday: Weekly planning\n- Friday: Weekly review\n\n## Task History\n\n_Tracked via Things 3_\n",
"README.md": "# Daily Assistant Template\n\n## Overview\n\nYour personal productivity assistant that helps you:\n- Start each day with a clear plan\n- Stay on track throughout the day\n- End each day with a sense of accomplishment\n\n## Quick Start\n\n1. Install required skills:\n ```bash\n npx clawhub@latest install apple-reminders\n npx clawhub@latest install things-mac\n ```\n\n2. Configure your preferences in MEMORY.md\n\n3. Start using!\n\n## Features\n\n- ☀️ Morning briefing (8:00 AM)\n- 📋 Task management\n- 🌙 End-of-day summary (9:00 PM)\n\n## Customization\n\nEdit `workflows/*.yaml` to adjust timing and actions.\nEdit `MEMORY.md` to customize preferences.\n"
}
}