在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用hourly
星标5
分支0
更新时间2026年3月1日 15:07
View today's auto-generated hourly activity reports.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
View today's auto-generated hourly activity reports.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.