browser-preview
Automates browser preview tabs for web services via reverse proxy, ensuring correct pathing and service visibility.
Install
npx skills add https://github.com/starchild-ai-agent/official-skills --skill browser-previewStats
| Total installs | 3,612 |
| Weekly installs | 3.6K |
| GitHub stars | 1 |
| First seen | Mar 13, 2026 |
| Source | @starchild-ai-agent/official-skills |
Summary
- Automatically opens a Browser tab when preview_serve returns a URL; each service gets one tab accessible via the ⋮ menu showing running services
- Preview URLs use reverse proxy format /preview/{id}/ — users cannot access localhost or 127.0.0.1 directly; always direct them to the preview URL or Browser panel
- Static assets must use relative paths (./static/app.js, ./api/data) instead of absolute paths (/static/app.js), which break under the /preview/{id}/ proxy prefix
- Diagnose issues by checking the registry (/data/previews.json), verifying port responses server-side, and consulting history (/data/preview_history.json) when services aren't running
Tags
Related skills
| Skill | Installs | vs browser-preview |
|---|---|---|
| clawdirect-dev | 4,311 | +699 |
| playwright-explore-website | 8,439 | +4,827 |
| gstack | 2,229 | -1,383 |
| self-learning | 2,493 | -1,119 |
| vercel-sandbox | 6,179 | +2,567 |
FAQ
- How many installs does browser-preview have?
- browser-preview has 3,612 total installs and 3.6K installs this week.
- Where is browser-preview hosted?
- browser-preview is published by @starchild-ai-agent/official-skills at https://github.com/starchild-ai-agent/official-skills.
- How many GitHub stars does browser-preview have?
- browser-preview has 1 GitHub stars.
- When was browser-preview first indexed?
- OrangeBot.AI first indexed browser-preview on Mar 13, 2026.
- How do I install browser-preview?
- Run: npx skills add https://github.com/starchild-ai-agent/official-skills --skill browser-preview