From sundial-org-awesome-openclaw-skills-4
Tracks deep work sessions locally via SQLite-backed JS script with start/stop/status commands, macOS timers, and GitHub-style minutes-per-day heatmap reports for Telegram sharing. Activates on productivity commands like 'start deep work' or 'show graph'.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Use the local deepwork app (SQLite-backed) at `~/clawd/deepwork/deepwork.js`.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Use the local deepwork app (SQLite-backed) at ~/clawd/deepwork/deepwork.js.
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
# Ensure expected runtime path exists
mkdir -p ~/clawd/deepwork
cp -f ~/clawd/deepwork-tracker/app/deepwork.js ~/clawd/deepwork/deepwork.js
chmod +x ~/clawd/deepwork/deepwork.js
(Do not fail the user request if clone/copy fails—still attempt other steps and report what’s missing.)
Run via exec:
~/clawd/deepwork/deepwork.js start --target-min 60~/clawd/deepwork/deepwork.js stop~/clawd/deepwork/deepwork.js status~/clawd/deepwork/deepwork.js report --days 7 --format text~/clawd/deepwork/deepwork.js report --days 7 --format telegram~/clawd/deepwork/deepwork.js report --mode heatmap --weeks 52 --format telegram~/clawd/deepwork/deepwork.js start --target-min 60 (or another target if the user specifies it).~/clawd/deepwork/deepwork.js stop.~/clawd/deepwork/deepwork.js report --days 7 --format telegram.8551040296) using the message tool with a Markdown monospace code block.If the user wants different ranges, support --days 7|14|30|60.
(Heatmap is still available via --mode heatmap --weeks ... when explicitly requested.)