/install clawkeeper
ClawKeeper CLI
Manage the user's tasks and habits via the ClawKeeper CLI. All data is stored as markdown at the path set by CLAWKEEPER_DIR (defaults to ~/.clawkeeper/).
clawkeeper \x3Centity> \x3Ccommand> [--flags]
If CLAWKEEPER_DIR is set in your environment, the CLI reads and writes data there. This allows multiple agents to share the same task list.
Tasks
clawkeeper task list
clawkeeper task add --text "Buy groceries"
clawkeeper task add --text "Buy groceries" --due-date 2026-03-15
clawkeeper task add-subtask --parent-text "Buy groceries" --text "Milk"
clawkeeper task complete --id \x3Cid>
clawkeeper task complete --text "Buy groceries"
clawkeeper task uncomplete --id \x3Cid>
clawkeeper task edit --text "Old name" --new-text "New name"
clawkeeper task edit --text "Old name" --due-date 2026-04-01
clawkeeper task set-due-date --text "Buy groceries" --due-date 2026-03-15
clawkeeper task set-due-date --text "Buy groceries" --due-date none
clawkeeper task delete --text "Buy groceries"
clawkeeper task add-note --text "Buy groceries" --note "Check prices first"
clawkeeper task edit-note --text "Buy groceries" --note "Check prices first" --new-note "Compare at two stores"
clawkeeper task delete-note --text "Buy groceries" --note "Check prices first"
Habits
clawkeeper habit list
clawkeeper habit add --text "Meditate" --interval 24
clawkeeper habit edit --text "Meditate" --new-text "Morning meditation" --interval 12
clawkeeper habit delete --text "Meditate"
clawkeeper habit complete --text "Meditate"
clawkeeper habit add-note --text "Meditate" --note "Felt calm today"
clawkeeper habit edit-note --text "Meditate" --note "Felt calm today" --new-note "Felt calm, 10 min session"
clawkeeper habit delete-note --text "Meditate" --note "Felt calm today"
State
clawkeeper state show
Proactive Checks (Heartbeat)
When running periodic checks, use clawkeeper state show to review the user's habits and tasks:
- Missed habits: If a habit hasn't been completed for more than 2x its interval, ask about it gently. People forget — a nudge helps more than a lecture.
- Building streaks: When a habit's completion count is climbing, acknowledge the momentum briefly.
- Recent notes: If the user added reflections or notes recently, reference them for continuity. It shows you're paying attention.
- Stale tasks: Tasks sitting open for a long time might need to be broken down, re-prioritized, or dropped.
Tone: supportive collaborator, not drill sergeant. If nothing needs attention, reply HEARTBEAT_OK.
Notes
- All commands return JSON:
{"ok": true, "data": ...}on success,{"ok": false, "error": "..."}on failure. - IDs are stable across invocations. Use
--idfor precise lookups or--textfor fuzzy substring matching. - When adding a task, the response includes the new task's
idfor subsequent operations.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawkeeper - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawkeeper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
ClawKeeper — Tasks & habits in a plain markdown file 是什么?
Tasks and habits that live in a plain markdown file on your machine. Free, private, and claw-native. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 707 次。
如何安装 ClawKeeper — Tasks & habits in a plain markdown file?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawkeeper」即可一键安装,无需额外配置。
ClawKeeper — Tasks & habits in a plain markdown file 是免费的吗?
是的,ClawKeeper — Tasks & habits in a plain markdown file 完全免费(开源免费),可自由下载、安装和使用。
ClawKeeper — Tasks & habits in a plain markdown file 支持哪些平台?
ClawKeeper — Tasks & habits in a plain markdown file 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ClawKeeper — Tasks & habits in a plain markdown file?
由 tallhamn(@tallhamn)开发并维护,当前版本 v0.2.2。