Prompt Generator

AI prompt generator for image and text. AI绘画提示词、AI画图、Midjourney提示词、MJ提示词、Stable Diffusion提示词、SD提示词、DALL-E提示词、AI绘图、AI生图、AI画画、文生图提示词、text-to-image prompt、写作提示词.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 338 · 4 current installs · 4 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (prompt generation for image/text) matches the included scripts and examples. No unrelated binaries, credentials, or external services are required.
Instruction Scope
SKILL.md instructs the agent to run the bundled scripts (prompt.sh / script.sh) to produce prompts and templates. The instructions and templates remain within the stated purpose (including system-prompt templates and prompt-improvement flows). There are no steps that read arbitrary system files or exfiltrate data.
Install Mechanism
No install spec; this is an instruction-only skill with included scripts. Nothing is downloaded or written to unexpected system locations by an installer.
Credentials
The skill declares no required environment variables or credentials. The scripts optionally respect PROMPT_GENERATOR_DIR/XDG_DATA_HOME/HOME for storing data—this is appropriate for a local tool.
Persistence & Privilege
The tool creates a data directory (default: $XDG_DATA_HOME or $HOME/.local/share/prompt-generator) and writes a history.log and entries.jsonl. Persisting user prompt history is expected for this purpose but users should be aware of the files it creates.
Scan Findings in Context
[system-prompt-override] expected: The skill provides system-prompt templates (cmd_system and examples). The scanner flagged 'system-prompt-override' pattern, but here it's a template generator feature rather than an attempt to override the platform's system prompt or exfiltrate data.
Assessment
This skill appears to do what it says: generate and improve prompts locally. Before installing or running it: (1) inspect the two scripts if you want to be extra cautious — they are plain shell + embedded Python and contain no network calls; (2) be aware it will create a data folder (default: ~/.local/share/prompt-generator) and write a history log and entries.jsonl there; (3) avoid pasting secrets or sensitive data into prompts (prompt logs are stored locally); and (4) if you do not want any persistence, set PROMPT_GENERATOR_DIR to a location you control or delete the data directory after use.

Like a lobster shell, security has layers — review code before you run it.

Current versionv2.0.0
Download zip
chinesevk970n8ackwyj6ar9enwds54q2n82n589latestvk97612wxg6pjnwmtfswd146kf5832xw2productivityvk970n8ackwyj6ar9enwds54q2n82n589

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Prompt Generator

AI绘画/写作提示词生成器。基于模板+随机组合,纯本地运行。

为什么用这个 Skill? / Why This Skill?

  • 平台专属格式:Midjourney带--ar --v参数,SD带quality tags + negative prompt,不是通用提示词
  • 中翻英:中文描述自动翻译成专业英文提示词,包含风格、光影、质量词
  • 负面提示词:自动生成negative prompt,避免常见出图问题
  • Compared to asking AI directly: platform-specific formatting (MJ params, SD quality tags, negative prompts), built-in style presets, and batch variation generation

Commands

All commands via scripts/prompt.sh:

# 通用AI绘画提示词(英文,含正面+负面提示词)
prompt.sh image "主题" [--style realistic|anime|oil|watercolor|3d|pixel|cyberpunk|fantasy]

# Midjourney专用(含 --ar --v 参数)
prompt.sh midjourney "主题"

# Stable Diffusion专用(含quality tags + negative prompt)
prompt.sh sd "主题"

# 写作提示词
prompt.sh writing "主题" [--tone formal|casual|creative|academic]

# 中文翻译成英文提示词
prompt.sh translate "中文描述"

# 增强/优化已有提示词
prompt.sh enhance "基础提示词"

# 批量生成变体
prompt.sh batch "主题" --count 5

# 风格词库(赛博朋克/国风/油画/水彩/动漫/奇幻/科幻/极简/恐怖)
prompt.sh style "cyberpunk"

# 负面提示词大全
prompt.sh negative

# 完整工作流(构思→参数→出图→后处理)
prompt.sh workflow "portrait"

# 提示词升级(简单→专业,4级递进)
prompt.sh upscale "a cat in rain"

# 帮助
prompt.sh help

Usage Notes

  • 绘画提示词输出均为英文(AI绘画标准)
  • 自动包含quality boosters和negative prompt
  • Midjourney格式: /imagine prompt: ... --ar 16:9 --v 6
  • SD格式: 正面提示词 + Negative prompt 分开显示
  • 支持中文主题输入,自动处理

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Files

5 total
Select a file
Select a file to preview.

Comments

Loading comments…