ワンクリックで
claude-vision-setup
Interactive setup wizard for claude-vision - configures Docker images and platform settings
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Interactive setup wizard for claude-vision - configures Docker images and platform settings
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read clipboard contents (text or image) and respond to a prompt about it
Visual research - search the web, find images, analyze them visually
Read the latest screenshot and respond to a prompt about it
Analyze a video or screen recording by extracting frames and spawning an analysis agent
| name | claude-vision-setup |
| description | Interactive setup wizard for claude-vision - configures Docker images and platform settings |
When invoked with /claude-vision-setup:
The environment has already been detected by a hook. Check the system-reminder for "Environment detection results:" which contains key=value pairs:
OS_TYPE - wsl, macos, or linuxDOCKER_OK - true/falseGPU_OK - true/falseGPU_NAME - GPU model name (if detected)NVIDIA_TOOLKIT - true/falseCONFIG_EXISTS - true/falseIMAGE_VARIANT - lite/full (if config exists)SCREENSHOT_DIR - path (if config exists)Present a summary to the user:
If CONFIG_EXISTS=true, also show current settings.
If CONFIG_EXISTS=true, use AskUserQuestion:
Question: "What would you like to do?"
Options:
If they choose "Keep current settings", skip to Step 6 (Verify Setup).
Use AskUserQuestion:
Question: "Which Docker image do you want?"
Options:
Lite (Recommended)
Full (with Whisper)
Based on OS_TYPE, suggest default:
/mnt/c/Users/<username>/Pictures/Screenshots~/Pictures/Screenshots~/Pictures/ScreenshotsUse AskUserQuestion with suggested default + "Custom path" option.
mkdir -p "$HOME/.claude/claude-vision"
cat > "$HOME/.claude/claude-vision/config.json" << EOF
{
"mode": "docker",
"os": "$OS_TYPE",
"image_variant": "$IMAGE_VARIANT",
"screenshot_dir": "$SCREENSHOT_DIR",
"created": "$(date -Iseconds)",
"version": "1.0"
}
EOF
cv-run --status
If cv-run fails, check if Docker image exists and offer to pull/build.
=== claude-vision Setup Complete ===
Configuration:
OS: $OS_TYPE
Image: $IMAGE_VARIANT
Screenshot dir: $SCREENSHOT_DIR
GPU: $GPU_STATUS
Available commands:
/clipboard - Read from clipboard (text or image)
/screenshot - Analyze latest screenshot
/video - Analyze videos (YouTube or local)
~/.claude/claude-vision/config.json~/.claude/claude-vision/video-cache/cv-run --status to check container statuscv-run --stop to stop container when not in use