WP Manifestindependent plugin directory
manifest / media / ai-alt-genius

AI ALT Genius

AI ALT Genius - Automatic contextual image alt text generation for WordPress accessibility.

by WPStack Studio · github.com/wpstack-online/ai-alt-genius · website

0stars
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/wpstack-online/ai-alt-genius/releases/download/v1.0.0/ai-alt-genius.zip

Readme

AI ALT Genius (WordPress Alt Text Automation)

AI ALT Genius generates contextual, accessibility-focused image alt text descriptions across your WordPress Media Library using computer vision models.

Need Custom WordPress Plugin Development or AI Integrations?
WPStack builds custom AI plugins, OpenAI/Anthropic API integrations, vector search systems, and custom WooCommerce extensions.
👉 Request a Custom Plugin Estimate at WPStack.online


🌟 Key Features

  • Computer Vision Analysis: Analyzes media library images to generate precise, human-readable alt descriptions.
  • Bulk Alt Text Generation: Process missing image Alt tags across large WordPress media archives in batches.
  • Accessibility Compliance (WCAG 2.1): Formats alt text specifically for screen readers and accessibility guidelines.
  • Built for Human Review: One-click preview and editing before committing alt text changes to the database.
  • Zero Layout Impact: Preserves image aspect ratios, EXIF metadata, and media database structures.

🚀 Installation

  1. Clone this repository into your WordPress plugins directory:
    cd wp-content/plugins/
    git clone https://github.com/wpstack/ai-alt-genius.git
  2. Activate AI ALT Genius in WordPress Admin > Plugins.
  3. Configure your API credentials in Media > AI ALT Genius.

🛠️ Developer Hooks

// Filter generated alt text draft before saving to attachment postmeta
add_filter('ai_alt_genius_generated_text', function($alt_text, $attachment_id) {
    return trim($alt_text) . ' - WPStack Visual';
}, 10, 2);

📖 Official Guides & Resources


📜 License

Distributed under the GNU General Public License v3.0.
Maintained with ❤️ by WPStack - Custom WordPress Plugin Development Studio.


🌐 Connect with WPStack

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.0.0 Aug 12, 2026 ai-alt-genius.zip 0