email-docker-auto - Automate Docker Image Download from GitHub Actions Emails
Reads IMAP emails to automatically download Docker images from GitHub Actions build notifications
Tags
Updated: 2026-03-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- read IMAP emails
- check build status
- download Docker image
- extract Docker image
- parse email subject
- parse email body
- extract download link
- extract error info
Inputs
- project directory
- IMAP server configuration
- Docker image URL
Outputs
- email data
- build status
- Docker image file
- extracted archive
Requirements
- Python runtime with IMAP libraries
- network access to email server
- network access to GitHub
- network access to Docker resources
