π¦ ClawHub
Time
by @ikana
LLM time reasoning scaffold with a bundled Node.js CLI.
π‘ Examples
SKILL_DIR=""
TIME_CLI="$SKILL_DIR/scripts/time.mjs"
node "$TIME_CLI" init
node "$TIME_CLI" add "Sprint review" --on "2026-02-21" --type ceremony
node "$TIME_CLI" add "v0.3.0 deadline" --in "13 days" --type milestone --notes "new auth flow"
node "$TIME_CLI" show
TERMINAL
clawhub install time