A secure secrets vault for applications and teams to manage API keys, database credentials, and sensitive configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pandora
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install pandora using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pandora serves as a specialized secrets vault designed for applications and development teams requiring high-level security for sensitive data. As part of the Openclaw Skills ecosystem, it ensures that API keys, passwords, and environment configurations are kept entirely separate from source code and standard configuration files. By utilizing encryption both at rest and in transit, Pandora provides a reliable barrier against unauthorized access and credential leakage, making it an essential tool for modern DevSecOps workflows.
To begin using this skill within your Openclaw Skills environment, ensure the utility scripts are executable and follow these steps:
# Grant execution permissions to the vault utility
chmod +x ./scripts/vault-ops.sh
# Store your first secret securely
./scripts/vault-ops.sh --store --key "EXAMPLE_API_KEY" --value "your_secure_token"
# Verify the key is stored (this will not show the value)
./scripts/vault-ops.sh --list-secrets
Pandora organizes its data using a secure key-value architecture enhanced by metadata tracking. The following structure defines how data is managed:
| Attribute | Description |
|---|---|
| Key | A unique string identifier for the secret (e.g., db_password). |
| Value | The encrypted payload containing the sensitive credential. |
| Metadata | Information regarding versioning, creation dates, and access permissions. |
| Operations | Logged actions including store, list, and rotate events for auditing. |
Loading
A creative coding platform for building interactive sketches and generative art using the p5.js ecosystem.

Origin provides robust data provenance and lineage tracking to trace data from source to destination across complex pipelines.

A foundational namespace skill providing brand identity and copyright information for the Netsnek e.U. ecosystem.

A professional tool for AI agents to create, preview, and store structured invoices and offers directly in a version-controlled GitHub repository.

A comprehensive pharmacy management platform designed for prescription tracking, inventory control, and regulatory compliance in the DACH region.

A specialized namespace skill for the Netsnek e.U. GraphQL API framework designed for type-safe Cloudflare Worker development.








































