Tiny Cloak.Nvim
Description
A lightweight Neovim plugin that masks sensitive data (API keys, secrets, tokens) in .env, JSON, and YAML files
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
tiny-cloak.nvim
[](https://github.com/jellydn/tiny-cloak.nvim/blob/main/LICENSE) [](https://github.com/jellydn/tiny-cloak.nvim/stargazers) [](https://github.com/jellydn/tiny-cloak.nvim/issues)
A lightweight Neovim plugin that masks sensitive data (API keys, secrets, tokens) in `.env`, JSON, and YAML files. Prevents accidental exposure of credentials during screen sharing, demos, or pair programming.
[](https://gyazo.com/0e0f1c253ad07f932b8f48deda54a7f0)
âĻ Features
- ð Automatically cloak sensitive values in
.env,.json,.yaml, and.ymlfiles - ðŊ Masks common patterns:
API_KEY,SECRET,PASSWORD,TOKEN,CREDENTIAL,AUTH - ⥠Zero configuration required for common use cases
- ðŠķ Minimal footprint with no external dependencies
- ðïļ Toggle commands to temporarily reveal values
âĄïļ Requirements
- Neovim >= 0.11.0
ðĶ Installation
[lazy.nvim](https://github.com/folke/lazy.nvim)
{
"jellydn/tiny-cloak.nvim",
event = { "BufReadPre", "BufNewFile" },
opts = {},
}
[packer.nvim](https://github.com/wbthomason/packer.nvim)
use {
"jellydn/tiny-cloak.nvim",
config = function()
require("tiny-cloak").setup()
end,
}
ð Usage
The plugin works automatically once installed. Open any `.env`, `.json`, `.yaml`, or `.yml` file and sensitive values will be masked:
# Before
Related Skills
mcp-server-postgres
Read-only PostgreSQL database access.
Data mcp-server-sqlite
SQLite database interaction and querying.
Data mcp-server-google-maps
Google Maps integration for location data.
Data Bitbucket Data Center
---
Data Csv Data Summarizer
Automatically analyze CSV files and generate comprehensive insights with visualizations
Data Financial Services
Reference agents, skills, and data connectors for the financial-services workflows we see most â investment ba
Data