← 返回 Skills 市场
guanyang

Grid Sticker Generator

作者 guanyang · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
331
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install grid-sticker-generator
功能描述
A universal 4x4 grid sticker generator. uses strict visual guidelines (No Text, Transparent BG) and supports loading theme templates from resources.
使用说明 (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 规范,自由发挥小狗的日常动作)

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install grid-sticker-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /grid-sticker-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug grid-sticker-generator
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Grid Sticker Generator 是什么?

A universal 4x4 grid sticker generator. uses strict visual guidelines (No Text, Transparent BG) and supports loading theme templates from resources. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。

如何安装 Grid Sticker Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install grid-sticker-generator」即可一键安装,无需额外配置。

Grid Sticker Generator 是免费的吗?

是的,Grid Sticker Generator 完全免费(开源免费),可自由下载、安装和使用。

Grid Sticker Generator 支持哪些平台?

Grid Sticker Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Grid Sticker Generator?

由 guanyang(@guanyang)开发并维护,当前版本 v1.0.0。

💬 留言讨论