← 返回
内容创作 中文

AI Prompt Generator

Generate optimized prompts for AI models including ChatGPT, Midjourney, and code generation. Use when: (1) creating AI prompts for writing, coding, design, o...
为AI模型生成优化提示词,包括ChatGPT、Midjourney和代码生成。使用场景:(1) 创建用于写作、编程、设计...
ouyangabel
内容创作 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 4
Stars
📥 1,554
下载
💾 64
安装
1
版本
#ai#chatgpt#coding#design#generation#latest#midjourney#prompt#writing

概述

AI Prompt Generator

Generate optimized prompts for various AI models. Create prompts for ChatGPT, Midjourney, code generation, and more with customizable styles and parameters.

When to Use

  • Create prompts for AI writing and content generation
  • Generate prompts for AI art and design
  • Optimize prompts for code generation
  • Analyze and improve existing prompts
  • Build prompt engineering workflows

Quick Start

Generate Writing Prompt

python3 scripts/ai-prompt-gen.py general writing "人工智能" creative general long

Generate ChatGPT Prompt

python3 scripts/ai-prompt-gen.py chatgpt "专业作家" "写一篇关于AI的文章" "背景信息" "字数500字"

Generate Midjourney Prompt

python3 scripts/ai-prompt-gen.py midjourney "未来城市" "futuristic" "科技感" "high"

Analyze Prompt Quality

python3 scripts/ai-prompt-gen.py analyze "写一个关于AI的文章"

Commands

general [style] [audience] [length]

Generate general AI prompts for various categories.

Categories:

  • writing - Content writing and creative writing
  • coding - Code generation and programming
  • marketing - Marketing and SEO
  • design - Graphic and UI design
  • research - Research and analysis
  • analysis - Data and business analysis

Style Options:

  • concise - Brief and to the point
  • creative - Creative and imaginative
  • technical - Technical and detailed
  • detailed - Comprehensive and thorough

Length Options:

  • short - Brief output
  • medium - Moderate length (default)
  • long - Detailed and comprehensive

Examples:

# Creative writing prompt
python3 scripts/ai-prompt-gen.py general writing "人工智能" creative general long

# Technical coding prompt
python3 scripts/ai-prompt-gen.py general coding "排序算法" technical developer medium

# Marketing prompt
python3 scripts/ai-prompt-gen.py general marketing "SEO优化" detailed business short

chatgpt [context] [constraints]

Generate ChatGPT-specific prompts with role-playing.

Examples:

# Basic prompt
python3 scripts/ai-prompt-gen.py chatgpt "专业作家" "写一篇关于AI的文章"

# With context and constraints
python3 scripts/ai-prompt-gen.py chatgpt "数据分析师" "分析销售数据" "过去一年的销售数据" "包含趋势分析和预测"

midjourney