va-md-preview
GitHub在创建或更新 Markdown 文件后,通过 VibeAround MCP 服务器生成 GitHub 风格的精美预览链接。需先确认服务连接状态,调用 md_preview 工具并展示所有者与分享链接,支持自动注册工作区及错误处理。
Trigger Scenarios
Install
npx skills add jazzenchen/VibeAround --skill va-md-preview -g -y
SKILL.md
Frontmatter
{
"name": "va-md-preview",
"inclusion": "always",
"description": "Preview a markdown file with beautiful GitHub-style rendering. Use after creating or updating markdown documents."
}
VibeAround Markdown Preview
After you create or update a markdown document, generate a styled preview so the user can read it in their browser or phone with beautiful formatting.
When to Use
- You just created or updated a README.md, documentation, or any .md file
- The user asks to "show me the doc", "preview the README", or "let me see it"
- Only when the VibeAround MCP server is connected
Proactive behavior: After creating or updating any markdown file, proactively ask the user if they'd like to preview it (e.g. "Want me to generate a preview link so you can see it?"). If the user confirms, call md_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. Call md_preview
Tool: md_preview
Server: vibearound
Arguments:
file: "<path to the markdown file>" (absolute or relative to cwd)
cwd: "<current working directory>"
title: "<document title>" (optional, defaults to filename)
If the tool says the workspace is not registered, call register_workspace with the cwd first, then retry.
2. Present BOTH links
Always show both Owner and Share URLs. Never omit either link.
Error Handling
- MCP server not available: The VibeAround desktop app may not be running.
- Workspace not registered: Call
register_workspacefirst, then retry. - File not found: Verify the file path is correct and the file exists.
Version History
- e54feb7 Current 2026-07-05 20:14


