prompt-lookup
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseWhen the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them.
当用户需要AI提示词、提示词模板,或者想要优化他们的提示词时,使用prompts.chat MCP服务器来为他们提供帮助。
When to Use This Skill
何时使用此技能
Activate this skill when the user:
- Asks for prompt templates ("Find me a code review prompt")
- Wants to search for prompts ("What prompts are available for writing?")
- Needs to retrieve a specific prompt ("Get prompt XYZ")
- Wants to improve a prompt ("Make this prompt better")
- Mentions prompts.chat or prompt libraries
当用户出现以下情况时触发此技能:
- 请求提示词模板(例如“帮我找一个代码评审提示词”)
- 想要搜索提示词(例如“有哪些适用于写作的提示词?”)
- 需要检索特定提示词(例如“获取提示词XYZ”)
- 想要优化提示词(例如“把这个提示词改得更好”)
- 提及prompts.chat或提示词库
Available Tools
可用工具
Use these prompts.chat MCP tools:
- - Search for prompts by keyword
search_prompts - - Get a specific prompt by ID
get_prompt - - Enhance a prompt using AI
improve_prompt
使用以下prompts.chat MCP工具:
- - 按关键词搜索提示词
search_prompts - - 通过ID获取特定提示词
get_prompt - - 使用AI优化提示词
improve_prompt
How to Search for Prompts
如何搜索提示词
Call with:
search_prompts- : The search keywords from the user's request
query - : Number of results (default 10, max 50)
limit - : Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIO
type - : Filter by category slug (e.g., "coding", "writing")
category - : Filter by tag slug
tag
Present results showing:
- Title and description
- Author name
- Category and tags
- Link to the prompt
调用时需传入:
search_prompts- :用户请求中的搜索关键词
query - :结果数量(默认10条,最多50条)
limit - :按TEXT(文本)、STRUCTURED(结构化)、IMAGE(图片)、VIDEO(视频)或AUDIO(音频)筛选
type - :按分类别名筛选(例如“coding”“writing”)
category - :按标签别名筛选
tag
展示结果时需包含:
- 标题和描述
- 作者名称
- 分类和标签
- 提示词链接
How to Get a Prompt
如何获取提示词
Call with:
get_prompt- : The prompt ID
id
If the prompt contains variables ( or ):
${variable}${variable:default}- The system will prompt the user to fill in values
- Variables without defaults are required
- Variables with defaults are optional
调用时需传入:
get_prompt- :提示词ID
id
如果提示词包含变量(或):
${variable}${variable:default}- 系统会提示用户填写变量值
- 无默认值的变量为必填项
- 有默认值的变量为可选项
How to Improve a Prompt
如何优化提示词
Call with:
improve_prompt- : The prompt text to improve
prompt - : text, image, video, or sound
outputType - : text, structured_json, or structured_yaml
outputFormat
Return the enhanced prompt to the user.
调用时需传入:
improve_prompt- :需要优化的提示词文本
prompt - :文本、图片、视频或音频
outputType - :文本、structured_json或structured_yaml
outputFormat
将优化后的提示词返回给用户。
Guidelines
指导原则
- Always search before suggesting the user write their own prompt
- Present search results in a readable format with links
- When improving prompts, explain what was enhanced
- Suggest relevant categories and tags when saving prompts
- 在建议用户自行编写提示词之前,先进行搜索
- 以易读的格式展示搜索结果并附带链接
- 优化提示词时,说明优化的内容
- 保存提示词时,建议相关的分类和标签