Coding

Local UIs

Try it

Find and open locally running web interfaces

What it does

Discover locally running HTTP interfaces, identify their listening ports and processes, and build a browsable launcher dashboard. Use when the user asks what web apps, dashboards, notebooks, or development servers are running locally or wants a single page from which to open them.

The skill document

Local UIs

Discover what is serving now instead of relying on a hard-coded port list.

Run

python3 scan_uis.py

Use --no-open to create the launcher without opening it, or --json for machine-readable results.

The scanner:

  1. reads TCP listeners with lsof;
  2. limits probes to services reachable through 127.0.0.1;
  3. performs short HTTP probes in parallel;
  4. records response status, page title, process name, and PID;
  5. writes ~/.local/state/local-uis/dashboard.html.

Interpret results

  • 2xx and 3xx responses are available.
  • 401 and 403 responses show a live service that requires authentication.
  • Other 4xx and 5xx responses are reachable but unhealthy or not serving a root page.
  • The dashboard is a snapshot. Re-run the scan before making a current-state claim.

Safety

  • The tool does not probe other hosts or non-loopback addresses.
  • A service bound to all interfaces may still be externally reachable; this scanner does not establish network isolation.
  • Page titles and process metadata can be sensitive. Do not publish the generated dashboard without review.
  • Do not treat an HTTP response as proof that the application behind it is healthy.

On macOS the dashboard opens with open; on Linux it uses xdg-open when available.

Related skills

Get your AI agent productive in 5 minutes. Automated environment scan, smart skill recommendations, and exact install commands. No more trial and error.

Execute cross-platform desktop tasks through a packaged desktop automation skill that guides the main agent to observe the screen, focus apps and windows, ca...

25 installs

1Panel operation skill for agent runtimes. Use when the user wants an assistant to interact with a 1Panel instance for resource monitoring, websites, certifi...

50 installs2 stars

Help users with [Feature Request] Support for Remote llama.cpp Server via URL Endpoint. Use when a user asks for work-productivity, feature, request, support...

4 installs

Find official, trusted, vendor-owned AI agent skills from Skillscout. Use when a user asks what skills exist for a company/product/domain, asks for official...

1 stars