🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv2.0.0
Installs10
πŸ’‘ Examples

Full Migration (Recommended)

# Scan for credentials
./scripts/scan.py

Deep scan (includes hardcoded secrets in scripts)

./scripts/scan.py --deep

Review and consolidate

./scripts/consolidate.py

Validate security

./scripts/validate.py

Encrypt high-value secrets

./scripts/encrypt.py --keys MAIN_WALLET_PRIVATE_KEY,CUSTODY_PRIVATE_KEY

Check rotation status

./scripts/rotation-check.py

Individual Operations

# Scan only
./scripts/scan.py

Consolidate specific service

./scripts/consolidate.py --service x

Backup without removing

./scripts/consolidate.py --backup-only

Clean up old files

./scripts/cleanup.py --confirm

πŸ“‹ Tips & Best Practices

  • Non-destructive by default: Original files backed up before removal
  • Idempotent: Safe to run multiple times
  • Extensible: Add custom credential patterns in scripts
  • Secure: Never logs full credentials, only metadata
  • GPG-aware: Transparently handles encrypted and plaintext credentials
  • Backup-hardened: All backups secured with proper permissions
  • Symlink-aware: Detects and validates symlinked credential files
  • View on ClawHub
    TERMINAL
    clawhub install openclaw-credential-manager

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’