Use when you have a written implementation plan to execute in a separate session with review checkpoints
0
0
# Install this skill:
npx skills add 6tizer/alpha-senses --skill "visual-analyzer"
Install specific skill from multi-skill repository
# Description
分析图像内容,生成详细描述和改进建议
# SKILL.md
name: visual-analyzer
description: 分析图像内容,生成详细描述和改进建议
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: image-analysis
updated: 2026-02-21
VisualAnalyzer
分析图像内容,生成详细描述和改进建议
环境变量
FAL_KEY:fal.ai API Key
安装
pip install -r requirements.txt
使用
python run.py --image <图片路径或URL> [--prompt "具体问题"]
示例
python run.py --image ./photo.jpg
python run.py --image "https://example.com/image.png" --prompt "描述这张图片的色彩搭配"
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.