Hush — AI skill for Claude Code
a secret store for ai agents with one rule: the agent never sees the plaintext.
How to install Hush
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open royashbrook/hush and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Hush does
a secret store for ai agents with one rule: the agent never sees the plaintext. get a secret once into the os keychain, then inject it into commands forever. no get, cross-platform, mit
Alternatives in AI
- Claude Skill Aso Appstore Screenshots — A Claude Code skill that generates high-converting App Store screenshots for your iOS app 1.2k ★
- OpenContext — A personal context store for AI agents and assistants—reuse your existing coding agent CLI (Codex/Claude/OpenC 1.1k ★
- Hol Guard — Open-source antivirus for AI agents: block risky tools, secret access, prompt injection, malicious packages, M 485 ★
README
a secret store for AI agents, the one with no get.
get a secret once into the OS keychain, then inject it into commands forever, the value never hits stdout, the transcript, or the cloud.
A secret store for AI agents, with one hard rule: **the agent never sees the plaintext.**
Values never reach stdout, so they never land in the tool result, the transcript, or the cloud. A secret only ever moves from the store straight into the consumer. There's no `get` on purpose, a plain getter is the leak.
The point: you (an agent) are running as the user with their CLIs already authed, so you can already set a server-side secret or call a service, you just can't *see* the value without it landing in the chat. hush gets it once into the OS keychain, then you inject it into those commands forever. No chat paste, no temp files, no `.env` to commit by accident.
agents: start here
**If you were handed this repo's url, install yourself, then follow the playbook.** Get the `hush` script onto the box and read [`SKILL.md`](SKILL.md), that's the whole onboarding (it covers store / mint / inject and how to adopt hush in the repo you're working in). The script is one self-contained bash file; put it wherever y
Related Skills
Evermind AI Agent Memory
Evermind: cross-session memory recovery for AI agents. Your agent never cold-starts again - always-loaded iden
Tma1
Local-first observability your agent reads back. TMA1 records every LLM call, then routes what it sees into th
AI Hook
Ultra-fast AI-agent hook dispatcher & autonomous rule engine (Rust + embedded QuickJS). Write guardrail rules
Before AI
Before you reach for AI — interrogate one real workflow from first principles, delete the dead weight, then de
Multi Account Tool
Switch between multiple AI CLI accounts (Claude Code, Codex, Gemini/Antigravity) from one TUI — Keychain-backe
Kru
Local-first MCP password and credential manager for AI agents. Use passwords, API keys, SSH identities, and TO
Related Agents
Byok Token Security Expert
BYOK (Bring-Your-Own-Key) and OAuth token security expert. Deep on cross-platform OS keychain integration (mac
Spgr Agent Mobile Developer
Implements cross-platform or native mobile features from approved screen specs and API contracts, test-first,
LLM Sec Review
LLM/agent security review specialist — prompt injection, the Agents Rule of Two, tool-call authorization, mode