← スキル一覧に戻る

free-vision
by thanhtunguet
My personal agent skills - support Codex, Claude Code, VS Code
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: free-vision description: Handle vision/image tasks (read, describe, analyze images) by calling Gemini CLI or Qwen Code CLI from the shell. Use for requests to interpret or describe images, extract visible text, or summarize visual content; prefer Gemini and fall back to Qwen if Gemini fails or is too generic.
Free Vision
Quick workflow
- Identify the image path(s). Prefer absolute paths; confirm the file exists before calling a CLI.
- Run Gemini first with a specific, structured prompt. Use the CLI's file-include syntax if supported (commonly
@/path/to/image).gemini "Analyze the image: (1) 1-sentence summary, (2) key objects, (3) visible text verbatim, (4) notable details. @/absolute/path/to/image" - If Gemini errors, produces empty output, or responds too generically, run Qwen with the same prompt structure and image reference.
qwen "Analyze the image: (1) 1-sentence summary, (2) key objects, (3) visible text verbatim, (4) notable details. @/absolute/path/to/image"
Prompting tips
- Be explicit about the required fields and verbosity.
- Ask for verbatim text extraction when relevant.
- If the output is vague, re-run with stricter instructions: “Be specific; avoid generic phrases; list exact items and locations.”
Failure handling
- If the CLI rejects
@/pathsyntax, retry in interactive mode and include the image path in the prompt as supported by the CLI. - If both tools fail to load the image, report the failure and ask the user for guidance on the expected image input format.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です