deepwork-tracker
Installation
SKILL.md
Deepwork Tracker
Use the local deepwork app (SQLite-backed) at ~/clawd/deepwork/deepwork.js.
Bootstrap (if the script is missing)
If ~/clawd/deepwork/deepwork.js does not exist, bootstrap it from the public repo:
mkdir -p ~/clawd
cd ~/clawd
# Clone if missing
[ -d ~/clawd/deepwork-tracker/.git ] || git clone https://github.com/adunne09/deepwork-tracker.git ~/clawd/deepwork-tracker