{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-prompt-gen",
    "name": "AI Prompt Generator",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ouyangAbel/ai-prompt-gen",
    "canonicalUrl": "https://clawhub.ai/ouyangAbel/ai-prompt-gen",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-prompt-gen",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-prompt-gen",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/ai-prompt-gen.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-prompt-gen"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/ai-prompt-gen",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-prompt-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-prompt-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-prompt-gen/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "AI Prompt Generator",
        "body": "Generate optimized prompts for various AI models. Create prompts for ChatGPT, Midjourney, code generation, and more with customizable styles and parameters."
      },
      {
        "title": "When to Use",
        "body": "Create prompts for AI writing and content generation\nGenerate prompts for AI art and design\nOptimize prompts for code generation\nAnalyze and improve existing prompts\nBuild prompt engineering workflows"
      },
      {
        "title": "Generate Writing Prompt",
        "body": "python3 scripts/ai-prompt-gen.py general writing \"人工智能\" creative general long"
      },
      {
        "title": "Generate ChatGPT Prompt",
        "body": "python3 scripts/ai-prompt-gen.py chatgpt \"专业作家\" \"写一篇关于AI的文章\" \"背景信息\" \"字数500字\""
      },
      {
        "title": "Generate Midjourney Prompt",
        "body": "python3 scripts/ai-prompt-gen.py midjourney \"未来城市\" \"futuristic\" \"科技感\" \"high\""
      },
      {
        "title": "Analyze Prompt Quality",
        "body": "python3 scripts/ai-prompt-gen.py analyze \"写一个关于AI的文章\""
      },
      {
        "title": "general <category> <topic> [style] [audience] [length]",
        "body": "Generate general AI prompts for various categories.\n\nCategories:\n\nwriting - Content writing and creative writing\ncoding - Code generation and programming\nmarketing - Marketing and SEO\ndesign - Graphic and UI design\nresearch - Research and analysis\nanalysis - Data and business analysis\n\nStyle Options:\n\nconcise - Brief and to the point\ncreative - Creative and imaginative\ntechnical - Technical and detailed\ndetailed - Comprehensive and thorough\n\nLength Options:\n\nshort - Brief output\nmedium - Moderate length (default)\nlong - Detailed and comprehensive\n\nExamples:\n\n# Creative writing prompt\npython3 scripts/ai-prompt-gen.py general writing \"人工智能\" creative general long\n\n# Technical coding prompt\npython3 scripts/ai-prompt-gen.py general coding \"排序算法\" technical developer medium\n\n# Marketing prompt\npython3 scripts/ai-prompt-gen.py general marketing \"SEO优化\" detailed business short"
      },
      {
        "title": "chatgpt <role> <task> [context] [constraints]",
        "body": "Generate ChatGPT-specific prompts with role-playing.\n\nExamples:\n\n# Basic prompt\npython3 scripts/ai-prompt-gen.py chatgpt \"专业作家\" \"写一篇关于AI的文章\"\n\n# With context and constraints\npython3 scripts/ai-prompt-gen.py chatgpt \"数据分析师\" \"分析销售数据\" \"过去一年的销售数据\" \"包含趋势分析和预测\""
      },
      {
        "title": "midjourney <subject> <style> <mood> [quality]",
        "body": "Generate prompts for Midjourney AI art generation.\n\nStyle Options:\n\nrealistic - Photorealistic style\nartistic - Artistic and creative\ncartoon - Cartoon and animated\nminimalist - Simple and clean\nvintage - Vintage and retro\nfuturistic - Sci-fi and futuristic\n\nQuality Options:\n\nhigh - High quality (default)\nmedium - Good quality\nlow - Basic quality\n\nExamples:\n\n# Futuristic city\npython3 scripts/ai-prompt-gen.py midjourney \"未来城市\" \"futuristic\" \"科技感\" \"high\"\n\n# Artistic portrait\npython3 scripts/ai-prompt-gen.py midjourney \"人像\" \"artistic\" \"优雅\" \"high\""
      },
      {
        "title": "code <language> <task> [difficulty]",
        "body": "Generate prompts for code generation.\n\nDifficulty Options:\n\nbeginner - Simple and well-commented\nintermediate - Moderate complexity (default)\nadvanced - Complex and optimized\n\nExamples:\n\n# Python sorting algorithm\npython3 scripts/ai-prompt-gen.py code \"Python\" \"排序算法\" \"intermediate\"\n\n# JavaScript web app\npython3 scripts/ai-prompt-gen.py code \"JavaScript\" \"待办事项应用\" \"beginner\""
      },
      {
        "title": "analyze <prompt>",
        "body": "Analyze the quality of a prompt and provide feedback.\n\nExamples:\n\npython3 scripts/ai-prompt-gen.py analyze \"写一个关于AI的文章\"\n\npython3 scripts/ai-prompt-gen.py analyze \"你是一个程序员，帮我写代码\""
      },
      {
        "title": "list",
        "body": "List all available prompt templates and categories.\n\npython3 scripts/ai-prompt-gen.py list"
      },
      {
        "title": "Writing",
        "body": "Creative Writing: Generate original, engaging content\nTechnical Writing: Create professional documentation\nBusiness Writing: Produce data-driven reports"
      },
      {
        "title": "Coding",
        "body": "Algorithms: Implement efficient algorithms\nWeb Development: Build modern web applications\nData Analysis: Process and visualize data"
      },
      {
        "title": "Marketing",
        "body": "SEO: Optimize for search engines\nSocial Media: Plan social campaigns\nEmail Marketing: Design email campaigns"
      },
      {
        "title": "Design",
        "body": "Logo Design: Create brand identities\nUI Design: Design user interfaces\nBrand Design: Develop brand guidelines"
      },
      {
        "title": "Research",
        "body": "Market Research: Analyze market trends\nTechnical Research: Evaluate technology solutions\nAcademic Research: Write scholarly reviews"
      },
      {
        "title": "Analysis",
        "body": "Financial Analysis: Analyze financial data\nBusiness Analysis: Diagnose business problems\nData Analysis: Discover data insights"
      },
      {
        "title": "Content Creation",
        "body": "# Blog post about AI\npython3 scripts/ai-prompt-gen.py general writing \"人工智能的未来\" creative general long\n\n# Technical documentation\npython3 scripts/ai-prompt-gen.py general writing \"API文档\" technical developer medium"
      },
      {
        "title": "AI Art Generation",
        "body": "# Cyberpunk city\npython3 scripts/ai-prompt-gen.py midjourney \"赛博朋克城市\" \"futuristic\" \"霓虹灯\" \"high\"\n\n# Minimalist logo\npython3 scripts/ai-prompt-gen.py midjourney \"简约logo\" \"minimalist\" \"现代\" \"high\""
      },
      {
        "title": "Code Generation",
        "body": "# Python data analysis\npython3 scripts/ai-prompt-gen.py code \"Python\" \"数据分析脚本\" \"intermediate\"\n\n# JavaScript calculator\npython3 scripts/ai-prompt-gen.py code \"JavaScript\" \"计算器应用\" \"beginner\""
      },
      {
        "title": "ChatGPT Optimization",
        "body": "# Role-playing prompt\npython3 scripts/ai-prompt-gen.py chatgpt \"历史学家\" \"解释二战历史\" \"面向中学生\" \"用简单易懂的语言\"\n\n# Expert consultation\npython3 scripts/ai-prompt-gen.py chatgpt \"财务顾问\" \"分析投资策略\" \"高风险承受能力\" \"包含具体建议\""
      },
      {
        "title": "Tips",
        "body": "Use specific, clear language in your prompts\nProvide context and constraints when relevant\nChoose appropriate difficulty levels\nTest different styles for optimal results\nUse the analyze feature to improve prompts\nCombine multiple prompt types for complex tasks"
      },
      {
        "title": "Prompt Quality Analysis",
        "body": "The analyze command evaluates prompts based on:\n\nLength: Prompts should be sufficiently detailed\nRequirements: Clear objectives and expectations\nContext: Background information when needed\nConstraints: Limitations and specific requirements"
      },
      {
        "title": "Troubleshooting",
        "body": "\"Unsupported category\" error:\n\nCheck spelling of category names\nUse list command to see available categories\nEnsure category is one of: writing, coding, marketing, design, research, analysis\n\nGeneric prompts:\n\nAdd more specific details to the topic\nInclude audience information\nSpecify desired style and length\nUse role-playing for ChatGPT prompts\n\nPoor AI results:\n\nUse the analyze command to improve prompt quality\nAdd more context and constraints\nTry different style options\nBe more specific about requirements"
      },
      {
        "title": "Combining Prompts",
        "body": "# Generate a writing prompt, then optimize it\npython3 scripts/ai-prompt-gen.py general writing \"气候变化\" creative general long\npython3 scripts/ai-prompt-gen.py analyze \"生成的提示词\""
      },
      {
        "title": "Batch Generation",
        "body": "# Generate multiple prompts for comparison\npython3 scripts/ai-prompt-gen.py general writing \"AI\" concise general short\npython3 scripts/ai-prompt-gen.py general writing \"AI\" creative general long"
      },
      {
        "title": "Custom Templates",
        "body": "The script includes built-in templates, but you can modify the code to add your own custom prompt templates for specific use cases."
      }
    ],
    "body": "AI Prompt Generator\n\nGenerate optimized prompts for various AI models. Create prompts for ChatGPT, Midjourney, code generation, and more with customizable styles and parameters.\n\nWhen to Use\nCreate prompts for AI writing and content generation\nGenerate prompts for AI art and design\nOptimize prompts for code generation\nAnalyze and improve existing prompts\nBuild prompt engineering workflows\nQuick Start\nGenerate Writing Prompt\npython3 scripts/ai-prompt-gen.py general writing \"人工智能\" creative general long\n\nGenerate ChatGPT Prompt\npython3 scripts/ai-prompt-gen.py chatgpt \"专业作家\" \"写一篇关于AI的文章\" \"背景信息\" \"字数500字\"\n\nGenerate Midjourney Prompt\npython3 scripts/ai-prompt-gen.py midjourney \"未来城市\" \"futuristic\" \"科技感\" \"high\"\n\nAnalyze Prompt Quality\npython3 scripts/ai-prompt-gen.py analyze \"写一个关于AI的文章\"\n\nCommands\ngeneral <category> <topic> [style] [audience] [length]\n\nGenerate general AI prompts for various categories.\n\nCategories:\n\nwriting - Content writing and creative writing\ncoding - Code generation and programming\nmarketing - Marketing and SEO\ndesign - Graphic and UI design\nresearch - Research and analysis\nanalysis - Data and business analysis\n\nStyle Options:\n\nconcise - Brief and to the point\ncreative - Creative and imaginative\ntechnical - Technical and detailed\ndetailed - Comprehensive and thorough\n\nLength Options:\n\nshort - Brief output\nmedium - Moderate length (default)\nlong - Detailed and comprehensive\n\nExamples:\n\n# Creative writing prompt\npython3 scripts/ai-prompt-gen.py general writing \"人工智能\" creative general long\n\n# Technical coding prompt\npython3 scripts/ai-prompt-gen.py general coding \"排序算法\" technical developer medium\n\n# Marketing prompt\npython3 scripts/ai-prompt-gen.py general marketing \"SEO优化\" detailed business short\n\nchatgpt <role> <task> [context] [constraints]\n\nGenerate ChatGPT-specific prompts with role-playing.\n\nExamples:\n\n# Basic prompt\npython3 scripts/ai-prompt-gen.py chatgpt \"专业作家\" \"写一篇关于AI的文章\"\n\n# With context and constraints\npython3 scripts/ai-prompt-gen.py chatgpt \"数据分析师\" \"分析销售数据\" \"过去一年的销售数据\" \"包含趋势分析和预测\"\n\nmidjourney <subject> <style> <mood> [quality]\n\nGenerate prompts for Midjourney AI art generation.\n\nStyle Options:\n\nrealistic - Photorealistic style\nartistic - Artistic and creative\ncartoon - Cartoon and animated\nminimalist - Simple and clean\nvintage - Vintage and retro\nfuturistic - Sci-fi and futuristic\n\nQuality Options:\n\nhigh - High quality (default)\nmedium - Good quality\nlow - Basic quality\n\nExamples:\n\n# Futuristic city\npython3 scripts/ai-prompt-gen.py midjourney \"未来城市\" \"futuristic\" \"科技感\" \"high\"\n\n# Artistic portrait\npython3 scripts/ai-prompt-gen.py midjourney \"人像\" \"artistic\" \"优雅\" \"high\"\n\ncode <language> <task> [difficulty]\n\nGenerate prompts for code generation.\n\nDifficulty Options:\n\nbeginner - Simple and well-commented\nintermediate - Moderate complexity (default)\nadvanced - Complex and optimized\n\nExamples:\n\n# Python sorting algorithm\npython3 scripts/ai-prompt-gen.py code \"Python\" \"排序算法\" \"intermediate\"\n\n# JavaScript web app\npython3 scripts/ai-prompt-gen.py code \"JavaScript\" \"待办事项应用\" \"beginner\"\n\nanalyze <prompt>\n\nAnalyze the quality of a prompt and provide feedback.\n\nExamples:\n\npython3 scripts/ai-prompt-gen.py analyze \"写一个关于AI的文章\"\n\npython3 scripts/ai-prompt-gen.py analyze \"你是一个程序员，帮我写代码\"\n\nlist\n\nList all available prompt templates and categories.\n\npython3 scripts/ai-prompt-gen.py list\n\nPrompt Categories\nWriting\nCreative Writing: Generate original, engaging content\nTechnical Writing: Create professional documentation\nBusiness Writing: Produce data-driven reports\nCoding\nAlgorithms: Implement efficient algorithms\nWeb Development: Build modern web applications\nData Analysis: Process and visualize data\nMarketing\nSEO: Optimize for search engines\nSocial Media: Plan social campaigns\nEmail Marketing: Design email campaigns\nDesign\nLogo Design: Create brand identities\nUI Design: Design user interfaces\nBrand Design: Develop brand guidelines\nResearch\nMarket Research: Analyze market trends\nTechnical Research: Evaluate technology solutions\nAcademic Research: Write scholarly reviews\nAnalysis\nFinancial Analysis: Analyze financial data\nBusiness Analysis: Diagnose business problems\nData Analysis: Discover data insights\nExamples\nContent Creation\n# Blog post about AI\npython3 scripts/ai-prompt-gen.py general writing \"人工智能的未来\" creative general long\n\n# Technical documentation\npython3 scripts/ai-prompt-gen.py general writing \"API文档\" technical developer medium\n\nAI Art Generation\n# Cyberpunk city\npython3 scripts/ai-prompt-gen.py midjourney \"赛博朋克城市\" \"futuristic\" \"霓虹灯\" \"high\"\n\n# Minimalist logo\npython3 scripts/ai-prompt-gen.py midjourney \"简约logo\" \"minimalist\" \"现代\" \"high\"\n\nCode Generation\n# Python data analysis\npython3 scripts/ai-prompt-gen.py code \"Python\" \"数据分析脚本\" \"intermediate\"\n\n# JavaScript calculator\npython3 scripts/ai-prompt-gen.py code \"JavaScript\" \"计算器应用\" \"beginner\"\n\nChatGPT Optimization\n# Role-playing prompt\npython3 scripts/ai-prompt-gen.py chatgpt \"历史学家\" \"解释二战历史\" \"面向中学生\" \"用简单易懂的语言\"\n\n# Expert consultation\npython3 scripts/ai-prompt-gen.py chatgpt \"财务顾问\" \"分析投资策略\" \"高风险承受能力\" \"包含具体建议\"\n\nTips\nUse specific, clear language in your prompts\nProvide context and constraints when relevant\nChoose appropriate difficulty levels\nTest different styles for optimal results\nUse the analyze feature to improve prompts\nCombine multiple prompt types for complex tasks\nPrompt Quality Analysis\n\nThe analyze command evaluates prompts based on:\n\nLength: Prompts should be sufficiently detailed\nRequirements: Clear objectives and expectations\nContext: Background information when needed\nConstraints: Limitations and specific requirements\nTroubleshooting\n\n\"Unsupported category\" error:\n\nCheck spelling of category names\nUse list command to see available categories\nEnsure category is one of: writing, coding, marketing, design, research, analysis\n\nGeneric prompts:\n\nAdd more specific details to the topic\nInclude audience information\nSpecify desired style and length\nUse role-playing for ChatGPT prompts\n\nPoor AI results:\n\nUse the analyze command to improve prompt quality\nAdd more context and constraints\nTry different style options\nBe more specific about requirements\nAdvanced Usage\nCombining Prompts\n# Generate a writing prompt, then optimize it\npython3 scripts/ai-prompt-gen.py general writing \"气候变化\" creative general long\npython3 scripts/ai-prompt-gen.py analyze \"生成的提示词\"\n\nBatch Generation\n# Generate multiple prompts for comparison\npython3 scripts/ai-prompt-gen.py general writing \"AI\" concise general short\npython3 scripts/ai-prompt-gen.py general writing \"AI\" creative general long\n\nCustom Templates\n\nThe script includes built-in templates, but you can modify the code to add your own custom prompt templates for specific use cases."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ouyangAbel/ai-prompt-gen",
    "publisherUrl": "https://clawhub.ai/ouyangAbel/ai-prompt-gen",
    "owner": "ouyangAbel",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-prompt-gen",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-prompt-gen",
    "agentUrl": "https://openagent3.xyz/skills/ai-prompt-gen/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-prompt-gen/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-prompt-gen/agent.md"
  }
}