Show HN: Keyhole – Share secrets with your AI agents(keyhole.maferland.com)
keyhole.maferland.com
Show HN: Keyhole – Share secrets with your AI agents
https://keyhole.maferland.com
3 コメント
Nice. Obviously this is a huge issue many are trying to solve. Providing agents with a keychain is one thing, but how does this solve the issue of using these keys in projects? Does the agent decrypt it and set it in a .env? Is the CLI required to be used in the build process?
I didn't build Keyhole to solve secret management, there are tools like Doppler for that. It lets the agent handle a secret without having it in context. It can put it where it's needed (e.g. a .env) without ever reading the value.
> Does the agent decrypt it and set it in a .env?
The CLI does it, and the .env can be chmod 600.
> Is the CLI required to be used in the build process?
That's not what I built it for, I'd reach for other tools on the market for that.
> Does the agent decrypt it and set it in a .env?
The CLI does it, and the .env can be chmod 600.
> Is the CLI required to be used in the build process?
That's not what I built it for, I'd reach for other tools on the market for that.
Env vars work. But anything that allows me to stay focused is a win. This isn't perfect, but it solves something for me, and hopefully others will find it useful too.
There's nothing crazy cool technically here, as one might expect; I vibe-coded the whole thing. But I think it's a great UX/DX.
https://github.com/maferland/keyhole claude plugin add github:maferland/keyhole