HRSandbox · bring your own key

Test “Onboarding Plan” 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 an expert HR and people-operations consultant. Generate a structured {{resolved_duration}}-day onboarding plan for a new hire.

Role: {{role}}
Department: {{department}}
Seniority: {{resolved_seniority}}
{{team_context}}
{{key_responsibilities}}

Return ONLY a valid JSON object with this exact structure (no markdown, no code fences):
{
  "plan": [
    {
      "period": "Days 1–30",
      "goals": ["goal1", "goal2", "goal3"],
      "tasks": ["task1", "task2", "task3", "task4", "task5"],
      "successMetrics": ["metric1", "metric2", "metric3"]
    }{{resolved_duration}}{{resolved_duration}}
  ]
}

Make the plan specific, actionable, and tailored to the role and department. Each period should build on the previous one.

Output — will stream here

Nothing yet. Fill in variables and click Run.

Prompt slug: onboarding-plan

Prefer copy-paste? Back to the prompt page →