/install caring-memory
Caring Memory Skill
🧠 AI-powered task reminder system with Ebbinghaus forgetting curve + gamification + active time learning
Overview
A smart task management system that:
- Priority-based reminders: urgent/high/medium/low with auto-upgrade near deadlines
- Ebbinghaus curve: reminds at 1h, 24h, 4d, 7d, 15d intervals
- Gamification: XP, levels, streaks, achievements
- Active time learning: tracks when you're most responsive
Usage
Add a task
python3 caring_memory.py add "Task title" [priority] [deadline]
# priority: urgent/high/medium/low
# deadline: ISO format e.g. "2026-04-10T18:00:00"
Complete a task
python3 caring_memory.py complete \x3Cid>
Cancel a task
python3 caring_memory.py cancel \x3Cid>
List pending tasks
python3 caring_memory.py list
Generate reminder summary (for cron)
python3 caring_memory.py remind
View stats
python3 caring_memory.py stats
Record chat activity
python3 caring_memory.py chat
OpenClaw Integration
Recommended Cron Setup
Morning reminder (08:00):
Task: python3 skills/caring-memory-skill/caring_memory.py remind
Schedule: 0 8 * * *
Midday check (12:00):
Task: python3 skills/caring-memory-skill/caring_memory.py remind
Schedule: 0 12 * * *
Evening review (18:00+21:00):
Task: python3 skills/caring-memory-skill/caring_memory.py remind
Schedule: 0 18,21 * * *
Agent Integration
- Session start: Call
chatto record active time - User mentions tasks: Auto-call
add - User says "done": Call
complete - Heartbeat check: Call
remindfor summary
Priority Auto-Upgrade
| Time to deadline | Upgrade |
|---|---|
| \x3C 24h | high → urgent |
| \x3C 48h | medium → high |
| \x3C 96h | low → medium |
Gamification
| Action | XP |
|---|---|
| Complete task | 10 × priority_multiplier |
| Daily streak | +5 bonus |
| Level up | Every 100 XP |
Trigger Words
- "这很重要" → Add as high priority
- "记住这个" → Add task
- "完成了" / "搞定" → Complete task
- "待办" / "任务" → List tasks
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install caring-memory - After installation, invoke the skill by name or use
/caring-memory - Provide required inputs per the skill's parameter spec and get structured output
What is Caring Memory?
AI task reminder using priority, Ebbinghaus intervals, gamification, and active time tracking for effective task management. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Caring Memory?
Run "/install caring-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Caring Memory free?
Yes, Caring Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Caring Memory support?
Caring Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Caring Memory?
It is built and maintained by wukai8289 (@wukai8289); the current version is v2.0.0.