Vcon Inspect banner
vcon-dev vcon-dev

Vcon Inspect

Development community

Description

--- description: Human-readable dump of a vCon's parties, dialog, analysis, and attachments. argument-hint: <path | uuid> --- Fetch the vCon named by `$ARGUMENTS` (UUID via the `get_vcon` MCP tool, otherwise read the path) and render it for a human, not as raw JSON. The server returns every unset field as an explicit `null`. Omit those from the output entirely rather than printing `null` down the page; a party with only a name should render as one short line, not twelve empty ones. - Header:

Installation

Installs to ~/.claude/skills/vcon-dev-vcon-plugin-vcon-inspect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vcon-dev-vcon-plugin-vcon-inspect && curl -fsSL https://raw.githubusercontent.com/vcon-dev/vcon-plugin/HEAD/commands/vcon-inspect.md -o ~/.claude/skills/vcon-dev-vcon-plugin-vcon-inspect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository