← ClaudeAtlas

chronicle-remote-summarizerlisted

Automate cross-system summarization workflow for Chronicle sessions. Export sessions from remote systems (like FreeBSD) and import/summarize on local machine with Gemini API. Use when you have sessions on a system without Gemini API access and need to summarize them on another machine.
aiskillstore/marketplace · ★ 329 · AI & Automation · score 79
Install: claude install-skill aiskillstore/marketplace
# Chronicle Remote Summarizer This skill automates the workflow for summarizing Chronicle sessions across different systems (e.g., FreeBSD dev machine → Mac with Gemini API). ## Auto-Activation > **This skill auto-activates!** (Milestone #13) > > Prompts like "summarize session on remote" or "import session from FreeBSD" automatically trigger this skill! > > **Trigger patterns:** remote, freebsd, import session, summarize on remote > **See:** `docs/HOOKS.md` for full details ## When to Use This Skill Use this skill when: - You have Chronicle sessions on a remote system without Gemini API configured - You want to summarize those sessions on your local machine (which has Gemini API) - You need to transfer the summary back to the original system - You're working across multiple development environments (FreeBSD, Linux, macOS) **Common scenario**: FreeBSD development server (no Gemini API) → macOS laptop (has Gemini API key) ## How It Works Chronicle provides `import-and-summarize --quiet` which: 1. Creates temporary session with negative ID (e.g., `-3`) 2. Generates AI summary using Gemini 3. **Auto-cleanup**: Deletes temporary session and files 4. Outputs **clean JSON** to stdout (no status messages with `--quiet`) **No pollution between systems** - the remote session stays on the remote system, only the summary is transferred. ## Recommended Workflow: One-Line Command **Prerequisites:** - SSH access from local machine to remote machine - Chronicle installed on both