skills/image-analysis/SKILL.md
Analyze, describe, or answer questions about image content using vision AI. Use this skill when the user asks anything about an image — what it shows, what's in it, reading text/diagrams, identifying objects, or any question referencing a previous image (e.g. 'what is in this image', 'read the text in this screenshot', 'explain this diagram', 'tell me about the image above', '识别图片', '分析图片内容').
npx skillsauth add sudoprivacy/sudowork image-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze images via LLM provider's chat completions API with vision.
Trigger this skill when the user asks to:
Get the image from the user's message or workspace context.
curl -sL "<url>" -o /tmp/image_to_analyze.<ext>) before proceeding.*.png, *.jpg, *.jpeg, *.gif, *.webp, *.bmp)bash scripts/analyze_image.sh "<image_path>" "<question or prompt>"
The script reads API credentials and model from sudoclaw.json via the SUDOCLAW_CONFIG_PATH env var (auto-set at gateway startup). No manual env var configuration is needed.
The script prints the analysis result (LLM response) on success, or an error message on failure.
Display the analysis result to the user.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
data-ai
用于在小红书上发布高质量的 AI 相关岗位招聘帖子。包含自动生成极客风格的招聘封面图和详情图,并提供自动化发布脚本。当用户需要发布招聘信息、寻找 Agent 设计师或其他 AI 领域人才时使用。
data-ai
用于在 X (x.com) 发布招聘帖子。包含文案规范、图片生成提示和自动化发布脚本。发布 AI 相关岗位或设计类岗位时优先使用。
development
Parse and apply character cards and world info files in multiple formats (PNG, WebP, JSON), fully compatible with SillyTavern format. Supports automatic parsing, keyword triggering, and dynamic updates.