Skip to main content
Back to registry

browser-preview

starchild-ai-agent/official-skills

You already know preview_serve and preview_stop . This skill fills the gap: what happens after preview_serve returns a URL — how the user actually sees it.

Installs343
Install command
npx skills add https://github.com/starchild-ai-agent/official-skills --skill browser-preview
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
You already know preview_serve and preview_stop . This skill fills the gap: what happens after preview_serve returns a URL — how the user actually sees it. The frontend has a right-side panel with two tabs: Workspace and Browser . Browser renders preview URLs inside an iframe. When you call preview_serve , the frontend automatically opens a Browser tab loading that URL. Key facts: The user's browser CANNOT access localhost or 127.0.0.1 . These addresses point to the server container, not the user's machine. The preview architecture uses a reverse proxy : Rules: Because previews are served under /preview/{id}/ , absolute paths in HTML/JS/CSS will break .

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does browser-preview do?

You already know preview_serve and preview_stop . This skill fills the gap: what happens after preview_serve returns a URL — how the user actually sees it.

Is browser-preview good?

browser-preview does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does browser-preview work with?

browser-preview currently lists compatibility with codex, gemini-cli, kimi-cli, amp, github-copilot, openclaw.

What are alternatives to browser-preview?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install browser-preview?

npx skills add https://github.com/starchild-ai-agent/official-skills --skill browser-preview

Related skills

More from starchild-ai-agent/official-skills

Related skills

Alternatives in Software Engineering