🔒Security Approved
Secret Rotator
v1.0.0
Automate API key and credential rotation across your infrastructure with audit logging.
Securityvpslocal
Installation
Install this skill using the OpenClaw CLI:
$ openclaw skill add secret-rotatorConfiguration
Add this skill to your OpenClaw configuration:
# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml
skills:
secret-rotator:
enabled: true
# Prerequisites: Vault or secrets manager access
# Add your API keys and settings below
settings: {}Version History
Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.
v1.0.0active
- - Initial curated release
Prerequisites
Before using this skill, make sure you have:
- !Vault or secrets manager access
Usage
Once installed, you can use this skill in your workflows:
# Run directly
openclaw run secret-rotator
# Or use in automation
openclaw workflow --skill=secret-rotator