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
# 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
| Argument | Purpose |
|---|---|
| --store | Insert or update a secret |
| --rotate | Rotate the secret for the given key |
| --list-secrets | List 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
openclaw install pandora
💻Code Examples
# 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-secretsTags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.