← ClaudeAtlas

chroniclelisted

Allows you to view the user's screen as well as several hours of history. Use when the user makes a reference to their recent work, for which it'd be helpful to see the screen. This skill MUST be used whenever you need to resolve ambiguity in a user request, where the user hasn't specified enough context to do the task. Examples include disambiguating the specific user/app/document/error the user is referring to. You must also use this skill if the user asks about any question regarding Chronicle or asks what you can see from the screen.
iamtatsuki05/dotfiles · ★ 1 · Data & Documents · score 51
Install: claude install-skill iamtatsuki05/dotfiles
# Chronicle This skill allows you to view the user's screen. This skill is enabled because the user has enabled the Codex screen recording (Chronicle) feature, which records a rolling buffer of the past several hours of work to `$TMPDIR/chronicle/screen_recording`. ## Preconditions 1. Only use this skill if memories are available in this rollout. This will manifest as an explicit mention of a ## Memories section in a Developer Message. If this section is not present, do not use this skill. If the user specifically tried to invoke this skill, you can mention it's disallowed because memories are disabled; otherwise, do not mention the existence of this skill (this skill is only supposed to be used when memories are enabled in Codex). 2. Ensure Chronicle is running on the user's computer. Read the PID from `$TMPDIR/codex_chronicle/chronicle-started.pid`, then run an escalated, read-only host process check and confirm the executable is `codex_chronicle`. Do not rely on sandboxed process checks. If Chronicle cannot be verified, do not use this skill. (When communicating Chronicle status to the user, do not mention the PID file; that is an implementation detail.) Ensure you follow preconditions before using the skill. ## File structure Chronicle has two primary outputs: screen recordings and memories. ``` # Raw screen recordings (ephemeral; not persisted) $TMPDIR/chronicle/screen_recording/ ├── <segment_timestamp>-display-<display_id>-latest.jpg - latest frame for this segm