glimpse
Show native UI windows from scripts and AI agents instantly
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Glimpse?โผ
Run `npx skills add HazAT/glimpse --all -g -y` in your terminal to install all skills in this suite globally.
What does Glimpse do?โผ
Glimpse opens a lightweight native window with a webview from any script, letting you show HTML, collect user input, or display charts without Electron or a browser.
Can AI agents show dialogs and forms with Glimpse?โผ
Yes. Agents use the included skill to render confirm dialogs, input forms, selection lists, and notifications, then receive the user's response as JSON.
Does Glimpse work on Windows and Linux?โผ
Yes. It uses WKWebView on macOS, WebKitGTK or Chromium on Linux, and WebView2 on Windows, all through the same simple API.
Can Glimpse create widgets that follow the mouse cursor?โผ
Yes. Enable the followCursor option with transparent, frameless windows to build companion widgets and status indicators that track the cursor.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core