mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
feat(skill): meme-generation — real image generator with Pillow (#2344)
* feat: add meme-generation skill * Reduce meme skill prompt cost with tighter selection rules * feat(skill): overhaul meme-generation into real image generator Move from skills/creative/ to optional-skills/creative/ (niche skill, not needed by default). Replace prompt-only meme concept brainstormer with actual meme image generation: - Python script using Pillow to overlay text on template images - 10 curated templates with hand-tuned text positioning - Dynamic access to ~100 popular imgflip templates via public API - Custom image mode (--image): use AI-generated or any image as base - Two text modes: overlay (white+outline on image) or bars (black bars) - Vision verification workflow: use vision_analyze to QA the result - Auto-scaling font with pixel-accurate word wrapping - Template search via --search - No API keys required Original skill concept by adanaleycio (PR #1771), overhauled with image generation and custom image support. --------- Co-authored-by: adanaleycio <atillababa767@gmail.com>
This commit is contained in:
parent
2988334fe5
commit
1f1fa71d0c
5 changed files with 744 additions and 0 deletions
1
optional-skills/creative/meme-generation/scripts/.gitignore
vendored
Normal file
1
optional-skills/creative/meme-generation/scripts/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.cache/
|
||||
Loading…
Add table
Add a link
Reference in a new issue