ワンクリックで
image-generation-pipeline
Cron-based image generation pipeline with MiniMax API — rotating themes, consistent style, format post-processing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Cron-based image generation pipeline with MiniMax API — rotating themes, consistent style, format post-processing
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | image-generation-pipeline |
| description | Cron-based image generation pipeline with MiniMax API — rotating themes, consistent style, format post-processing |
Sistema de geração automática de imagens via cron com a API MiniMax image-01, mantendo estilo visual consistente e alternando formatos/formato.
~/.hermes/scripts/image_generator.py — Script principal~/.hermes/scripts/themes.json — Lista de temas rotating~/.hermes/scripts/.image_generator_state.json — Estado (índice do tema atual, último formato usado)~/Images/generated/youtube/YYYY-MM-DD/ — Thumbnails YouTube (1920×1080)~/Images/generated/instagram/YYYY-MM-DD/ — Posts Instagram (1080×1080)image-01 (sempre retorna 1024×1024)O SEGREDO da consistência visual — mesmo prompt base para todas as imagens:
STYLE_LOCK = (
"Photorealistic photography, maximum detail, 8K resolution, cinematic lighting, "
"shallow depth of field, professional color grading, Canon EOS R5, 85mm lens, f/1.8 aperture, "
"natural textures, volumetric lighting, desaturated shadows, warm highlights, "
"anamorphic lens flare, studio lighting setup, clean background with subtle gradient, "
"high dynamic range, sharp focus, professional retouching"
)
python3 ~/.hermes/scripts/image_generator.py
*/10 * * * * python3 ~/.hermes/scripts/image_generator.py >> ~/.hermes/logs/image_generator.log 2>&1
Editar ~/.hermes/scripts/themes.json:
[
{"name": "Nome do Tema", "description": "Descrição visual para o prompt"}
]
Adicionar NO TEXT explícito no prompt:
"NO TEXT, NO WORDS, NO LETTERS, NO NUMBERS. Pure visual composition only."
A API sempre retorna 1024×1024. O script faz crop/resize via Pillow:
Python 3.14 no macOS tem issues com urllib.request. O script usa curl como subprocess.
Lê automaticamente de ~/.hermes/.env (variável MINIMAX_API_KEY).
Create and manage a Z-Library account for the Bianinho agent — registration, email verification via IMAP, and login workflow
Criar tasks visíveis no painel AionUI Scheduled Tasks — inserir diretamente na SQLite do AionUI
Debug protocol for AionUI macOS DMG white screen crashes — pattern, fixes, bundle analysis, and workflow.
AionUI — plataforma multi-agent cowork (frontend Electron). Arquitectura real, modos de acesso (Xvfb, web viewer, noVNC), e integração com Bianinho/Hermes. NUNCA inventar arquitectura sem verificar primeiro.
Diagnóstico e otimização de performance do MacBook — memória RAM, LaunchAgents, processos, bateria e swap. Workflow completo de 5 ações testado no MacBook Pro M1 Pro 16GB.
Organização de arquivos macOS — estruturar Desktop, Documents, Downloads, criar tarefas cron de limpeza automática.