Chat Prompt Optimizer

Free online Chat Prompt Optimizer tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 基于 BROKE 框架(Background / Role / Objectives / Key Results / Evolve)优化
  • 可加:角色 / 受众 / 格式 / 长度 / 风格 / 约束
  • 输出结构化优化后 prompt
  • 一键复制到剪贴板

활용 사례

  • 日常 LLM 使用 / 团队 prompt 标准化 / 教学
  • 注意:本工具是启发式优化,非 LLM 调用

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/chat_prompt_optimizer/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/chat_prompt_optimizer/schema.json

// Step 2: 在浏览器中执行工具逻辑
// Prompt 优化 在工具页 JS 中实现