بنقرة واحدة
imagesearch
Visual research - search the web, find images, analyze them visually
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Visual research - search the web, find images, analyze them visually
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Interactive setup wizard for claude-vision - configures Docker images and platform settings
Read clipboard contents (text or image) and respond to a prompt about it
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
استنادا إلى تصنيف SOC المهني
| name | imagesearch |
| description | Visual research - search the web, find images, analyze them visually |
Search the web for visual information, download and analyze relevant images, and synthesize findings.
/imagesearch <query>
/imagesearch majormud color system
/imagesearch "retro BBS door game UI design"
/imagesearch what font does discord use
WebSearch for the query + relevant visual terms (add "screenshot", "UI", "design", "example" etc. as appropriate)
WebFetch promising results to extract:
 tagsDownload images to /tmp/imagesearch-$$ using curl:
curl -sL "https://example.com/image.png" -o /tmp/imagesearch-$$/image-001.png
Read the downloaded images to analyze them visually
Synthesize findings into actionable information:
rm -rf /tmp/imagesearch-$$/When analyzing images, pay attention to:
User: /imagesearch majormud color system
Claude:
1. Searches "majormud color system screenshot ANSI"
2. Fetches wiki pages, finds image URLs
3. Downloads screenshots to /tmp
4. Analyzes the visual style:
- ANSI 16-color palette
- Cyan for system messages
- Yellow for item names
- Red for combat/damage
- etc.
5. Provides implementation recommendations