โ† All skills
Tencent SkillHub ยท Content Creation

PLS Canvas Design

Generates original visual art and posters as PNG or PDF files using defined design philosophies like minimalism, brutalism, or skeuomorphism.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generates original visual art and posters as PNG or PDF files using defined design philosophies like minimalism, brutalism, or skeuomorphism.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Canvas Design

Generates visual art and posters using design philosophies expressed as assets.

1. Minimalism

Concept: Simplicity, essential elements, negative space. Expression: Clean lines, limited color palette, ample white space.

2. Brutalism

Concept: Raw, unrefined, stark contrast. Expression: Bold typography, clashing colors, rough textures.

3. Skeuomorphism

Concept: Imitating real-world textures. Expression: Shadows, gradients, realistic textures.

4. Neumorphism

Concept: Soft UI, extruded plastic look. Expression: Subtle shadows.

5. Glassmorphism

Concept: Frosted glass effect. Expression: Blur, transparency, subtle border.

Generating PNGs

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")

Generating PDFs

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")

Design Process Suggestions

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).

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc