image

Analyze, display, and generate images within AI workflows.

1.7k|97|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/PhyAgentOS/PhyAgentOS --skill image-phyagentos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: image
Source: https://github.com/PhyAgentOS/PhyAgentOS/tree/main/PhyAgentOS/skills/image
Command: npx skills add https://github.com/PhyAgentOS/PhyAgentOS --skill image-phyagentos

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Images often require multi-step workflows for analysis, display, and generation. This skill consolidates vision analysis, image rendering, and image generation into a single reusable tool for AI workflows, saving time and reducing context-switching.

Core Features & Use Cases

  • Vision analysis: OCR, image description, and visual question answering to extract meaningful information from images.
  • Display: render images in the frontend for presentation and review.
  • Generation: create new images from text prompts using AI models to support concept exploration and content creation.

Quick Start

Analyze an image.png to extract text, describe its content, and display the result in the frontend.

Frequently Asked Questions about image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform OCR and visual question answering on an image in an AI workflow?

You can perform OCR and visual question answering by passing the image to the multimodal vision analysis interface. The tool extracts text, generates descriptions, and answers visual queries directly within your automated workflow.

What's the best way to consolidate image analysis, display, and generation into a single workflow?

Consolidating image analysis, display, and generation is handled by a single reusable tool that automates multimodal vision processing. This reduces context-switching by rendering frontend images and generating new content from text prompts.

Can I render images in the frontend for presentation directly from an AI workflow?

Yes, you can render images in the frontend for presentation and review. The tool provides a display mechanism that outputs visual content directly within the workflow interface for immediate user access.

How do I generate new images from text prompts using an AI model?

To generate new images from text prompts, you utilize the text-driven image generation feature. This supports concept exploration and content creation by processing text inputs through integrated AI models to output common image formats.

Do I need a specific frontmatter entrypoint to automate image analysis and display?

Yes, you need a frontmatter-driven entrypoint via SKILL.md to automate image analysis and display. This parameterized interface optionally supports script, references, and assets directories for structured workflow integration.