Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

create-stickercreate sticker 搜索

Agent Skill

create-sticker 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

599

周安装

24

GitHub Stars

57

下载量

194
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:create-sticker(create sticker 搜索)
来源仓库:https://github.com/stvlynn/skills
仓库路径:skills/create-sticker
安装命令:
npx skills add https://github.com/stvlynn/skills --skill create-sticker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/stvlynn/skills --skill create-sticker

简介

create-sticker 用于生成 LINE 风格透明背景贴纸图片,支持角色一致性设计与背景去除。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境,适合聊天应用表情包制作。
  • 自动移除灰色背景并居中缩放内容,输出透明 PNG 供消息平台直接使用。
  • 安装前请确认权限范围、维护状态及是否会触发图像生成与文件下载操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Create Sticker Skill

Overview

Generate LINE-style character stickers. Each sticker has a creative, unique pose with consistent character appearance. Generates on light gray background, then auto-removes background to produce transparent PNG ready for messaging platforms.

Workflow

  1. Generate — Call Google Gemini with character reference + sticker prompt
  2. Save raw — Save image with gray background
  3. Remove background — Flood fill gray to transparent (preserves white border + clothing)
  4. Center & fill — Center content and scale up until edges touch canvas boundary
  5. Send — Send to user for review

API Configuration

  • SDK: google-genai (Google Gemini native SDK)
  • Model: gemini-3-pro-image-preview (default, configurable via --model)
  • Authentication: GEMINI_API_KEY environment variable
  • Reference Image: assets/example-character.jpeg

Environment Setup

export GEMINI_API_KEY="your-api-key-here"

Get your API key at: https://aistudio.google.com/apikey

Usage

python3 scripts/create_sticker.py "pose and expression description"
python3 scripts/create_sticker.py --ideas
python3 scripts/create_sticker.py "pose" --no-remove-bg
python3 scripts/create_sticker.py "pose" --model gemini-3.1-flash-image-preview
python3 scripts/create_sticker.py "pose" --aspect 1:1 --size 2K

File Storage & Naming

Working Files

  • Raw (gray bg): $STICKER_OUTPUT_DIR/raw/{name}.png (default: ~/stickers/raw/)
  • Final (transparent): $STICKER_OUTPUT_DIR/{name}.png (default: ~/stickers/)
  • Naming: lowercase English, underscores, max 60 chars

Gallery (approved)

  • Location: ~/Pictures/lynn-stickers/

Telegram Sticker Pack

  • Pack dir: ~/Pictures/lynn-stickers/lynn_stickers_by_lynn_ai_bot/
  • Push: cd ~/Pictures/lynn-stickers/lynn_stickers_by_lynn_ai_bot && tsticker push

Character Setup

⚠️ 以下角色设定为示例。 这是一个示例,需要向用户获取真实角色设定提示词后填入此 SKILL.md 以持久化。实际使用时请替换为你自己的角色设定。

Example Character Base Prompt

Chibi sticker of the character in the reference image.
Keep the shading and rendering style of the reference (NOT flat coloring), but in chibi proportions (large head, small body, 2.5 head ratio).
MUST include the character's dark beret (exactly as shown in reference image) AND round thin gold-framed glasses. These two accessories are essential.
Upper body framing. Thin delicate outlines.
Solid flat light gray background RGB(240,240,240). No extra decorations, no border.

Example Reference Image

⚠️ assets/example-character.jpeg 是示例资产。请替换为你自己的角色参考图。

Prompt DOs and DON'Ts

✅ DO

  • Keep action prompts short and focused on pose + expression + energy
  • Describe specific facial expressions (half-lidded eyes, puffed cheeks, squinting)
  • Use dynamic verbs (tilting, peeking, squeezing, leaning)
  • Let the reference image drive character appearance — don't over-describe features
  • Mention key accessories explicitly if the model tends to forget them

❌ DON'T

  • Don't write long paragraphs describing every color and accessory — model has the reference image
  • Don't use flat/cel-shaded style — keep the OC's shading and rendering quality
  • Don't request full body — upper body framing only
  • Don't use thick/bold outline style — thin delicate lines only

Background Removal

  • Flood fill from edges — only removes gray, preserves white (model's outline + clothing)
  • Does NOT use AI-based removal (rembg over-removes white areas)
  • After removal: add white outline, center content and scale up to fill canvas edge-to-edge

Post-Processing Pipeline

Raw image (gray bg)
  → Flood fill gray to transparent
  → Add 12px white outline
  → Find content bounding box
  → Center & scale up to fill canvas (4px margin)
  → Save final PNG

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.09%
按下载量换算70

Claude

29.21%
按下载量换算57

Cursor

19.06%
按下载量换算37

Gemini CLI

10.88%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills