A situational awareness skill that monitors upstream dependencies and downstream consumers for changes that could break your current work.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peripheral-vision
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install peripheral-vision using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Peripheral Vision is a sophisticated situational awareness skill designed for AI coding agents. It addresses a common developer pain point: code breaks not because of the file currently being edited, but because of changes in the surrounding ecosystem. By establishing an awareness model based on human vision zones (Foveal, Parafoveal, and Peripheral), this addition to your Openclaw Skills library monitors imports, exports, and transitive dependencies to alert you to drift before it causes a crash.
The skill creates a protective field around your current work context. It continuously scans for interface changes, behavioral shifts, and schema tremors in the files you aren't looking at but rely on. By integrating this into your workflow, you ensure that your code remains compatible with the evolving state of the larger repository, significantly reducing the time spent debugging unexpected integration issues.
To add this capability to your agent, use the following command within your environment configured for Openclaw Skills:
# Install the peripheral-vision skill
openclaw install peripheral-vision
# Initialize the awareness field for your current project
openclaw run peripheral-vision --init
The skill organizes its monitoring data into several logical zones and channels to provide a structured view of the system's state:
| Zone | Scope | Monitoring Focus |
|---|---|---|
| Foveal | Active Files | Current modifications and local logic |
| Parafoveal | Direct Dependencies | Immediate imports, exports, and calls |
| Peripheral | Transitive Deps | Shared resources, upstream providers, and consumers |
| Blind Spot | Implicit Connections | Shared databases, environment variables, and co-change history |
It maintains a metadata taxonomy for alerts, classifying them by source (e.g., [Schema], [Upstream], [Temporal]) and providing actionable instructions for resolution.
Loading
A structural analysis tool that identifies duplicated, inconsistent, and dead code patterns to guide intelligent refactoring.

Parallax is a multi-perspective reasoning framework that evaluates technical decisions through five distinct stakeholder lenses to eliminate blind spots.

A sophisticated diagnostic tool that identifies and maps complexity imbalances across software boundaries to prevent architectural collapse.

ResonanceEngine is a zero-cost algorithmic tool that analyzes conversational micro-signals to optimize AI bot responses for maximum engagement and conversion.

Phantom Limb is a cognitive diagnostic tool that detects ghost references and silent dependencies that no longer exist in your live environment.

A zero-cost cognitive enhancement that enables AI agents to predict and prevent failures through adversarial pre-execution reasoning.








































