👤 3,343 total uses◯ Free: 5 uses/day • Resets in 9h 53m
内容写作 & SEO

AI提示生成器

为ChatGPT、Claude和其他AI工具创建有效、结构良好的提示。包括角色设定、上下文框架和输出格式规范。

了解更多

AI Prompt Generator 逆向解析是什么让提示词对每个主流 AI 模型都行之有效。描述你的任务和期望输出,即可获得一条久经实战检验的提示词,包含角色设定、约束、格式指令和少样本示例——并针对你所瞄准的特定模型进行调优。别再得到平庸的 AI 输出;开始像提示词工程师一样撰写提示词。

0 / 3000

✓ 免费使用——无需注册,无需信用卡。

开发者

Chain-of-thought prompt for code review

Developers who want a reusable, rigorous prompt that turns an LLM into a structured security reviewer with actionable fixes.

查看输入和输出预览

输入

Task Description
Create a prompt that makes the model review a Python function for security vulnerabilities (SQL injection, unsafe deserialization, secrets in code), explain each finding with severity, and suggest a fix with corrected code.
Ai Model
claude
Prompt Style
chain-of-thought
Output Format
code
Complexity
advanced

输出(节选)

You are a senior application-security engineer. Review the Python function below. Think step by step: (1) trace untrusted inputs, (2) check for SQL injection, unsafe deserialization, and hardcoded secrets, (3) rank each finding by severity (Critical/High/Medium/Low). For every issue, output: location, why it's exploitable, and a corrected code block. If no issues exist in a category, state so explicitly. Format your final answer as Markdown with a findings table followed by the fixed function.
营销人员

Few-shot prompt for product descriptions

Marketers who need consistent, on-brand product copy at scale by giving the model concrete style examples to imitate.

查看输入和输出预览

输入

Task Description
Generate a prompt that writes persuasive, on-brand e-commerce product descriptions for a sustainable apparel store. Tone is warm and confident, around 60 words, ending with a subtle eco-conscious call to action.
Ai Model
chatgpt
Prompt Style
few-shot
Output Format
text
Complexity
moderate

输出(节选)

You write product copy for an eco-friendly apparel brand: warm, confident, ~60 words, closing with a subtle sustainability nudge. Follow these examples. Example 1 — Input: 'organic cotton tee, unisex.' Output: 'Meet your new everyday essential...' Example 2 — Input: 'recycled wool beanie.' Output: 'Warmth with a clear conscience...' Now write a description for: {PRODUCT}. Keep it scannable, avoid clichés like 'high quality,' and end with a gentle eco call to action.
作者

Role-play prompt for a writing coach

Authors who want a consistent AI developmental editor that gives craft-level feedback without overwriting their voice.

查看输入和输出预览

输入

Task Description
Build a prompt that has the AI act as a developmental editor for a fantasy novel manuscript, giving feedback on pacing, character arcs, and worldbuilding consistency, then asking the author one clarifying question per chapter.
Ai Model
claude
Prompt Style
role-play
Output Format
creative
Complexity
expert

输出(节选)

Act as a seasoned developmental editor for epic fantasy. For each chapter I paste, assess pacing (where it drags or rushes), character arc progression, and worldbuilding consistency against earlier chapters. Praise what works before critiquing. Keep feedback specific and craft-focused — cite passages. End every chapter's review with exactly one probing question that helps me deepen the story. Never rewrite my prose; coach me to improve it myself. Begin when I share Chapter 1.

你的 AI提示生成器 结果将显示在这里

你将获得结构清晰、分段明确的文字,可直接粘贴到 CMS 或文档中。

创作者和企业已使用 12

如何使用 AI提示生成器

  1. 描述您希望 AI 执行的任务——明确您的预期结果以及任何限制条件。
  2. 选择目标 AI 模型,以便提示针对该模型的特定优势和语法进行优化。
  3. 选择提示风格:零样本用于简单任务,少样本用于模式匹配,思维链用于复杂推理。
  4. 点击“生成”以获取可直接使用的提示,并附有每个要素为何有效的解析。

使用案例

1

为 ChatGPT 创建高转化率的营销文案提示

2

