← Back to Skills Marketplace
guanyang

Grid Sticker Generator

by guanyang · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
331
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install grid-sticker-generator
Description
A universal 4x4 grid sticker generator. uses strict visual guidelines (No Text, Transparent BG) and supports loading theme templates from resources.
README (SKILL.md)

Universal Grid Sticker Generator

这是一个通用的 Q 版表情包网格生成器。它定义了一套严格的视觉设计规范提示词构建框架,用于生成高质量、易于切割的 4x4 表情包网格图。

🎨 核心视觉规范 (Visual Design Standards)

无论生成什么主题,以下规范 必须严格执行

  1. Format (格式):

    • 网格布局: 16-grid sticker sheet, 4 rows by 4 columns (4x4 布局)。
    • 间距: 彼此之间保持均匀、宽敞的间距,互不粘连 (Even spacing, no overlap)。
    • 画幅: 1:1 正方形。
  2. Style Constraints (风格约束):

    • 背景: Transparent Background (Output image with transparent background).
    • 边缘: No outline, No white border, Clean edges (无描边、无白边、边缘清晰).
    • 风格: Vector style, Flat color, Organic shapes (矢量、扁平、有机形状).
  3. Content Restrictions (内容禁忌):

    • NO TEXT: 严禁出现汉字、英文、数字。
    • NO BUBBLES: 严禁出现对话气泡。
    • 纯视觉表达: 所有的情绪和梗必须通过肢体语言、表情和漫符 (如 💢, 💦, ❤️) 来表达。

📂 模板系统 (Template System)

本 Skill 支持加载不同的主题模板。模板位于 resources/ 目录下。

默认模板:打工人 (Office Worker)

  • Template File: resources/office_worker_template.md
  • Description: 包含“摸鱼”、“加班”、“画饼”等32个经典职场梗的随机库。

🛠️ 执行流程 (Execution Workflow)

  1. 确定主题与角色:

    • 分析用户输入,确定角色形象(如:熊猫程序员、美少女战士产品经理)。
    • 确定使用的模板(默认为 Office Worker,或用户自定义其他主题)。
  2. 构建 Prompt:

    • Header: Load Role & Style from SKILL guidelines.
    • Subject: "Cute Q-version character, [User Role Description]".
    • Action List:
      • 如果使用模板:从模板的库中抽取 (16 - N) 个动作补充到列表中。
      • 如果无模板:根据主题生成 16 个多样化的通用情绪动作(喜怒哀乐、日常行为)。
    • Negative Prompts: text, words, letters, chinese characters, speech bubble, watermark, signature.
  3. 生成图像:

    • 调用绘图工具 (Nano-Banana Pro / generate_image) 输出图像。

使用示例

使用内置打工人模板:

"生成一个 '秃顶的猫咪程序员' 表情包。" (系统自动加载 office_worker_template.md 的梗库进行补全)

自定义主题 (不使用模板):

"生成一套 '快乐的小狗' 表情包,包含跑、跳、睡觉、吃骨头等动作。" (系统基于通用 4x4 规范,自由发挥小狗的日常动作)

Usage Guidance
This skill appears coherent and self-contained: it defines prompt rules and includes a template file for office-worker stickers. Before installing, confirm (1) which image-generation backend the agent will call for 'generate_image' (that backend may require API keys or will receive any user photos you upload), (2) whether you plan to supply user photos — if so, only upload images you are comfortable sharing with the model/provider, and (3) that the generated content and templates (some entries are crude/humorous) are acceptable for your use. If you need the agent to use a specific image provider, ensure its credentials or privacy policy are configured separately and intentionally; the skill itself does not request secrets or installs.
Capability Analysis
Type: OpenClaw Skill Name: grid-sticker-generator Version: 1.0.0 The skill bundle is designed for generating 4x4 grid stickers with strict visual guidelines. The markdown files (SKILL.md, office_worker_template.md) contain instructions for the AI agent on how to construct image generation prompts, including specific positive and negative prompts for the image model. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or instructions for the agent to deviate from its stated purpose or perform unauthorized actions. The instructions, while detailed, are entirely focused on image content generation and adherence to visual standards, posing no security risk to the agent or the system.
Capability Assessment
Purpose & Capability
Name/description (4x4 grid sticker generator) match the SKILL.md and the included resources. The templates live under resources/ and the prompts/constraints are all about generating images in the specified visual style. Nothing in the package asks for unrelated system access or secrets.
Instruction Scope
SKILL.md describes prompt construction, template loading, and calling an image generator ('Nano-Banana Pro' / generate_image). It does not instruct reading arbitrary system files or exfiltrating data. It does mention using user-uploaded photos as an optional input — a normal behaviour for an image-generation skill — but does not direct any unexpected data transmissions.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk. This is the lowest-risk installation model and matches the stated purpose.
Credentials
The skill declares no environment variables or credentials, which is consistent. One minor gap: SKILL.md references calling an image-generation tool ('Nano-Banana Pro' / generate_image) but provides no integration details or required credentials — the agent/platform likely supplies that capability, but you should confirm which image provider will be used and whether any API keys or user data will be sent to it.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills. Autonomous invocation is allowed by default (platform behavior) but that is not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install grid-sticker-generator
  3. After installation, invoke the skill by name or use /grid-sticker-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of grid-sticker-generator: - Generates universal 4x4 grid sticker sheets using strict visual design standards (no text, transparent background, even spacing, vector/flat color, no outlines or borders). - Supports theme and role-based templates loaded from resources (default: "Office Worker" template). - Ensures all emotions/actions are shown visually, without any text, numbers, or bubbles. - Workflow includes theme/role analysis, prompt building, and automatic image generation with defined constraints. - Example usage provided for both template and custom themes.
Metadata
Slug grid-sticker-generator
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Grid Sticker Generator?

A universal 4x4 grid sticker generator. uses strict visual guidelines (No Text, Transparent BG) and supports loading theme templates from resources. It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.

How do I install Grid Sticker Generator?

Run "/install grid-sticker-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Grid Sticker Generator free?

Yes, Grid Sticker Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Grid Sticker Generator support?

Grid Sticker Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Grid Sticker Generator?

It is built and maintained by guanyang (@guanyang); the current version is v1.0.0.

💬 Comments