An intelligent session monitor that detects when you drift from your coding tasks and helps you maintain focus.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install scope-sentinel
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 scope-sentinel using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Scope Sentinel acts as a coding GPS, alerting you when you have taken a wrong turn into unrelated refactors or dependency upgrades. By defining a Scope Anchor at the start of a task, this addition to your Openclaw Skills library monitors file modifications and classifies them based on their relevance to your goal. It ensures that your development time is spent effectively and that your pull requests remain clean, focused, and easy for teammates to review.
This skill is designed for developers who value discipline and want to avoid the common pitfall of the "while I am in there" refactor. It provides a visual and quantifiable measure of focus, helping you decide whether to stash off-scope changes for later or commit to an expanded scope intentionally.
To begin using Scope Sentinel within your Openclaw Skills environment, you need to initialize a scope anchor. This is a zero-dependency skill that requires no external API calls.
# Start a monitored session with a specific task
openclaw run scope-sentinel --task "Fix checkout validation logic"
# Configure drift tolerance (tight, normal, or exploratory)
openclaw run scope-sentinel --mode tight
Scope Sentinel organizes information through a structured drift model and session metadata.
| Component | Details |
|---|---|
| Scope Definition | Stores task statement, branch name, target files, and expected behavior. |
| Drift Gradient | Classifies changes as On-scope, Adjacent, Tangential, Drift, or Rabbit hole. |
| Accumulation Metrics | Tracks file counts, line deltas, and duration per classification. |
| Resolution Log | Records the history of drift events and user decisions such as Stash or Expand. |
Loading
An interactive debugging tool that uses distinct AI personalities to guide developers through the rubber duck debugging process.

A merciless yet educational code roaster that destroys your bad code with humor then teaches you how to fix it.

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

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

A change intelligence tool that predicts the ripple effects and propagation paths of code modifications before they happen.

A gamification skill that applies speedrun mechanics like timer splits and personal bests to software engineering tasks.








































