auramaxx
v0.0.18
Published
Securely share passwords, API keys and wallets with your agent.
Maintainers
Readme
AURAMAXX.SH 🗿🖤
The open-source Apple Keychain for your agent. Securely share passwords, API keys, and credit cards with any AI agents.

Features
FAST. Your keys never leave your machine. Everything is stored and runs locally.
SECURE. Model providers never see your secrets in plain text. Agents get scoped tokens, not raw credentials.
CONTROL. Fine-grained control over what each agent can do. Permission scopes, per-token limits, and human approval for every sensitive action.
Set up once, use everywhere. Works across Claude Code, Cursor, Codex, OpenClaw, and any MCP and Skills compatible agent.
Quickstart
npm install -g auramaxx
auramaxx
auramaxx status
# or quickstart
npx auramaxxOpen http://localhost:4747, create/unlock your agent, then add your first credential.
Get Your First Secret
Make sure you set up your agent first.
auramaxx get OURSECRET
# if auramaxx command is not found, open a new terminal or run:
source ~/.zshrc # or source ~/.bashrc
# or use npx directly
npx auramaxx get OURSECRETAgent verify prompt:
Use auramaxx skill to get OURSECRET.
Agent Setup
Skills (OpenClaw, Claude Code, Codex CLI):
# set up globally for common agents
npx -y auramaxx skill
cd <your-codebase-or-workspace>
npx -y skills add Aura-Industry/auramaxxMCP (Codex, Claude Desktop, Cursor IDE) — add to your client's MCP config:
{
"mcpServers": {
"auramaxx": {
"command": "npx",
"args": ["auramaxx", "mcp"]
}
}
}Further Reading
- Docs — full documentation
- Agent Setup — per-client setup details
- Security — how keys and tokens work
- Troubleshooting
Questions / Support
https://x.com/nicoletteduclar
