Habit
Build daily habits with streak tracking, reminders, and progress charts. Use when starting habits, maintaining streaks, or analyzing completion rates.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/habitHabit
Take control of Habit with this productivity toolkit. Clean interface, local storage, zero configuration.
Why Habit?
- Works entirely offline — your data never leaves your machine
- Simple command-line interface, no GUI needed
- Export to JSON, CSV, or plain text anytime
- Automatic history and activity logging
Getting Started
# See what you can do
habit help
# Check current status
habit status
# View your statistics
habit stats
Commands
| Command | What it does |
|---|---|
habit ingest | Ingest |
habit transform | Transform |
habit query | Query |
habit filter | Filter |
habit aggregate | Aggregate |
habit visualize | Visualize |
habit export | Export |
habit sample | Sample |
habit schema | Schema |
habit validate | Validate |
habit pipeline | Pipeline |
habit profile | Profile |
habit stats | Summary statistics |
habit export | <fmt> Export (json |
habit search | <term> Search entries |
habit recent | Recent activity |
habit status | Health check |
habit help | Show this help |
habit version | Show version |
habit $name: | $c entries |
habit Total: | $total entries |
habit Data | size: $(du -sh "$DATA_DIR" 2>/dev/null |
habit Version: | v2.0.0 |
habit Data | dir: $DATA_DIR |
habit Entries: | $(cat "$DATA_DIR"/*.log 2>/dev/null |
habit Disk: | $(du -sh "$DATA_DIR" 2>/dev/null |
habit Last: | $(tail -1 "$DATA_DIR/history.log" 2>/dev/null |
habit Status: | OK |
habit [Habit] | ingest: $input |
habit Saved. | Total ingest entries: $total |
habit [Habit] | transform: $input |
habit Saved. | Total transform entries: $total |
habit [Habit] | query: $input |
habit Saved. | Total query entries: $total |
habit [Habit] | filter: $input |
habit Saved. | Total filter entries: $total |
habit [Habit] | aggregate: $input |
habit Saved. | Total aggregate entries: $total |
habit [Habit] | visualize: $input |
habit Saved. | Total visualize entries: $total |
habit [Habit] | export: $input |
habit Saved. | Total export entries: $total |
habit [Habit] | sample: $input |
habit Saved. | Total sample entries: $total |
habit [Habit] | schema: $input |
habit Saved. | Total schema entries: $total |
habit [Habit] | validate: $input |
habit Saved. | Total validate entries: $total |
habit [Habit] | pipeline: $input |
habit Saved. | Total pipeline entries: $total |
habit [Habit] | profile: $input |
habit Saved. | Total profile entries: $total |
Data Storage
All data is stored locally at ~/.local/share/habit/. Each action is logged with timestamps. Use export to back up your data anytime.
Feedback
Found a bug or have a suggestion? Let us know: https://bytesagain.com/feedback/
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-habit": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
calling-agent-squad
Activate a multi-agent team (the Squad) to manage complex projects, business tasks, or development workflows. The squad includes a Manager, Architect, Coder, Reviewer, and Observer. Use when the user wants to "call a squad", "start a project", or "deploy squad" with specialized roles and quality control loops.
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。