Exact request sent to the run panel.
{
"source": "retrieve",
"template": {
"id": "instagram_vibe_check",
"slug": "instagram-vibe-check",
"name": "Instagram Vibe Check",
"categoryId": "ROAST_VIBE"
},
"inputs": {
"target": "",
"mode": "roast",
"postCount": 12,
"normalizedTarget": {
"raw": ""
}
},
"agentHint": "You are conducting a deep visual analysis of an Instagram profile. Adapt to the UI.\n\n**TASK CONFIGURATION:**\n- Target: \n- Mode: roast\n- Posts to Analyze: 12\n\n---\n\n## STEP 1: NAVIGATE TO PROFILE\n\n1. Parse target - extract username from URL or handle\n2. Navigate to instagram.com/[username]\n3. Wait for profile to fully load\n4. **Check accessibility:**\n - Profile exists? If not, report error\n - Private account? Report limitation\n - Can see posts? Proceed if yes\n\n---\n\n## STEP 2: EXTRACT PROFILE METADATA\n\n### Bio Analysis\n- Full bio text\n- Emoji usage and placement\n- Links included\n- Call-to-action style\n- Identity/profession claims\n- Aesthetic of bio (minimal vs. elaborate)\n\n### Profile Metrics\n- Follower count\n- Following count\n- Post count\n- Follower/following ratio analysis\n\n### Profile Picture\n- Describe the profile picture\n- Professional vs. casual\n- Face visible or not\n- Aesthetic alignment with grid\n\n### Highlights (if visible)\n- Highlight cover aesthetics\n- Highlight names and themes\n- What they chose to feature permanently\n\n---\n\n## STEP 3: EXTRACT POSTS WITH IMAGES\n\n**Extract 12 most recent posts. For each post capture:**\n\n1. **Image URL(s)** - the actual image source(s)\n2. **Caption text** - full caption including hashtags\n3. **Post type** - single image, carousel, video/reel\n4. **Engagement** - likes/comments if visible\n5. **Posted date** - if visible\n\n**Store in structured format:**\n```\nposts: [\n {\n imageUrls: [\"url1\", \"url2\" for carousels],\n caption: \"full caption text\",\n type: \"image|carousel|video\",\n engagement: { likes: X, comments: Y },\n date: \"if visible\"\n }\n]\n```\n\n---\n\n## STEP 4: ANALYZE EACH IMAGE (CRITICAL)\n\n**For each post's image(s), generate detailed visual description:**\n\n### Describe these elements:\n- **Subject matter**: What is in the photo? (person, food, landscape, product, etc.)\n- **Setting/location**: Indoor/outdoor, type of place, recognizable locations\n- **Color palette**: Dominant colors, warm vs. cool tones, saturation level\n- **Lighting**: Natural/artificial, golden hour, flat lighting, dramatic shadows\n- **Composition**: Centered, rule of thirds, symmetry, negative space\n- **Editing style**: Heavy filters, natural look, specific filter aesthetic (VSCO, moody, bright)\n- **Quality**: Professional photography vs. casual phone shots\n- **People**: If present - poses, expressions, styling, who's included\n- **Objects/props**: What items are featured, brands visible\n- **Text overlays**: Any text on the image\n- **Aesthetic category**: Minimalist, maximalist, vintage, modern, chaotic, curated\n\n### For carousels:\n- Describe each image\n- Note the narrative/flow across slides\n- Identify if there's a pattern (first slide hook, etc.)\n\n### For video thumbnails:\n- Describe the thumbnail frame\n- Note video indicators (play button, duration)\n\n**Take appropriate time for thorough image analysis - this is the core value.**\n\n---\n\n## STEP 5: SYNTHESIZE VISUAL PATTERNS\n\n**Across all analyzed images, identify:**\n\n### Color Analysis\n- Dominant color palette across grid\n- Consistency of tones\n- \"Instagram filter\" patterns\n- Signature colors\n\n### Content Categories\n- What % selfies vs. landscapes vs. food vs. lifestyle\n- Primary subject matter\n- Recurring themes and objects\n- Brand/product presence\n\n### Aesthetic Coherence\n- How planned is the grid?\n- Visual consistency score\n- \"Curated\" vs. \"authentic\" spectrum\n- Professional vs. casual ratio\n\n### Visual Storytelling\n- What story does the grid tell?\n- Personal brand communicated\n- Aspirational messaging\n- Authenticity indicators\n\n---\n\n## STEP 6: COMPARE CAPTIONS TO IMAGES\n\n**Analyze the relationship between visual and text:**\n- Do captions match images?\n- Caption length patterns\n- Hashtag strategy\n- Emoji usage\n- Call-to-action frequency\n- Authentic voice vs. performative\n\n---\n\n## STEP 7: GENERATE VIBE CHECK\n\n**Mode: roast**\n- roast: Playful criticism, sharp observations about visual choices\n- hype: Celebrate visual strengths, highlight aesthetic wins\n- balanced: Honest visual assessment, both sides\n\n### 1. AESTHETIC ARCHETYPE\nBased on visual analysis, assign a specific label:\n- Examples: \"Sad Beige Minimalist\", \"Golden Hour Addict\", \"Curated Chaos\", \"Corporate Wellness Warrior\", \"Main Character Syndrome\", \"Aspirational Traveler\", \"Product Placement Professional\"\n- Must be based on ACTUAL visual patterns observed\n\n### 2. THE GRID VISUAL ASSESSMENT\n- What their color choices reveal\n- What their subjects/settings say about them\n- Filter addiction diagnosis\n- Composition patterns and what they mean\n\n### 3. VISUAL VS. CAPTION ALIGNMENT\n- Do words match the images?\n- Authenticity assessment\n- Performative vs. genuine indicators\n\n### 4. CONTENT PILLARS (Visual)\n- The 3-5 things they SHOW (not just write about)\n- Visual themes with specific image examples\n\n### 5. WHAT YOUR GRID SAYS VS. WHAT YOU THINK IT SAYS\nBased on visual analysis:\n- The intended message (what they're trying to project)\n- The actual message (what the images really communicate)\n\n### 6. COLOR PALETTE DIAGNOSIS\n- Their signature colors\n- What this color psychology suggests\n- Filter/editing style assessment\n\n### 7. VISUAL GLOW-UP RECOMMENDATIONS\n5 specific, actionable visual improvements:\n- Lighting suggestions\n- Color consistency tips\n- Composition improvements\n- Content mix adjustments\n- Editing style refinements\n\n---\n\n## STEP 8: REPORT RESULTS\n\n```json\n{\n \"target\": \"\",\n \"username\": \"\",\n \"mode\": \"roast\",\n \"profileMetrics\": {\n \"followers\": <number>,\n \"following\": <number>,\n \"posts\": <number>,\n \"profilePicDescription\": \"\"\n },\n \"postsAnalyzed\": {\n \"count\": <number>,\n \"posts\": [\n {\n \"imageUrls\": [],\n \"imageDescriptions\": [\"detailed description of each image\"],\n \"caption\": \"\",\n \"type\": \"\",\n \"engagement\": {}\n }\n ]\n },\n \"visualPatterns\": {\n \"dominantColors\": [],\n \"aestheticStyle\": \"\",\n \"filterConsistency\": \"\",\n \"contentCategories\": {},\n \"qualityLevel\": \"\",\n \"curationScore\": \"\"\n },\n \"aestheticArchetype\": \"\",\n \"vibeCheck\": {\n \"gridAssessment\": \"\",\n \"visualVsCaptionAlignment\": \"\",\n \"contentPillars\": [],\n \"perceptionVsReality\": {\n \"intendedMessage\": \"\",\n \"actualMessage\": \"\"\n },\n \"colorPaletteDiagnosis\": \"\",\n \"glowUpTips\": []\n },\n \"specificVisualExamples\": [\"<cite specific images analyzed>\"]\n}\n```\n\n---\n\n## VISUAL ANALYSIS QUALITY\n\n**The value is in the image analysis. Take time to:**\n- Describe images in detail\n- Notice subtle patterns across posts\n- Connect visual choices to personality\n- Reference SPECIFIC images in your assessment\n- Make observations only possible by seeing the actual content",
"userInput": "You are conducting a deep visual analysis of an Instagram profile. Adapt to the UI.\n\n**TASK CONFIGURATION:**\n- Target: \n- Mode: roast\n- Posts to Analyze: 12\n\n---\n\n## STEP 1: NAVIGATE TO PROFILE\n\n1. Parse target - extract username from URL or handle\n2. Navigate to instagram.com/[username]\n3. Wait for profile to fully load\n4. **Check accessibility:**\n - Profile exists? If not, report error\n - Private account? Report limitation\n - Can see posts? Proceed if yes\n\n---\n\n## STEP 2: EXTRACT PROFILE METADATA\n\n### Bio Analysis\n- Full bio text\n- Emoji usage and placement\n- Links included\n- Call-to-action style\n- Identity/profession claims\n- Aesthetic of bio (minimal vs. elaborate)\n\n### Profile Metrics\n- Follower count\n- Following count\n- Post count\n- Follower/following ratio analysis\n\n### Profile Picture\n- Describe the profile picture\n- Professional vs. casual\n- Face visible or not\n- Aesthetic alignment with grid\n\n### Highlights (if visible)\n- Highlight cover aesthetics\n- Highlight names and themes\n- What they chose to feature permanently\n\n---\n\n## STEP 3: EXTRACT POSTS WITH IMAGES\n\n**Extract 12 most recent posts. For each post capture:**\n\n1. **Image URL(s)** - the actual image source(s)\n2. **Caption text** - full caption including hashtags\n3. **Post type** - single image, carousel, video/reel\n4. **Engagement** - likes/comments if visible\n5. **Posted date** - if visible\n\n**Store in structured format:**\n```\nposts: [\n {\n imageUrls: [\"url1\", \"url2\" for carousels],\n caption: \"full caption text\",\n type: \"image|carousel|video\",\n engagement: { likes: X, comments: Y },\n date: \"if visible\"\n }\n]\n```\n\n---\n\n## STEP 4: ANALYZE EACH IMAGE (CRITICAL)\n\n**For each post's image(s), generate detailed visual description:**\n\n### Describe these elements:\n- **Subject matter**: What is in the photo? (person, food, landscape, product, etc.)\n- **Setting/location**: Indoor/outdoor, type of place, recognizable locations\n- **Color palette**: Dominant colors, warm vs. cool tones, saturation level\n- **Lighting**: Natural/artificial, golden hour, flat lighting, dramatic shadows\n- **Composition**: Centered, rule of thirds, symmetry, negative space\n- **Editing style**: Heavy filters, natural look, specific filter aesthetic (VSCO, moody, bright)\n- **Quality**: Professional photography vs. casual phone shots\n- **People**: If present - poses, expressions, styling, who's included\n- **Objects/props**: What items are featured, brands visible\n- **Text overlays**: Any text on the image\n- **Aesthetic category**: Minimalist, maximalist, vintage, modern, chaotic, curated\n\n### For carousels:\n- Describe each image\n- Note the narrative/flow across slides\n- Identify if there's a pattern (first slide hook, etc.)\n\n### For video thumbnails:\n- Describe the thumbnail frame\n- Note video indicators (play button, duration)\n\n**Take appropriate time for thorough image analysis - this is the core value.**\n\n---\n\n## STEP 5: SYNTHESIZE VISUAL PATTERNS\n\n**Across all analyzed images, identify:**\n\n### Color Analysis\n- Dominant color palette across grid\n- Consistency of tones\n- \"Instagram filter\" patterns\n- Signature colors\n\n### Content Categories\n- What % selfies vs. landscapes vs. food vs. lifestyle\n- Primary subject matter\n- Recurring themes and objects\n- Brand/product presence\n\n### Aesthetic Coherence\n- How planned is the grid?\n- Visual consistency score\n- \"Curated\" vs. \"authentic\" spectrum\n- Professional vs. casual ratio\n\n### Visual Storytelling\n- What story does the grid tell?\n- Personal brand communicated\n- Aspirational messaging\n- Authenticity indicators\n\n---\n\n## STEP 6: COMPARE CAPTIONS TO IMAGES\n\n**Analyze the relationship between visual and text:**\n- Do captions match images?\n- Caption length patterns\n- Hashtag strategy\n- Emoji usage\n- Call-to-action frequency\n- Authentic voice vs. performative\n\n---\n\n## STEP 7: GENERATE VIBE CHECK\n\n**Mode: roast**\n- roast: Playful criticism, sharp observations about visual choices\n- hype: Celebrate visual strengths, highlight aesthetic wins\n- balanced: Honest visual assessment, both sides\n\n### 1. AESTHETIC ARCHETYPE\nBased on visual analysis, assign a specific label:\n- Examples: \"Sad Beige Minimalist\", \"Golden Hour Addict\", \"Curated Chaos\", \"Corporate Wellness Warrior\", \"Main Character Syndrome\", \"Aspirational Traveler\", \"Product Placement Professional\"\n- Must be based on ACTUAL visual patterns observed\n\n### 2. THE GRID VISUAL ASSESSMENT\n- What their color choices reveal\n- What their subjects/settings say about them\n- Filter addiction diagnosis\n- Composition patterns and what they mean\n\n### 3. VISUAL VS. CAPTION ALIGNMENT\n- Do words match the images?\n- Authenticity assessment\n- Performative vs. genuine indicators\n\n### 4. CONTENT PILLARS (Visual)\n- The 3-5 things they SHOW (not just write about)\n- Visual themes with specific image examples\n\n### 5. WHAT YOUR GRID SAYS VS. WHAT YOU THINK IT SAYS\nBased on visual analysis:\n- The intended message (what they're trying to project)\n- The actual message (what the images really communicate)\n\n### 6. COLOR PALETTE DIAGNOSIS\n- Their signature colors\n- What this color psychology suggests\n- Filter/editing style assessment\n\n### 7. VISUAL GLOW-UP RECOMMENDATIONS\n5 specific, actionable visual improvements:\n- Lighting suggestions\n- Color consistency tips\n- Composition improvements\n- Content mix adjustments\n- Editing style refinements\n\n---\n\n## STEP 8: REPORT RESULTS\n\n```json\n{\n \"target\": \"\",\n \"username\": \"\",\n \"mode\": \"roast\",\n \"profileMetrics\": {\n \"followers\": <number>,\n \"following\": <number>,\n \"posts\": <number>,\n \"profilePicDescription\": \"\"\n },\n \"postsAnalyzed\": {\n \"count\": <number>,\n \"posts\": [\n {\n \"imageUrls\": [],\n \"imageDescriptions\": [\"detailed description of each image\"],\n \"caption\": \"\",\n \"type\": \"\",\n \"engagement\": {}\n }\n ]\n },\n \"visualPatterns\": {\n \"dominantColors\": [],\n \"aestheticStyle\": \"\",\n \"filterConsistency\": \"\",\n \"contentCategories\": {},\n \"qualityLevel\": \"\",\n \"curationScore\": \"\"\n },\n \"aestheticArchetype\": \"\",\n \"vibeCheck\": {\n \"gridAssessment\": \"\",\n \"visualVsCaptionAlignment\": \"\",\n \"contentPillars\": [],\n \"perceptionVsReality\": {\n \"intendedMessage\": \"\",\n \"actualMessage\": \"\"\n },\n \"colorPaletteDiagnosis\": \"\",\n \"glowUpTips\": []\n },\n \"specificVisualExamples\": [\"<cite specific images analyzed>\"]\n}\n```\n\n---\n\n## VISUAL ANALYSIS QUALITY\n\n**The value is in the image analysis. Take time to:**\n- Describe images in detail\n- Notice subtle patterns across posts\n- Connect visual choices to personality\n- Reference SPECIFIC images in your assessment\n- Make observations only possible by seeing the actual content",
"urls": [],
"meta": {
"createdAt": "",
"userAgent": ""
},
"execution": {
"mode": "device",
"deviceIds": []
}
}