with one click
hourly
View today's auto-generated hourly activity reports.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
View today's auto-generated hourly activity reports.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Install claude-cobrain daemon in direct python3 mode (no LaunchAgent).
View cobrain daemon logs.
Restart cobrain daemon.
Start or stop cobrain daemon.
Show full cobrain daemon status including version, process, permissions, and recent activity.
Review and summarize today's cobrain memory entries.
| name | hourly |
| description | View today's auto-generated hourly activity reports. |
Display today's hourly activity reports generated automatically by the daemon.
OUTPUT_DIR="${OUTPUT_DIR:-$HOME/.claude/cobrain}"
echo "$OUTPUT_DIR"
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"
If the file does not exist or is empty, report:
Read and display the full contents of the hourly file using the Read tool.
Present the content as-is — these are pre-generated summaries, no further analysis needed.