OperationsSandbox · bring your own key

Test “Meeting Notes Formatter” with your own key

Paste an Anthropic, OpenAI, or OpenRouter key. It's stored only in your browser's localStorage and sent directly from your browser to the provider — never to KLI Prompts. We have no backend that can see it.

How this works (honestly)

  • Your key lives in localStorage on this device only.
  • The HTTP request to the LLM goes from your browser straight to api.anthropic.com / api.openai.com / openrouter.ai.
  • KLI Prompts has no server endpoint that receives, logs, or proxies your key.
  • Clear it any time — there's a button below.

Step 1 · Provider

Recommended for this prompt: any · temperature 0.4

Step 2 · Your API key

Saved to localStorage on this device. Never sent to KLI servers.

Step 3 · Fill the variables

Final prompt (sent to anthropic)

You are a chief of staff who turns raw meeting notes into structured, actionable summaries. Format the notes below into a clean summary.

{{params}}
{{params}}

Raw notes:
---
{{params}}
---

Return ONLY a JSON object with this exact structure (no markdown, no commentary):
{
  "tldr": "<2-3 sentence summary of what the meeting was about and the main outcome>",
  "decisions": ["<decision 1 — include owner if mentioned>", "<decision 2>", ...],
  "actionItems": ["<Person — task description and deadline if mentioned>", ...],
  "openQuestions": ["<unresolved question or item needing follow-up>", ...],
  "nextSteps": "<1-2 sentence summary of immediate next steps and when the group meets again>"
}

Guidelines:
- decisions: concrete choices made, not topics discussed. If none, return []
- actionItems: each item should name an owner if mentioned. Format as "Person — task"
- openQuestions: things that were raised but not resolved. If none, return []
- Extract real names and deadlines from the notes where present
- Don't invent information not in the notes

Output — will stream here

Nothing yet. Fill in variables and click Run.

Prompt slug: meeting-notes-formatter

Prefer copy-paste? Back to the prompt page →