Deepfocus
/install deepfocus
Deepfocus
Deepfocus v2.0.0 — a productivity toolkit for managing tasks, plans, reviews, streaks, reminders, and more from the command line.
Commands
Run via: bash scripts/script.sh \x3Ccommand> [args]
| Command | Description |
|---|---|
add \x3Cinput> |
Add a new entry (task, note, idea). Without args, shows recent entries. |
plan \x3Cinput> |
Create or view plan entries for organizing your day/week. |
track \x3Cinput> |
Track progress on goals, habits, or tasks. |
review \x3Cinput> |
Log review notes — reflect on what went well or needs improvement. |
streak \x3Cinput> |
Record streak data for habit tracking and consistency. |
remind \x3Cinput> |
Set reminders and notes for future reference. |
prioritize \x3Cinput> |
Mark and log priority levels for tasks. |
archive \x3Cinput> |
Archive completed or outdated entries. |
tag \x3Cinput> |
Tag entries with labels for easy categorization. |
timeline \x3Cinput> |
Add timeline entries for chronological tracking. |
report \x3Cinput> |
Generate or log report entries for summaries. |
weekly-review \x3Cinput> |
Log weekly review notes for end-of-week reflection. |
stats |
Show summary statistics across all entry types. |
export \x3Cfmt> |
Export all data in json, csv, or txt format. |
search \x3Cterm> |
Search across all log files for a keyword. |
recent |
Show the 20 most recent activity entries from the history log. |
status |
Health check — version, data directory, entry count, disk usage. |
help |
Show the built-in help message with all available commands. |
version |
Print the current version (deepfocus v2.0.0). |
Each data command (add, plan, track, etc.) works in two modes:
- With arguments: saves the input with a timestamp to its dedicated log file.
- Without arguments: displays the 20 most recent entries from that log.
Data Storage
All data is stored locally in ~/.local/share/deepfocus/:
- Each command has its own log file (e.g.,
add.log,plan.log,track.log) - Entries are saved in
timestamp|valueformat - A unified
history.logrecords all activity across commands - Export files are written to the same directory
Requirements
- Bash (standard system shell)
- No external dependencies — uses only coreutils (
date,wc,du,grep,tail,cat)
When to Use
- When you need to quickly add tasks, plans, or notes from the terminal
- To track daily habits and maintain productivity streaks
- For end-of-day or weekly reviews and reflections
- To set reminders and prioritize tasks without leaving the command line
- To search through past entries by keyword
- To export your productivity data for analysis or backup
- When you want a lightweight, file-based focus and task management system
Examples
# Add a task
deepfocus add "Write unit tests for the auth module"
# Create a plan for the day
deepfocus plan "Morning: deep work on API refactor. Afternoon: PR reviews."
# Track a habit
deepfocus track "Completed 45-minute focus session on documentation"
# Log a review
deepfocus review "Good progress on backend. Need to speed up frontend work."
# Record a streak
deepfocus streak "Day 15 of daily coding — still going strong"
# Set a reminder
deepfocus remind "Submit expense report by end of week"
# Prioritize a task
deepfocus prioritize "P0: Fix production memory leak"
# Archive an old entry
deepfocus archive "Q3 planning notes — no longer relevant"
# Tag an entry
deepfocus tag "meeting-notes: Sprint retrospective takeaways"
# Add to timeline
deepfocus timeline "Shipped v2.0 release to production"
# Generate a report
deepfocus report "Weekly output: 12 tasks completed, 3 carried over"
# Log a weekly review
deepfocus weekly-review "Best week this month — cleared the entire backlog"
# View all statistics
deepfocus stats
# Export everything as JSON
deepfocus export json
# Search for entries mentioning "focus"
deepfocus search focus
# Check recent activity
deepfocus recent
# Health check
deepfocus status
Powered by BytesAgain | bytesagain.com | [email protected]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install deepfocus - After installation, invoke the skill by name or use
/deepfocus - Provide required inputs per the skill's parameter spec and get structured output
What is Deepfocus?
Run Pomodoro sessions with break timers and productivity tracking. Use when starting focus sessions, tracking streaks, reviewing productivity. It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install Deepfocus?
Run "/install deepfocus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Deepfocus free?
Yes, Deepfocus is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Deepfocus support?
Deepfocus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Deepfocus?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.