lokei

Provision TLS-enabled .test domains for local development projects.

13|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ulpi-io/browse --skill lokei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lokei
Source: https://github.com/ulpi-io/browse/tree/main/.agents/skills/lokei
Command: npx skills add https://github.com/ulpi-io/browse --skill lokei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local development often requires setting up HTTPS domains, TLS certificates, and DNS routing for each project, which is time-consuming and error-prone.

Core Features & Use Cases

  • Automated per-project TLS for .test domains
  • Automatic framework detection, port reservation, and host injection for dev servers
  • Optional public tunneling to expose local apps

Quick Start

Run lokei run to start the local HTTPS proxy and obtain a .test domain for your project.

Frequently Asked Questions about lokei

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up local HTTPS domains for development servers?

Set up local HTTPS by provisioning TLS-enabled .test domains for development projects. Run the daemon to automatically detect frameworks, reserve sticky ports, and issue per-host certificates to route traffic to your local servers.

Do I need a trusted CA and specific ports to use local DNS proxy for dev servers?

Yes, you need a local daemon setup, a trusted CA, DNS resolution, and access to port-range 4000–5999 to coordinate the lifecycle of your TLS-enabled .test domains.

What is the best way to automate TLS certificate provisioning for multi-service workflows?

Automate TLS certificate provisioning by running a local HTTPS proxy that issues per-host certificates for .test domains. The proxy detects frameworks, reserves sticky ports, and handles host injection for multi-service workflows.

Can I expose public tunnels for local dev servers with automated .test domains?

Yes, you can optionally expose public tunnels to share local applications externally. This works alongside the automated per-project TLS provisioning and .test domain resolution provided by the local proxy daemon.

Why does my local development environment require DNS routing and host injection?

DNS routing and host injection are required to map .test domains to your local dev servers. The system automatically injects hosts and reserves ports within the 4000–5999 range to coordinate the project lifecycle.

Does lokei support automatic framework detection for local HTTPS dev environments?

Yes, lokei supports automatic framework detection, port reservation, and host injection to provision TLS-enabled .test domains for local development servers running multi-service workflows.