ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

daily-assistant

AI-powered daily task management MCP Server — recommend next task, inherit uncompleted todos, detect overdue, generate reviews. Deterministic ops in code (zero tokens), AI only when needed.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/asuranale/daily-assistant
Or

Daily Assistant MCP Server

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.

Setup

git clone https://github.com/AsuraNale/daily-assistant-mcp.git
cd daily-assistant-mcp
python3 src/setup.py --auto   # Windows: py src/setup.py --auto

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.

Tools

ToolWhat it does
recommend_nextRecommends the most important task to work on next
get_todayReads today's daily task file
inherit_tasksCarries over uncompleted tasks from yesterday
check_overdueDetects overdue task files
generate_reviewGenerates end-of-day review with completion stats
scan_splitFlags tasks >80min or missing time estimates

Resources

ResourceContent
daily://todayToday's task file
daily://dashboardDashboard overview
daily://history7-day completion statistics

Task Format

- [ ] Task description ⏱️45min 📅 2026-03-30 ⏫

Markers: ⏱️ = time estimate, 📅 = deadline, = highest priority, 🔼 = high, 🔽 = low.

Design Philosophy

  • Zero-token deterministic ops: Parsing, sorting, stats run in Python code
  • AI only when needed: Task splitting, creative advice, context-aware suggestions
  • Platform-independent: Windows, macOS, Linux. No Obsidian dependency
  • Simple data: Plain Markdown files, edit anywhere

Metadata

Author@asuranale
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-asuranale-daily-assistant": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.