One-click install
npx skills add https://github.com/deepgram/wsh --skill wsh-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wsh:monitor
Source: https://github.com/deepgram/wsh/tree/main/skills/wsh/monitor
Command: npx skills add https://github.com/deepgram/wsh --skill wsh-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The monitor mode watches human terminal activity and provides value by reacting to events, flagging issues, maintaining context, and offering timely guidance.

Core Features & Use Cases

  • Real-time observation: poll the screen and surface relevant information.
  • Event-driven responses: subscribe to terminal events and display overlays, panels, or prompts.
  • Contextual guidance: detect errors, suspicious commands, and provide concise, actionable help without interrupting workflow.

Quick Start

Attach the monitor to a running wsh session to observe terminal output and trigger overlays and contextual help.

Frequently Asked Questions about wsh:monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor terminal activity in real time?

To monitor terminal activity in real time, you can attach a watcher to a running session that polls the screen or uses WebSocket subscriptions to observe output and surface relevant information instantly.

Can I display contextual help and overlays without interrupting my workflow?

Yes, you can display contextual help and safety overlays without interrupting your workflow by detecting errors and suspicious commands, then showing concise panels and prompts directly within the terminal session.

What is terminal session auditing and how does it detect errors?

Terminal session auditing is the process of watching user activity to flag issues and maintain context. It detects errors by continuously observing output patterns and triggering event-driven responses.

How do I flag suspicious commands in a terminal session?

You can flag suspicious commands in a terminal session by applying pattern detection to the observed input and output, which triggers event-driven responses like safety overlays and contextual guidance.

Does real-time terminal monitoring work with WebSocket subscriptions?

Yes, real-time terminal monitoring supports WebSocket subscriptions alongside polling to capture screen events, enabling multi-channel responses such as overlays, panels, and input capture for immediate feedback.