Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

ai-prompt-genai 提示生成

Agent Skill

用于辅助提示词、系统指令、Agent 行为约束和工作流模板的整理。它适合让 Agent 规范任务边界、统一输出格式、拆分操作步骤或优化提示词可复用性。使用时需要保留真实业务约束,不要把示例当硬规则;涉及自动执行、外部工具或高风险操作时,应在提示词中明确确认步骤、权限边界和失败处理方式。

总安装

27,222

周安装

1,123

GitHub Stars

2

下载量

8,894
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install ai-prompt-gen

简介

为 ChatGPT、Midjourney 等模型生成优化提示词。

  • 支持写作、编程、设计等多样化创作任务类型。ai-prompt-gen 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 基于目标与受众自动调整语气、结构与复杂度。
  • 减少试错成本,提升 AI 产出效率与准确性。
  • 建议人工微调后使用,避免模板化导致同质化。

SKILL.md

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

  • 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 <category> <topic> [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 <role> <task> [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 <subject> <style> <mood> [quality]

Generate prompts for Midjourney AI art generation.

Style Options:

  • realistic - Photorealistic style
  • artistic - Artistic and creative
  • cartoon - Cartoon and animated
  • minimalist - Simple and clean
  • vintage - Vintage and retro
  • futuristic - Sci-fi and futuristic

Quality Options:

  • high - High quality (default)
  • medium - Good quality
  • low - Basic quality

Examples:

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

# Artistic portrait
python3 scripts/ai-prompt-gen.py midjourney "人像" "artistic" "优雅" "high"

code <language> <task> [difficulty]

Generate prompts for code generation.

Difficulty Options:

  • beginner - Simple and well-commented
  • intermediate - Moderate complexity (default)
  • advanced - Complex and optimized

Examples:

# Python sorting algorithm
python3 scripts/ai-prompt-gen.py code "Python" "排序算法" "intermediate"

# JavaScript web app
python3 scripts/ai-prompt-gen.py code "JavaScript" "待办事项应用" "beginner"

analyze <prompt>

Analyze the quality of a prompt and provide feedback.

Examples:

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

python3 scripts/ai-prompt-gen.py analyze "你是一个程序员,帮我写代码"

list

List all available prompt templates and categories.

python3 scripts/ai-prompt-gen.py list

Prompt Categories

Writing

  • Creative Writing: Generate original, engaging content
  • Technical Writing: Create professional documentation
  • Business Writing: Produce data-driven reports

Coding

  • Algorithms: Implement efficient algorithms
  • Web Development: Build modern web applications
  • Data Analysis: Process and visualize data

Marketing

  • SEO: Optimize for search engines
  • Social Media: Plan social campaigns
  • Email Marketing: Design email campaigns

Design

  • Logo Design: Create brand identities
  • UI Design: Design user interfaces
  • Brand Design: Develop brand guidelines

Research

  • Market Research: Analyze market trends
  • Technical Research: Evaluate technology solutions
  • Academic Research: Write scholarly reviews

Analysis

  • Financial Analysis: Analyze financial data
  • Business Analysis: Diagnose business problems
  • Data Analysis: Discover data insights

Examples

Content Creation

# Blog post about AI
python3 scripts/ai-prompt-gen.py general writing "人工智能的未来" creative general long

# Technical documentation
python3 scripts/ai-prompt-gen.py general writing "API文档" technical developer medium

AI Art Generation

# Cyberpunk city
python3 scripts/ai-prompt-gen.py midjourney "赛博朋克城市" "futuristic" "霓虹灯" "high"

# Minimalist logo
python3 scripts/ai-prompt-gen.py midjourney "简约logo" "minimalist" "现代" "high"

Code Generation

# Python data analysis
python3 scripts/ai-prompt-gen.py code "Python" "数据分析脚本" "intermediate"

# JavaScript calculator
python3 scripts/ai-prompt-gen.py code "JavaScript" "计算器应用" "beginner"

ChatGPT Optimization

# Role-playing prompt
python3 scripts/ai-prompt-gen.py chatgpt "历史学家" "解释二战历史" "面向中学生" "用简单易懂的语言"

# Expert consultation
python3 scripts/ai-prompt-gen.py chatgpt "财务顾问" "分析投资策略" "高风险承受能力" "包含具体建议"

Tips

  • Use specific, clear language in your prompts
  • Provide context and constraints when relevant
  • Choose appropriate difficulty levels
  • Test different styles for optimal results
  • Use the analyze feature to improve prompts
  • Combine multiple prompt types for complex tasks

Prompt Quality Analysis

The analyze command evaluates prompts based on:

  • Length: Prompts should be sufficiently detailed
  • Requirements: Clear objectives and expectations
  • Context: Background information when needed
  • Constraints: Limitations and specific requirements

Troubleshooting

"Unsupported category" error:

  • Check spelling of category names
  • Use list command to see available categories
  • Ensure category is one of: writing, coding, marketing, design, research, analysis

Generic prompts:

  • Add more specific details to the topic
  • Include audience information
  • Specify desired style and length
  • Use role-playing for ChatGPT prompts

Poor AI results:

  • Use the analyze command to improve prompt quality
  • Add more context and constraints
  • Try different style options
  • Be more specific about requirements

Advanced Usage

Combining Prompts

# Generate a writing prompt, then optimize it
python3 scripts/ai-prompt-gen.py general writing "气候变化" creative general long
python3 scripts/ai-prompt-gen.py analyze "生成的提示词"

Batch Generation

# Generate multiple prompts for comparison
python3 scripts/ai-prompt-gen.py general writing "AI" concise general short
python3 scripts/ai-prompt-gen.py general writing "AI" creative general long

Custom Templates

The script includes built-in templates, but you can modify the code to add your own custom prompt templates for specific use cases.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.01%
按下载量换算7,383

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills