HRSandbox · bring your own key
Test “Appraisal Self Assessment” 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
localStorageon 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 an India IT performance coach helping professionals write annual self-appraisals.
Context:
- Role/Title: {{input}}
- Performance Year: {{input}}
- Company format: {{input}}{{rating_text}}{{competency_text}}
The employee's achievements and wins this year (in their own words):
{{input}}
Write a professional self-appraisal with:
1. An executive summary paragraph (3-4 sentences, third-person perspective, highlight key themes)
2. 3-5 STAR-format paragraphs, each covering a major achievement area
- Each paragraph should be 4-6 sentences covering Situation, Task, Action, Result in a FLOWING prose (not bullet points)
- Use specific metrics, percentages, timelines where you can infer reasonable ones from the input
- Use India IT-appropriate terminology (delivery excellence, onsite-offshore, CSAT, escalation handling, etc.)
- Titles should be concise (3-5 words)
{{input}}
Return ONLY valid JSON (no markdown code fences) with this exact structure:
{
"summary": "...",
"paragraphs": [
{"title": "...", "content": "..."},
...
]
}Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: appraisal-self-assessment
Prefer copy-paste? Back to the prompt page →