Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Generates original visual art and posters as PNG or PDF files using defined design philosophies like minimalism, brutalism, or skeuomorphism.
Generates original visual art and posters as PNG or PDF files using defined design philosophies like minimalism, brutalism, or skeuomorphism.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Generates visual art and posters using design philosophies expressed as assets.
Concept: Simplicity, essential elements, negative space. Expression: Clean lines, limited color palette, ample white space.
Concept: Raw, unrefined, stark contrast. Expression: Bold typography, clashing colors, rough textures.
Concept: Imitating real-world textures. Expression: Shadows, gradients, realistic textures.
Concept: Soft UI, extruded plastic look. Expression: Subtle shadows.
Concept: Frosted glass effect. Expression: Blur, transparency, subtle border.
from PIL import Image, ImageDraw, ImageFont img = Image.new('RGB', (600, 400), color = 'white') d = ImageDraw.Draw(img) font = ImageFont.truetype("arial.ttf", 30) d.text((10,10), "Hello World", fill=(0,0,0), font=font) d.rectangle([(50, 50), (150, 150)], fill="blue") img.save("poster.png")
from fpdf import FPDF pdf = FPDF() pdf.add_page() pdf.set_font("Arial", size=12) pdf.cell(200, 10, txt="Generated PDF", ln=True, align="C") pdf.output("generated.pdf")
Define Objective: What's the purpose of the visual? Gather Inspiration: Look at design trends, competitor visuals. Sketch Concepts: Rough ideas for layout and elements. Select Style: Choose a design philosophy (minimalist, brutalist, etc.). Develop Assets: Generate images, text elements. Assemble & Refine: Combine assets, adjust spacing, colors, typography. Export: Save in required format (PNG, PDF).
Writing, remixing, publishing, visual generation, and marketing content production.
Largest current source with strong distribution and engagement signals.