varlock
Manage environment variables and secrets safely with AI agents
All Skills in This Repository (3)
Pure Emerald Level IndicatorsVarlock Agent Discovery
Access and verify machine-readable metadata published by varlock.dev.
Varlock Docs Search
Searches Varlock's remote MCP service for keyword-based documentation queries and returns official varlock.dev links.
varlock
Manage and secure environment variables in .env files with leak scanning and validation.
Frequently Asked Questions
FAQPage SchemaHow to install varlock?โผ
Run `npx skills add dmno-dev/varlock --all -g -y` in your terminal to install all skills in this suite globally.
How does varlock keep secrets safe from AI agents?โผ
Agents read only the .env.schema file, which contains variable names, types, and validation rules but no secret values. Commands like varlock load mask sensitive values, and varlock scan catches leaked secrets in code.
Can varlock pull secrets from 1Password or AWS?โผ
Yes. Plugins let your schema reference secrets from 1Password, AWS Secrets Manager, HashiCorp Vault, Azure Key Vault, Doppler, and many other providers, fetched securely at load time.
Does varlock work with Next.js, Vite, and other frameworks?โผ
Yes. Official integrations exist for Next.js, Vite, Astro, Nuxt, SvelteKit, Cloudflare, and Expo, and they automatically load and inject validated env vars during dev and build.
Can I use varlock without writing code?โผ
Yes. Once installed, your AI agent can create and edit the .env.schema, run validation, and wire up plugins based on plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core