canvas-design

Generate PNG or PDF artwork from design notes via Vertex AI Imagen.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/fanthus/agent-skills --skill canvas-design-fanthus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canvas-design
Source: https://github.com/fanthus/agent-skills/tree/main/canvas-design
Command: npx skills add https://github.com/fanthus/agent-skills --skill canvas-design-fanthus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires vertexai, and includes scripts (resource) components.

What problem does it solve?

Generates high-quality visual artwork from design philosophy notes or WeChat public account content to produce posters, covers, or static visuals, eliminating manual design bottlenecks.

Core Features & Use Cases

  • Visual generation from text: translate design concepts into PNG or PDF visuals for quick prototyping or publication.
  • Poster/cover creation: generate cover art for articles, posts, or campaigns from content inputs.
  • Use Case: a designer provides a design philosophy and a WeChat article excerpt, and the tool outputs a ready-to-use cover image.

Quick Start

Use the canvas-design skill to generate a poster by running the script with your input text: python scripts/generate_cover.py "<输入文本>"

Frequently Asked Questions about canvas-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate poster visuals from WeChat article content?

You can generate poster visuals from WeChat article content by running a local script that passes your text input to the Vertex AI Imagen model, which renders and outputs original cover artwork as a PNG or PDF file.

What is the process for turning design philosophy notes into ready-to-use cover art?

Turning design philosophy notes into ready-to-use cover art involves invoking the Imagen model via Vertex AI through a local script to translate your text prompts into high-quality static visual graphics.

Do I need a Vertex AI environment to generate static visuals from text?

Yes, you need a Vertex AI environment to generate static visuals from text, because the workflow depends on invoking the Imagen model through Vertex AI to render the original graphics from your prompts.

What image formats are supported when generating artwork from text inputs?

The supported image formats when generating artwork from text inputs are PNG and PDF, providing ready-to-use static visual outputs for posters or article covers directly from the script.

Can I use this approach to create cover images for design prototyping?

Yes, you can use this approach to create cover images for design prototyping, as it translates design concepts and text inputs into high-quality visual artwork suitable for quick prototyping or publication.