🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

aurawallet

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurawallet

Securely share passwords, API keys and wallets with your agent.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

AURAWALLET 🗿🖤

The open-source secret manager for your agent. Securely share passwords, API keys, and credit cards with AI agents.

AuraWallet

X · Website · Docs · Help · License: MIT

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 aurawallet
aurawallet
aurawallet status

# or quickstart
npx aurawallet

Open http://localhost:4747, create/unlock your agent, then add your first credential.

Get Your First Secret

Make sure you set up your agent first.

aurawallet get OURSECRET

# if aurawallet command is not found, open a new terminal or run:
source ~/.zshrc  # or source ~/.bashrc

# or use npx directly
npx aurawallet get OURSECRET

Agent verify prompt:

Use the AuraWallet skill to get OURSECRET.

Agent Setup

Skills (OpenClaw, Claude Code, Codex CLI):

# set up globally for common agents
npx -y aurawallet skill

cd <your-codebase-or-workspace>
npx -y skills add Aura-Industry/aurawallet

MCP (Codex, Claude Desktop, Cursor IDE) — add to your client's MCP config:

{
  "mcpServers": {
    "aurawallet": {
      "command": "npx",
      "args": ["aurawallet", "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

Keywords

onepassword

FAQs

Package last updated on 14 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts