Read and summarize the parallax analysis log for this session
Scanned 5/27/2026
Install via CLI
openskills install clomia/claude-automata---
name: parallax-log
description: Read and summarize the parallax analysis log for this session
disable-model-invocation: true
---
`/parallax-log`
## Context
parallax is an advisory agent that surfaces regions the main agent has not considered. It analyzes the main agent's work after each stop and, if unconsidered regions remain, injects a new region to prompt further work. Each injection is a "round." This repeats until no more unconsidered regions are found.
## Behavior
Read the log file at `${CLAUDE_PLUGIN_DATA}/${CLAUDE_SESSION_ID}_parallax.log`.
If the file does not exist, respond:
```
parallax has not run in this session yet.
```
If the file exists, read its contents and respond with:
1. A concise summary of the analysis rounds recorded in the log.
2. The log file path at the end:
```
Log file: ${CLAUDE_PLUGIN_DATA}/${CLAUDE_SESSION_ID}_parallax.log
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.