一键导入
va-session
Codex only: resolve the current Codex session ID for VibeAround tools. Called by va-preview and vibearound handover when running in Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Codex only: resolve the current Codex session ID for VibeAround tools. Called by va-preview and vibearound handover when running in Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Codex only: initialize and wait for VibeAround Codex subagents in a multi-agent coding turn. Use when the user's message starts with "subagent=", especially "subagent=parallel".
Codex only: preview a markdown file from a Codex session with beautiful GitHub-style rendering. Use after creating or updating markdown documents like README, docs, or reports. Only available when the VibeAround MCP server is connected.
Codex only: start a live preview from a Codex session so the user can see your work in their browser or phone. Use after starting a dev server or creating HTML files. Only available when the VibeAround MCP server is connected.
Codex only: hand over the current Codex coding session so the user can continue via any IM channel connected to VibeAround. Use when the user says "/vibearound handover", "hand over this session", "continue on my phone", or similar session transfer requests.
Resolve your current session ID for use with other VibeAround tools. Called by other skills that need session context (e.g. va-preview, vibearound handover).
Resolve your current session ID for use with other VibeAround tools. Called by other skills that need session context (e.g. va-preview, vibearound handover).
| name | va-session |
| description | Codex only: resolve the current Codex session ID for VibeAround tools. Called by va-preview and vibearound handover when running in Codex. |
Resolve the current Codex session ID. Other VibeAround Codex skills reference this skill when they need session context for lifecycle management.
Read these values if available:
$VIBEAROUND_LAUNCH_ID$VIBEAROUND_PROFILE_ID$VIBEAROUND_CHANNEL_KIND$VIBEAROUND_CHAT_IDCall the get_session_id MCP tool with agent_kind set to codex. Include
only optional arguments whose values are present:
Do not inspect MCP resources or resource templates for this step. VibeAround
exposes get_session_id as a tool; Codex's /mcp command can be used only for
human diagnostics.
Tool: get_session_id
Server: vibearound
Arguments:
agent_kind: "codex"
cwd: "<current working directory>"
launch_id: "<value of $VIBEAROUND_LAUNCH_ID if present>"
profile_id: "<value of $VIBEAROUND_PROFILE_ID if present>"
channel_kind: "<value of $VIBEAROUND_CHANNEL_KIND if present>"
chat_id: "<value of $VIBEAROUND_CHAT_ID if present>"
VibeAround reads Codex's MCP call metadata and returns the current Codex
thread/session ID and records it against the launch context when launch_id
is available.
Return the session ID string to the calling skill. If neither method succeeds, return nothing — callers handle the missing case gracefully.