hourly

star 5

View today's auto-generated hourly activity reports.

cyrus-cai By cyrus-cai schedule Updated 3/1/2026

name: hourly description: View today's auto-generated hourly activity reports.

hourly

Display today's hourly activity reports generated automatically by the daemon.

Steps

  1. Resolve output directory (direct python mode):
OUTPUT_DIR="${OUTPUT_DIR:-$HOME/.claude/cobrain}"
echo "$OUTPUT_DIR"
  1. Build today's hourly file path and check existence:
OUTPUT_DIR="${OUTPUT_DIR:-$HOME/.claude/cobrain}"
HOURLY_FILE="$OUTPUT_DIR/$(date +%Y%m%d)-hourly.md"
test -f "$HOURLY_FILE" && echo "exists" || echo "missing"
  1. If the file does not exist or is empty, report:

    • "No hourly reports generated yet today. Reports are created automatically at each hour boundary when the daemon is running."
    • Stop here.
  2. Read and display the full contents of the hourly file using the Read tool.

  3. Present the content as-is — these are pre-generated summaries, no further analysis needed.

Install via CLI
npx skills add https://github.com/cyrus-cai/claude-cobrain --skill hourly
Repository Details
star Stars 5
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator