Image Alt Generator self-updates
Wordpress plugin - when uploading images, Claude API will be used to generate alt text for the images.
by Yonatan Ran · github.com/yonatanran/image-alt-generator · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/yonatanran/image-alt-generator/archive/refs/heads/master.zipShips its own WordPress updater (Plugin Update Checker), so new versions show up under Dashboard → Updates.
Automatically generates descriptive alt text for images using Claude AI. Improves accessibility and SEO.
Description
Image Alt Generator uses Claude AI's vision capabilities to automatically generate accurate, concise alt text for your images. Alt text helps screen readers describe images to visually impaired users and helps search engines understand your content.
Features:
- Automatic generation – Alt text is generated when you upload images
- Bulk processing – Process many images at once via the Media Library bulk actions
- Claude AI – Uses Claude 4.5 models (Haiku, Sonnet, or Opus) for accurate descriptions
- Cost-effective – URL-based image sending by default (minimal token usage)
- Automatic polling – Plugin checks batch status every minute via WordPress cron; no webhook setup needed
- Batch tracking – Monitor all batch jobs and their status
- Custom prompts – Optional custom prompt for alt text generation
- Private sites – Base64 encoding option for non-public sites
Requirements:
- A Claude API key from Anthropic (https://console.anthropic.com/)
- No webhook or external setup needed—batch status is checked automatically every minute
Installation
- Upload the plugin files to
/wp-content/plugins/-image-alt-generator/or install through the WordPress plugins screen. - Activate the plugin through the Plugins screen.
- Go to Alt Generator → Settings and enter your Claude API key.
- Upload images or use Media → Library bulk action "Generate Alt Text with Claude AI". Batch status is checked automatically every minute.
Frequently Asked Questions
Do I need an API key?
Yes. Get a Claude API key from https://console.anthropic.com/ and enter it in Alt Generator → Settings.
Is bulk processing free?
Claude API usage is billed by Anthropic. The plugin does not charge you; you pay Anthropic for API usage. Check the Cost Calculator page in the plugin for estimates.
Screenshots
- Settings page – API key and model configuration
- Bulk Generate – Process many images at once
- Batch Jobs – Monitor batch processing status
Changelog
1.0.0
- Initial release.
- Automatic alt text on upload.
- Bulk generation via Media Library and Bulk Generate page.
- Automatic polling (WordPress cron) for batch status—no webhook required.
- Cost calculator and batch history.
1.0.1
Removed company name
Upgrade Notice
1.0.0
Initial release of Image Alt Generator.
1.0.1
Removed company name.