Prompt 模板库

無料オンラインプロンプトテンプレート集。翻訳・要約・コード生成など用途別に整理された高品質テンプレートをコピーしてすぐ活用。業務での AI 利活用を効率化します。提供:clawam.com。

使い方

機能

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

利用シーン

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

Agent 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 中实现