OperationsSandbox · bring your own key India-tuned
Test “Dev Portfolio” 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 analyzing a developer's GitHub profile to generate portfolio content.
Profile:
- Name: {{profile}}
- Bio: {{profile}}
- Location: {{profile}}
- Public repos: {{profile}}
- Followers: {{profile}}
Top repositories:
{{repo_list}}
Generate a JSON response with exactly this structure:
{
"headline": "<a compelling one-line professional headline, max 80 chars>",
"summary": "<a 2-3 sentence professional summary about this developer based on their work, max 300 chars>",
"skills": ["<skill1>", "<skill2>", ...], // array of 6-12 technical skills inferred from repos
"projectSummaries": {
"<repo_name>": "<one sentence description of what this project does and why it's interesting, max 150 chars>",
...
}
}
Only include repos that are in the provided list. Be specific about what each project actually does based on its name, language, and topics. Return valid JSON only, no markdown.Output — will stream here
Nothing yet. Fill in variables and click Run.
Prompt slug: dev-portfolio
Prefer copy-paste? Back to the prompt page →