🦀 ClawHub
AI Prompt Generator
by @ouyangabel
Generate optimized prompts for AI models including ChatGPT, Midjourney, and code generation. Use when: (1) creating AI prompts for writing, coding, design, o...
TERMINAL
clawhub install ai-prompt-gen📖 About This Skill
name: ai-prompt-gen description: "Generate optimized prompts for AI models including ChatGPT, Midjourney, and code generation. Use when: (1) creating AI prompts for writing, coding, design, or research, (2) optimizing prompts for specific AI models, (3) analyzing prompt quality, or (4) any AI prompt engineering needs. Supports multiple categories and AI platforms."
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
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 writingcoding - Code generation and programmingmarketing - Marketing and SEOdesign - Graphic and UI designresearch - Research and analysisanalysis - Data and business analysisStyle Options:
concise - Brief and to the pointcreative - Creative and imaginativetechnical - Technical and detaileddetailed - Comprehensive and thoroughLength Options:
short - Brief outputmedium - Moderate length (default)long - Detailed and comprehensiveExamples:
# Creative writing prompt
python3 scripts/ai-prompt-gen.py general writing "人工智能" creative general longTechnical coding prompt
python3 scripts/ai-prompt-gen.py general coding "排序算法" technical developer mediumMarketing 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 "数据分析师" "分析销售数据" "过去一年的销售数据" "包含趋势分析和预测"