Agent Skillsjazzenchen/VibeAround › va-preview

va-preview

GitHub

用于在构建Web应用或HTML文件后,通过VibeAround MCP服务器启动实时预览并生成分享链接,使用户能在浏览器或手机上查看成果。

src/skills/cursor/va-preview/SKILL.md jazzenchen/VibeAround

触发场景

用户要求展示或预览结果 刚启动开发服务器 创建了HTML/CSS/JS文件

安装

npx skills add jazzenchen/VibeAround --skill va-preview -g -y
更多选项

非标准路径

npx skills add https://github.com/jazzenchen/VibeAround/tree/main/src/skills/cursor/va-preview -g -y

不安装直接使用

npx skills use jazzenchen/VibeAround@va-preview

指定 Agent (Claude Code)

npx skills add jazzenchen/VibeAround --skill va-preview -a claude-code -g -y

安装 repo 全部 skill

npx skills add jazzenchen/VibeAround --all -g -y

预览 repo 内 skill

npx skills add jazzenchen/VibeAround --list

SKILL.md

Frontmatter
{
    "name": "va-preview",
    "alwaysApply": false,
    "description": "Start a live preview so the user can see your work in their browser or phone. Use after starting a dev server or creating HTML files."
}

VibeAround Live Preview

After you finish building a web application, HTML page, or any browsable artifact, start a live preview so the user can see the result immediately via a shareable URL.

When to Use

  • You just started a dev server (next dev, vite, python -m http.server, etc.)
  • You created HTML/CSS/JS files the user should see
  • The user asked to "show me", "preview", or "let me see it"
  • Only when the VibeAround MCP server is connected

Proactive behavior: After starting a dev server or creating a web artifact, proactively ask the user if they'd like a preview link. Do NOT call the tool without asking first.

Steps

1. Start the server (if not already running)

Make sure the port is free and the server is listening.

2. Get your session ID

Use the /va-session skill to resolve your current session ID.

3. Call preview

Tool: preview
Server: vibearound
Arguments:
  port: <port>
  cwd: "<current working directory>"
  session_id: "<session_id from step 2>"  (pass if available)
  title: "<description>"  (optional)

4. Share both URLs

Always present both URLs (owner + share) to the user. Never omit either link.

VibeAround Live Preview

After you finish building a web application, HTML page, or any browsable artifact, start a live preview so the user can see the result immediately via a shareable URL.

When to Use

  • You just started a dev server (next dev, vite, python -m http.server, etc.)
  • You created HTML/CSS/JS files the user should see
  • The user asked to "show me", "preview", or "let me see it"
  • Only when the VibeAround MCP server is connected

Proactive behavior: After starting a dev server or creating a web artifact, proactively ask the user if they'd like a preview link (e.g. "Want me to generate a preview link so you can see it on your phone?"). If the user confirms, call preview. Do NOT call the tool without asking first.

Prerequisites

The VibeAround MCP server must be connected (server name: vibearound). If not available, tell the user to start the VibeAround desktop app.

Steps

1. Start the server (if not already running)

Before calling preview, make sure:

  • The port you want is free: lsof -i :<port> should return nothing
  • The server is actually listening (wait for "Listening on..." or similar in the output)
  • Use --host 0.0.0.0 when available for broader compatibility

2. Call preview

Tool: preview
Server: vibearound
Arguments:
  port: <the port your server is running on>
  cwd: "<current working directory>"
  title: "<short description of what you built>"  (optional)

If the tool says the workspace is not registered, call register_workspace with the cwd first, then retry.

3. Share the URL

Include the returned URL in your reply. The user can tap it to see the live preview in their browser or phone. The link expires in 5 minutes.

Error Handling

  • MCP server not available: The VibeAround desktop app may not be running.
  • Workspace not registered: Call register_workspace first, then retry.
  • Port in use: Check with lsof -i :<port> and choose a different port.

版本历史

  • e54feb7 当前 2026-07-05 20:13

同 Skill 集合

src/skills/claude/agent-collaboration/SKILL.md
src/skills/claude/va-md-preview/SKILL.md
src/skills/claude/va-preview/SKILL.md
src/skills/claude/va-session/SKILL.md
src/skills/claude/vibearound/SKILL.md
src/skills/codex/agent-collaboration/SKILL.md
src/skills/codex/va-md-preview/SKILL.md
src/skills/codex/va-preview/SKILL.md
src/skills/codex/va-session/SKILL.md
src/skills/codex/vibearound/SKILL.md
src/skills/cursor/va-md-preview/SKILL.md
src/skills/cursor/va-session/SKILL.md
src/skills/cursor/vibearound/SKILL.md
src/skills/gemini/va-md-preview/SKILL.md
src/skills/gemini/va-preview/SKILL.md
src/skills/gemini/va-session/SKILL.md
src/skills/gemini/vibearound/SKILL.md
src/skills/kiro/va-md-preview/SKILL.md
src/skills/kiro/va-preview/SKILL.md
src/skills/kiro/va-session/SKILL.md
src/skills/kiro/vibearound/SKILL.md
src/skills/qwen-code/va-md-preview/SKILL.md
src/skills/qwen-code/va-preview/SKILL.md
src/skills/qwen-code/va-session/SKILL.md
src/skills/qwen-code/vibearound/SKILL.md
src/skills/va-md-preview/SKILL.md
src/skills/va-preview/SKILL.md
src/skills/va-session/SKILL.md
src/skills/vibearound/SKILL.md

元信息

文件数
0
版本
1d2ca81
Hash
33ed2faa
收录时间
2026-07-05 20:13

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-06 22:10
浙ICP备14020137号-1 $访客地图$