A self-spatial awareness system that gives AI agents a real-time sixth sense of their goal alignment, confidence boundaries, and output quality.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install proprioception
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 proprioception using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Proprioception introduces a critical layer of self-awareness to AI agents, similar to the human sense of knowing one's body position without looking. While most bots operate blindly, this skill enables agents to monitor their proximity to a user's objective and detect when they are drifting off-course or approaching the edge of their knowledge.
By implementing this tool within Openclaw Skills, developers can ensure their agents remain grounded. It utilizes five distinct proprioceptive dimensions—Goal Proximity, Confidence Topography, Drift Detection, Capability Boundaries, and Session Quality—to provide a continuous feedback loop that prevents hallucinations and degenerative conversation patterns without requiring external API calls.
The Proprioception skill requires Node.js to be installed on the host system. It integrates directly into the agent workflow as a background process.
To initialize the engine within your Openclaw Skills environment, use the following command structure in your execution script:
node "$(dirname "$SKILL_PATH")\/scripts\/proprioception-engine.js" \
--root-intent "$ROOT_INTENT" \
--current-response "$CURRENT_RESPONSE" \
--turn-number "$TURN_NUMBER" \
--prior-signals "$PRIOR_SIGNALS_JSON"
The skill organizes its analysis into a structured JSON signal history. This metadata taxonomy allows the agent to visualize its performance via the following metrics:
| Metric | Dimension | Function |
|---|---|---|
| GPR | Goal Proximity Radar | Measures semantic alignment with the root intent (0.0 - 1.0). |
| CT | Confidence Topography | Classifies content from Bedrock to Open Water based on certainty. |
| DD | Drift Detection | Identifies circular, tangential, or degenerative conversation patterns. |
| CBS | Capability Boundary | Monitors distance from the edge of reliable knowledge. |
| SQP | Session Quality Pulse | Tracks rolling health based on relevance, precision, novelty, and efficiency. |
Loading
A zero-cost cognitive enhancement that enables AI agents to predict and prevent failures through adversarial pre-execution reasoning.

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

A situational awareness skill that monitors upstream dependencies and downstream consumers for changes that could break your current work.

A structural analysis tool that identifies duplicated, inconsistent, and dead code patterns to guide intelligent refactoring.

A zero-cost cognitive immune system that runs automatic pre-response checks to eliminate AI hallucinations and contradictions.

Review Lens is a sophisticated code analysis tool that identifies deep logical errors, performance bottlenecks, and security risks that traditional human reviews often miss.








































