LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-24

Capabilities

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

Source

  • Spec: SKILL.md
automation
docker
github-actions
imap
email
read IMAP emails
check build status
download Docker image
extract Docker image
project directory
IMAP server configuration
Docker image URL
email data
build status
Docker image file