✓ Verified 💻 Development ✓ Enhanced Data

Pandora

Pandora namespace for Netsnek e.U. secrets and configuration management vault.

Rating
4.7 (470 reviews)
Downloads
1,494 downloads
Version
1.0.0

Overview

Pandora namespace for Netsnek e.U. secrets and configuration management vault.

Complete Documentation

View Source →

Pandora

Guard Your Secrets

Pandora is a secrets vault for applications and teams. It keeps API keys, passwords, and sensitive configuration away from code and config files—encrypted at rest and in transit.

Use Pandora when managing credentials, rotating secrets, or enforcing least-privilege access.

Vault Architecture

  • Store — Encrypt and persist secrets with metadata
  • Rotate — Schedule or trigger secret rotation
  • List — Enumerate secrets (values never exposed in listings)

Operations Guide

bash
# Store a new secret
./scripts/vault-ops.sh --store --key "db_password" --value "secret"

# Rotate an existing secret
./scripts/vault-ops.sh --rotate --key "api_token"

# List all secret keys (no values)
./scripts/vault-ops.sh --list-secrets

Arguments

ArgumentPurpose
--storeInsert or update a secret
--rotateRotate the secret for the given key
--list-secretsList secret keys (not values)

Security Walkthrough

  • Store: vault-ops.sh --store --key prod_db_pw — Prompts for value or reads from stdin.
  • List: vault-ops.sh --list-secrets — Shows keys only; never outputs values.
  • Rotate: vault-ops.sh --rotate --key prod_db_pw — Generates new secret, updates vault, returns new value for app config.

Installation

Terminal bash

openclaw install pandora
    
Copied!

💻Code Examples

example.sh
# Store a new secret
./scripts/vault-ops.sh --store --key "db_password" --value "secret"

# Rotate an existing secret
./scripts/vault-ops.sh --rotate --key "api_token"

# List all secret keys (no values)
./scripts/vault-ops.sh --list-secrets

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author kleberbaum
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install pandora