prompt-lookup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
When 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_prompts
    - Search for prompts by keyword
  • get_prompt
    - Get a specific prompt by ID
  • improve_prompt
    - Enhance a prompt using AI
使用以下prompts.chat MCP工具:
  • search_prompts
    - 按关键词搜索提示词
  • get_prompt
    - 通过ID获取特定提示词
  • improve_prompt
    - 使用AI优化提示词

How to Search for Prompts

如何搜索提示词

Call
search_prompts
with:
  • query
    : The search keywords from the user's request
  • limit
    : Number of results (default 10, max 50)
  • type
    : Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIO
  • category
    : Filter by category slug (e.g., "coding", "writing")
  • tag
    : Filter by tag slug
Present results showing:
  • Title and description
  • Author name
  • Category and tags
  • Link to the prompt
调用
search_prompts
时需传入:
  • query
    :用户请求中的搜索关键词
  • limit
    :结果数量(默认10条,最多50条)
  • type
    :按TEXT(文本)、STRUCTURED(结构化)、IMAGE(图片)、VIDEO(视频)或AUDIO(音频)筛选
  • category
    :按分类别名筛选(例如“coding”“writing”)
  • tag
    :按标签别名筛选
展示结果时需包含:
  • 标题和描述
  • 作者名称
  • 分类和标签
  • 提示词链接

How to Get a Prompt

如何获取提示词

Call
get_prompt
with:
  • id
    : The prompt ID
If the prompt contains variables (
${variable}
or
${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
improve_prompt
with:
  • prompt
    : The prompt text to improve
  • outputType
    : text, image, video, or sound
  • outputFormat
    : text, structured_json, or structured_yaml
Return the enhanced prompt to the user.
调用
improve_prompt
时需传入:
  • prompt
    :需要优化的提示词文本
  • outputType
    :文本、图片、视频或音频
  • outputFormat
    :文本、structured_json或structured_yaml
将优化后的提示词返回给用户。

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
  • 在建议用户自行编写提示词之前,先进行搜索
  • 以易读的格式展示搜索结果并附带链接
  • 优化提示词时,说明优化的内容
  • 保存提示词时,建议相关的分类和标签