Prompt Templates

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

사용법

기능

  • 50+ 精选 Prompt 模板,覆盖写作/编程/分析/翻译/摘要/角色/创意
  • 填入占位符 {topic} {style} {length} 等,直接复制到 LLM
  • 支持自定义模板保存到 localStorage(仅本浏览器)
  • 一键复制到剪贴板

활용 사례

  • 日常工作流提示词参考 / 团队标准化
  • 所有数据在浏览器内,不上传服务器

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/prompt_templates/ 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/prompt_templates/schema.json

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