Token导航 LogoToken导航TokenDH.com
图像处理需要联网clawhub未标认证来源可访问clear审计通过

image-prompt图片提示

Agent Skill

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

总安装

21,166

周安装

848

GitHub Stars

公开资料未说明

下载量

6,852
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:image-prompt(图片提示)
来源仓库:https://github.com/ckchzh/image-prompt
安装命令:
openclaw skills install image-prompt
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install image-prompt

简介

AI图像提示优化器。生成并增强中途、DALL-E 和稳定扩散的提示。包括即时增强。

SKILL.md

version
2.1.0
name
image-prompt
description
AI image prompt optimizer. Generate and enhance prompts for Midjourney, DALL-E, and Stable Diffusion. Includes prompt enhancement.
author
BytesAgain
homepage
https://bytesagain.com
source
https://github.com/bytesagain/ai-skills

🎨 Image Prompt — AI Art Prompt Generator & Optimizer

Turn a vague idea into a detailed, production-ready image prompt. Built-in word banks for styles, lighting, composition, and quality modifiers — just provide a subject and go.

Commands

generate <subject>

Build a full image prompt from a subject. Randomly picks style, lighting, composition, and quality tags from the internal word bank to create a ready-to-use prompt.

image-prompt generate "a fox in a forest"

style <subject> <style>

Generate a prompt locked to a specific art style. Supported styles:

  • photorealistic — hyperrealistic photography look
  • anime — Japanese animation aesthetic
  • oil-painting — classical oil on canvas
  • watercolor — soft watercolor washes
  • pixel-art — retro pixel graphics
  • 3d-render — Blender/Octane 3D style
  • sketch — pencil/charcoal drawing
image-prompt style "mountain village" watercolor

enhance <prompt>

Take an existing prompt and upgrade it with quality boosters, detail tags, and a matching negative prompt suggestion.

image-prompt enhance "a cat sitting on a windowsill"

negative

Print a curated list of commonly used negative prompt terms, grouped by category (anatomy, quality, style, artifacts).

image-prompt negative

template <type>

Get a fill-in-the-blank prompt template for a specific genre. Available types:

  • portrait — character/person focus
  • landscape — scenery and environments
  • product — commercial product shots
  • food — food photography
  • architecture — buildings and interiors
  • fantasy — fantasy/sci-fi illustration
image-prompt template portrait

random

Roll the dice — generates a completely random creative prompt by combining random subjects, styles, lighting, and composition from the word bank.

image-prompt random

translate <chinese_description>

Convert a Chinese-language description into an English image prompt with appropriate tags.

image-prompt translate "一只猫坐在樱花树下"

save <name> <prompt>

Save a prompt to your local library for later reuse.

image-prompt save hero-shot "a knight standing on a cliff, dramatic lighting, cinematic, 8k"

list

Show all prompts saved in your local library.

image-prompt list

search <keyword>

Search your saved prompts by keyword.

image-prompt search knight

help

Show the help message with all available commands.

version

Print the current version number.

Examples

Basic generation:

$ image-prompt generate "an astronaut"
🎨 Prompt:
an astronaut, digital painting style, volumetric lighting, rule of thirds composition,
intricate details, sharp focus, 8k resolution, trending on artstation

📛 Negative:
blurry, low quality, deformed, watermark, text, signature

Styled output:

$ image-prompt style "cherry blossom garden" anime
🎨 Prompt:
cherry blossom garden, anime style, cel shading, vibrant colors, soft ambient lighting,
wide angle composition, detailed background, studio ghibli inspired, high quality anime art

📛 Negative:
photorealistic, 3d render, blurry, low quality, deformed

Enhancing an existing prompt:

$ image-prompt enhance "a dragon flying over a castle"
🎨 Enhanced Prompt:
a dragon flying over a castle, epic scale, dramatic rim lighting, aerial perspective,
intricate scales and details, sharp focus, 8k resolution, cinematic color grading,
volumetric clouds, masterpiece quality, trending on artstation

📛 Suggested Negative:
blurry, low quality, deformed, watermark, text, bad anatomy, disfigured

Random prompt:

$ image-prompt random
🎨 Random Prompt:
a mechanical owl perched on ancient ruins, steampunk style, golden hour lighting,
centered composition, intricate gears and clockwork, highly detailed, 4k wallpaper,
concept art

📛 Negative:
blurry, low quality, deformed, watermark, text, signature

Configuration

VariableDefaultDescription
IMAGE_PROMPT_DIR$HOME/.image-promptBase directory for saved prompts and history

The data directory is created automatically on first run.

Data Storage

All data is kept under $HOME/.image-prompt/ (or the path set via IMAGE_PROMPT_DIR):

~/.image-prompt/
├── prompts.txt      # saved prompts (one per line: name|prompt)
└── history.log      # command usage log

Prompts are stored as plain text — easy to back up, grep, or move between machines.

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.99%
按下载量换算5,961

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills