agentsclimarketplace

Hourly

Skill cyrus-cai/claude-cobrain/plugin/skills/hourly

View today's auto-generated hourly activity reports.From its SKILL.md

Install
npx -y skills add cyrus-cai/claude-cobrain --skill hourly

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 2 commands, including `OUTPUT_DIR="${OUTPUT_DIR:-$HOME/.claude/cobrain}" echo "$OUTPUT_DIR"` and 1 more.

SKILL.md

0.9 KB, 205 tokens by cl100k_base, as published. Nobody here has run it

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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.