使用精确的风格、光照和构图控制构建 Midjourney 提示词

3

为复杂数据分析任务设计链式思考提示

4

为整个项目的一致代码生成编写少样本提示

5

为专业领域专长(法律、医疗、金融)生成角色扮演提示

最佳结果的技巧

  • 任务描述越具体,生成的提示就越精准。请包括受众、语气和篇幅预期。
  • 针对图像生成模型,请提供您设想的风格参考、配色方案、情绪以及构图细节。
  • 当需要多步骤推理并在提示中内置自我验证时,使用“Expert”复杂度级别。
  • 尝试用不同的提示词风格生成同一个任务——对于分析类任务,思维链(chain-of-thought)往往优于零样本(zero-shot)。
  • 复制生成的提示并迭代:添加自己的约束或示例,以进一步微调输出。

常见问题

为什么不同的 AI 模型需要不同的提示?

每个 AI 模型都有独特的训练、指令格式和优势。ChatGPT 对系统消息和 Markdown 反应良好;Claude 在 XML 标签和详细角色设定方面表现出色;Midjourney 使用完全不同的语法,参数如 ::weight 和 --ar。针对特定模型的提示可提升输出质量 40-60%。

什么是 chain-of-thought prompting?

链式思考(CoT)提示指示 AI 在给出最终答案前逐步推理。这显著提升了数学、逻辑和分析任务的准确性。生成的提示将包含诸如‘逐步思考’以及明确的推理阶段等短语。

我可以将生成的提示用于商业项目吗?

当然。生成的提示词可随意使用——用于个人项目、客户工作、SaaS 产品或内部工具。对您在此生成的提示词没有许可限制。

我该如何让图像生成提示更有效?

选择 Midjourney 或 Stable Diffusion 作为模型,将输出格式设为“图像”,并详细描述视觉内容:主题、环境、光照、摄像角度、艺术风格和配色方案。生成器会自动添加模型特定参数和负面提示。

零样本学习和少样本学习有什么区别?

Zero-shot 为 AI 提供直接指令且不含示例。Few-shot 包含 1-3 个输入/输出示例,使 AI 能学习您想要的确切模式。Few-shot 更适合实现一致的格式、特定写作风格或领域专有术语。

生成的提示会适用于未来的 AI 模型吗?

“通用”模型选项使用通用最佳实践(清晰指令、结构化输出、约束)生成提示,适用于任何基于文本的 AI。随着模型演进,特定模型的提示可能需要微调。

🔒
您的隐私受到保护

我们不存储您的文本。处理在实时进行,您的输入在生成结果后立即被丢弃。

解锁无限访问

免费用户:每天 5 次使用 | Pro 用户:无限制

⚖️ 对比此工具

并排查看此工具的表现:

AI提示生成器 vs. 内容重写工具 查看对比 →

✍️ 提示词库

即用型提示词 — 点击“使用”即可自动填入工具

撰写一篇面向初学者的 1,500-word 博客文章,主题为 [topic]。包含引言、5 个主要章节和结论。

为一篇关于 [topic] 的文章创作 10 个经过 SEO 优化的标题创意。每个标题应控制在 60 characters 以内。

用专业的语气改写这段文字:[paste your text]

为一个关于 [topic] 的页面生成 meta description(最多 155 characters)。

为一篇关于 [topic] 的文章撰写一段引人入胜的开篇段落。

🔒

⚡ Pro 提示词

为一个关于 [topic] 的支柱页面创建一份完整的 SEO 内容简报,包含目标关键词、H2/H3 结构、内部链接建议和目标字数。...
为一款销售 [product] 的 SaaS 产品撰写一套 10 封的邮件滴灌系列。语气:友好、突出收益。...
撰写一篇 3,000-word 的 [topic] 终极指南,采用适配精选摘要的格式(以问题作小标题,给出简明回答)。...
升级到 Pro →

相关工具

试用此智能体

SEO OptimizerResearch keywords, craft meta descriptions, generate title tags, and build a content outline — ready to…试用此智能体 →

相关工作流

YouTube → SEO Blog PostPull a YouTube transcript, build an SEO outline, then write a publish-ready 800-word blog post.运行工作流 →

阅读更多