/install daily-assistant
\r \r
Daily Assistant MCP Server\r
\r A personal task management MCP Server. Deterministic operations (parsing, sorting, statistics) run in Python with zero token cost — AI only steps in when creativity is needed.\r \r
Setup\r
\r
git clone https://github.com/AsuraNale/daily-assistant-mcp.git\r
cd daily-assistant-mcp\r
python3 src/setup.py --auto # Windows: py src/setup.py --auto\r
```\r
\r
The setup wizard creates a `.venv`, installs dependencies, sets up your data directory, and auto-configures your AI editor. No manual `pip install` or config editing needed.\r
\r
## Tools\r
\r
| Tool | What it does |\r
|------|-------------|\r
| `recommend_next` | Recommends the most important task to work on next |\r
| `get_today` | Reads today's daily task file |\r
| `inherit_tasks` | Carries over uncompleted tasks from yesterday |\r
| `check_overdue` | Detects overdue task files |\r
| `generate_review` | Generates end-of-day review with completion stats |\r
| `scan_split` | Flags tasks >80min or missing time estimates |\r
\r
## Resources\r
\r
| Resource | Content |\r
|----------|---------|\r
| `daily://today` | Today's task file |\r
| `daily://dashboard` | Dashboard overview |\r
| `daily://history` | 7-day completion statistics |\r
\r
## Task Format\r
\r
```markdown\r
- [ ] Task description ⏱️45min 📅 2026-03-30 ⏫\r
```\r
\r
Markers: `⏱️` = time estimate, `📅` = deadline, `⏫` = highest priority, `🔼` = high, `🔽` = low.\r
\r
## Design Philosophy\r
\r
- **Zero-token deterministic ops**: Parsing, sorting, stats run in Python code\r
- **AI only when needed**: Task splitting, creative advice, context-aware suggestions\r
- **Platform-independent**: Windows, macOS, Linux. No Obsidian dependency\r
- **Simple data**: Plain Markdown files, edit anywhere\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-assistant - After installation, invoke the skill by name or use
/daily-assistant - Provide required inputs per the skill's parameter spec and get structured output
What is 日常小助手 MCP Server?
AI-powered daily task management MCP Server — recommend next task, inherit uncompleted todos, detect overdue, generate reviews. Deterministic ops in code (ze... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install 日常小助手 MCP Server?
Run "/install daily-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 日常小助手 MCP Server free?
Yes, 日常小助手 MCP Server is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 日常小助手 MCP Server support?
日常小助手 MCP Server is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 日常小助手 MCP Server?
It is built and maintained by AsuraNale (@asuranale); the current version is v2.1.0.