HazATHazATCommunityยท2 Agent Skills Included

glimpse

Show native UI windows from scripts and AI agents instantly

Opens native desktop windows with webviews in under 50ms from any script or AI agent. Builds dialogs, forms, charts, notifications, and cursor-following widgets without Electron or a browser. Sends user input back to your script over a simple JSON protocol on macOS, Linux, and Windows.
npx skills add HazAT/glimpse --all -g -y
Available:

Explains the project's architecture, JSON Lines protocol, and build conventions so an AI agent can correctly extend, test, and release Glimpse.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’