Token导航 LogoToken导航TokenDH.com
图像处理external-servicegithub未标认证来源可访问clear审计未展示

generate-image生成图像

Agent Skill

用于辅助图像生成、图片编辑、视觉素材处理或图像模型工作流。它适合让 Agent 根据文本生成图片、处理背景、整理视觉提示词或调用相关图像工具。使用时需要确认输入图片、版权来源、输出格式和模型限制;涉及人物、品牌、商品或公开展示素材时,应额外核对授权、真实性和内容合规边界。

总安装

186

周安装

8

GitHub Stars

公开资料未说明

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

AgentSkills.tonpx skills
npx skills add hopeoverture/worldbuilding-system --skill "generate-image"

简介

generate-image 用于辅助图像生成、编辑及视觉素材处理工作流。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中调用文本生成图片或处理背景提示词。
  • 通过 npx skills add 命令从 GitHub 安装,需结合项目需求确认模型限制与输出格式。
  • 涉及人物、品牌或公开展示内容时,应额外核对授权与真实性要求。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Generate Image

Generate an image for: $ARGUMENTS

Instructions

You are generating an AI image for an existing worldbuilding entity.

Step 1: Locate the Entity

Find the entity file based on the user's input:

  1. If given a full path: Use that path directly
  2. If given just a name: Search in Worlds/ for matching entity files
  3. If ambiguous: Ask the user to clarify which entity they mean

Read the entity file to extract the image prompt.

Step 2: Extract the Image Prompt

Look in the ## Image Prompts section of the entity file.

Entity templates have different prompt subsections. Common patterns:

  • Characters: ### Portrait (Bust) and ### Full Body
  • Settlements: ### Exterior View and ### Interior View
  • Items: ### Display View and ### In Use
  • Creatures: ### Natural Habitat and ### Combat Pose
  • Geography: ### Landscape View and ### Aerial View

Find the Prompt: field under one of these subsections. This is the filled prompt to use.

Prompt Selection Priority:

  1. If user specifies which prompt (e.g., "portrait", "full body", "exterior"), use that one
  2. If the entity has a Portrait/Bust prompt filled, prefer that
  3. Otherwise use the first filled prompt found

If no prompts are filled (only templates exist), inform the user that the entity needs its image prompts filled first.

Step 3: Prepare for Generation

Determine the filename:

  • Use the entity name as the base filename
  • Add .png extension
  • Save in the same directory as the entity file

Example: Worlds/Eldoria/Characters/Aldric the Bold.md -> Worlds/Eldoria/Characters/Aldric the Bold.png

Image Parameters for gpt-image-1.5:

  • Size: 1024x1024 (square, best for portraits and general use)

- Or 1024x1536 (portrait orientation) for full-body characters - Or 1536x1024 (landscape) for geography/settlements

  • Quality: high (best detail for fantasy art)
  • Format: png (best quality, supports transparency)

Step 5: Update the Entity File

After successfully generating and saving the image:

  1. Add image: field to frontmatter (if not present): image: "[[Entity Name.png]]"
  2. Insert image embed after frontmatter: Add ![[Entity Name.png]] on a new line immediately after the closing --- of the frontmatter, before the # Title.

Example result:

---
tags: [character, protagonist]
name: "Aldric the Bold"
image: "[[Aldric the Bold.png]]"
status: complete
---
![[Aldric the Bold.png]]

# Aldric the Bold
...

Step 6: Confirm Success

Report to the user:

  1. Path where the image was saved
  2. Which prompt was used (e.g., "Portrait" or "Full Body")
  3. Confirmation that the entity file was updated
  4. Suggest opening the file in Obsidian to see the embedded image

Optional: Generate Prompt from Entity

If the image prompt section is empty but the user wants an image, offer to generate a prompt based on the entity's content:

  1. Read the entity's description, appearance, and other sections
  2. Craft an appropriate prompt following the template format
  3. Fill in the prompt section
  4. Then proceed with image generation

Image Type Selection

Ask the user which image type they want if the entity has multiple prompt options:

For Characters:

  • Portrait (bust, chest-up) - good for character sheets, NPC cards
  • Full Body - good for reference sheets, action poses

For Settlements:

  • Exterior View - the building/settlement from outside
  • Interior View - inside a key room or area

For Geography:

  • Landscape View - ground-level scenic view
  • Aerial View - bird's eye or map-like perspective

For Items:

  • Display View - clean showcase of the item
  • In Use - the item being wielded/used

Size Options:

OrientationSizeUse For
Square1:1Portraits, items, icons
Portrait2:3Full-body characters
Landscape3:2Geography, settlements, battles

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

mcpjam

27.69%
按下载量换算18

Claude Code

25.43%
按下载量换算17

windsurf

19%
按下载量换算12

zencoder

14.18%
按下载量换算9

crush

8.55%
按下载量换算6

cline

3.39%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills