π¦ ClawHub
OpenClaw Credential Manager
by @teeclaw
MANDATORY security foundation for OpenClaw. Consolidate scattered API keys and credentials into a secure .env file with proper permissions. Includes GPG encryption for high-value secrets, credential rotation tracking, deep scanning, and backup hardening. Use when setting up OpenClaw, migrating credentials, auditing security, or enforcing the .env standard. This is not optional β centralized credential management is a core requirement for secure OpenClaw deployments.
π‘ Examples
Full Migration (Recommended)
# Scan for credentials
./scripts/scan.pyDeep scan (includes hardcoded secrets in scripts)
./scripts/scan.py --deepReview and consolidate
./scripts/consolidate.pyValidate security
./scripts/validate.pyEncrypt high-value secrets
./scripts/encrypt.py --keys MAIN_WALLET_PRIVATE_KEY,CUSTODY_PRIVATE_KEYCheck rotation status
./scripts/rotation-check.py
Individual Operations
# Scan only
./scripts/scan.pyConsolidate specific service
./scripts/consolidate.py --service xBackup without removing
./scripts/consolidate.py --backup-onlyClean up old files
./scripts/cleanup.py --confirm
π Tips & Best Practices
TERMINAL
clawhub install openclaw-credential-manager