Describe_Images

Convert Wiki-style image links to Markdown and generate alt text with GPT or Gemini.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tjdwls101010/Claude_Seongjin --skill describe-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Describe_Images
Source: https://github.com/tjdwls101010/Claude_Seongjin/tree/main/plugins/Study/skills/Describe_Images
Command: npx skills add https://github.com/tjdwls101010/Claude_Seongjin --skill describe-images

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, google-generativeai, pillow, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of converting Wiki-style image links to Markdown format and generates AI-powered descriptions for images, making your documents more accessible and understandable for AI processing.

Core Features & Use Cases

  • Wiki Link Conversion: Transforms ![[image.png]] into ![](path/image.png).
  • AI Image Description: Generates descriptive alt text for images using GPT or Gemini.
  • Workflow Integration: Crucial for PPT and Book generation workflows by providing context for visual elements.
  • Use Case: When preparing a presentation from a Markdown document containing many ![[image.png]] links, this Skill ensures all images are correctly formatted and have descriptive alt text, allowing an AI presentation generator to understand and utilize the visual content effectively.

Quick Start

Run the script to convert Wiki image links to Markdown format and generate AI descriptions for images in your markdown file.

Frequently Asked Questions about Describe_Images

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

FAQPage Schema
How do I convert Wiki-style image links to standard Markdown format?

Converting Wiki-style image links to standard Markdown format is done by transforming syntax like `![[image.png]]` into `![](path/image.png)` and generating AI descriptions, making your documents accessible for AI processing.

How do I generate AI image descriptions for Markdown files?

Generating AI image descriptions for Markdown files is achieved by utilizing Python scripts with OpenAI or Google Generative AI models to automatically create descriptive alt text for your visual content.

Can I use OpenAI and Google Generative AI to add alt text to Markdown images?

Yes, you can use OpenAI and Google Generative AI to add alt text to Markdown images, as this Skill supports integration with both models to provide text-based understanding of visual content.

Why do presentation workflows need AI image descriptions in Markdown?

Presentation workflows need AI image descriptions in Markdown to provide necessary context for visual elements, allowing an AI presentation generator to understand and utilize the visual content effectively.

Do I need Python and Pillow to run AI image description generation?

Yes, you need Python and Pillow along with openai, google-generativeai, and python-dotenv dependencies to execute the scripts that generate AI image descriptions for your Markdown files.

What is the best way to automate image alt text generation for Markdown documents?

The best way to automate image alt text generation for Markdown documents is running a dedicated Python script that converts Wiki links and utilizes AI models to generate descriptive text for visual content.