file-to-article-generator

Convert uploaded PDFs, Word, and image files into structured Markdown article drafts with embedded images.

68|5|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/twwch/OpenSkills --skill file-to-article-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: file-to-article-generator
Source: https://github.com/twwch/OpenSkills/tree/main/examples/file-to-article-generator
Command: npx skills add https://github.com/twwch/OpenSkills --skill file-to-article-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyMuPDF==1.23.8, python-docx==0.8.11, Pillow==10.0.0, and includes scripts (resource) components.

What problem does it solve?

This Skill automates extracting text and images from user-uploaded files (PDF, Word, and images), saves extracted images locally, applies image recognition to understand visual content, and determines the most relevant article type based on the file content and user needs. It then generates a Markdown article with properly formatted sections and embedded image references, ready for publication or distribution.

Core Features & Use Cases

  • Automated file parsing: extract text and images from PDFs and Word documents, and record image metadata.
  • Image content understanding: analyze images to identify themes, scenes, and elements, and determine their relevance to the article.
  • Article generation: produce a Markdown-formatted article aligned with the determined type, including image references and quality scoring prompts.
  • Quality scoring & delivery: run a structured evaluation and output the article together with a comprehensive quality report and assets.

Quick Start

Upload a file and ask the AI to parse it and generate a Markdown article.

Frequently Asked Questions about file-to-article-generator

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

FAQPage Schema
How do I convert a PDF to a Markdown article with AI?

To convert a PDF to a Markdown article, this tool extracts text and images using PyMuPDF, applies image recognition to understand visuals, and generates a structured, publish-ready Markdown draft with embedded image references.

How do I extract images from a Word document and include them in an article?

Extracting images from a Word document involves parsing the file with python-docx, saving images locally, analyzing their content, and embedding the relevant image references directly into a generated Markdown article.

Can I generate a brand story from an uploaded file automatically?

Yes, you can generate a brand story from an uploaded file. The system analyzes the extracted text and images to determine the most relevant article type, producing a Markdown draft aligned with brand storytelling workflows.

Does this file-to-article generator work with plain image files?

Yes, the file-to-article generator works with image files by applying image recognition to identify themes and elements, then using that visual understanding to generate a structured Markdown article draft.

What is the best way to create publish-ready content from existing PDF or DOCX files?

The best way to create publish-ready content from PDF or DOCX files is to automate text and image extraction, apply AI for visual understanding, and generate a Markdown article complete with a structured quality scoring report.

Are there limitations when generating articles from complex PDF files?

When generating articles from complex PDFs, deterministic parsing is applied to ensure accurate text extraction, but the output depends on the file's structure and the clarity of its embedded images for accurate content alignment.