Skills Plugins MCP Prompt Model 博客 我的中心
開発 #image #docker

claude-vision-setup

Interactive setup wizard for claude-vision - configures Docker images and platform settings

DeepseekModel キュレーション済みスキル 品質 良好 · 48 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=ellyseum-claude-vision-skills-claude-vision-setup-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name claude-vision-setup description Interactive setup wizard for claude-vision - configures Docker images and platform settings Instructions When invoked with /claude-vision-setup : Step 1: Read Environment Detection 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 linux DOCKER_OK - true/false GPU_OK - true/false GPU_NAME - GPU model name (if detected) NVIDIA_TOOLKIT - true/false CONFIG_EXISTS - true/false IMAGE_VARIANT - lite/full (if config exists) SCREENSHOT_DIR - path (if config exists) Present a summary to the user: OS: [detected] Docker: Available/Not available GPU: [name] with NVIDIA Container Toolkit / Not detected If CONFIG_EXISTS=true, also show current settings. Step 2: Existing Config Flow If CONFIG_EXISTS=true, use AskUserQuestion: Question: "What would you like to do?" Options: Keep current settings - Verify everything works Reconfigure - Start fresh with new settings Switch image variant - Change between lite/full Update screenshot directory - Change where screenshots are found If they choose "Keep current settings", skip to Step 6 (Verify Setup). Step 3: Image Choice (new config or reconfigure) Use AskUserQuestion: Question: "Which Docker image do you want?" Options: Lite (Recommended) ~500 MB, includes ffmpeg + yt-dlp For YouTube videos, screen recordings Full (with Whisper) ~4 GB, includes ffmpeg + yt-dlp + whisper For local videos needing speech transcription GPU speeds up transcription (detected: [GPU_OK]) Step 4: Screenshot Directory Based on OS_TYPE, suggest default: wsl: /mnt/c/Users/<username>/Pictures/Screenshots macos: ~/Pictures/Screenshots linux: ~/Pictures/Screenshots Use AskUserQuestion with suggested default + "Custom path" option. Step 5: Save Configuration 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 Step 6: Verify Setup cv-run --status If cv-run fails, check if Docker image exists and offer to pull/build. Step 7: Show Summary === 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) Notes Config: ~/.claude/claude-vision/config.json Video cache: ~/.claude/claude-vision/video-cache/ Use cv-run --status to check container status Use cv-run --stop to stop container when not in use
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。