ceo-log

star 2

Show the CEO's execution log for today or a specified date. Triggers on "/ceo:log", "what did the ceo do", "show ceo log", "ceo activity".

nhangen By nhangen schedule Updated 4/19/2026

name: ceo-log description: Show the CEO's execution log for today or a specified date. Triggers on "/ceo:log", "what did the ceo do", "show ceo log", "ceo activity". version: 0.1.0

CEO Log

Display the CEO's execution log entries.

Config

Resolve $VAULT using this fallback chain (first match wins):

  1. Environment variable $CEO_VAULT (if set)
  2. Obsidian plugin config: ~/.claude/plugins/cache/nhangen/obsidian/*/obsidian.local.md → read vault_path
  3. Default: ~/Documents/Obsidian

If $VAULT/CEO/AGENTS.md does not exist, ask the user where their Obsidian vault is installed and use that path.

Resolve $CEO_PLUGIN_DIR by finding the latest version directory: ~/.claude/plugins/cache/nhangen/claude-ceo/*/

Arguments

Optional date argument:

  • /ceo:log — show today's log
  • /ceo:log yesterday — show yesterday's log
  • /ceo:log 2026-04-10 — show a specific date's log

Steps

  1. Run the log script — execute the shell script that handles all log display:

    bash "$CEO_PLUGIN_DIR/scripts/ceo-log.sh" <date-argument>
    
    • No argument or "today" → today's log
    • "yesterday" → yesterday's log
    • "2026-04-10" → specific date
  2. If the user asks for analysis — only then use AI judgment to summarize patterns, trends, or recommendations from the log output. Otherwise, the shell script output is sufficient.

Install via CLI
npx skills add https://github.com/nhangen/claude-ceo --skill ceo-log
Repository Details
star Stars 2
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator