va-md-preview
GitHub用于生成 Markdown 文件的 GitHub 风格预览链接。在创建或更新 .md 文件后,通过 VibeAround MCP 调用 md_preview 工具,主动询问用户是否需要预览并展示所有者及分享链接。
Trigger Scenarios
Install
npx skills add jazzenchen/VibeAround --skill va-md-preview -g -y
SKILL.md
Frontmatter
{
"name": "va-md-preview",
"alwaysApply": false,
"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:13


