A secure security utility designed to inventory, analyze the age of, and provide rotation workflows for API keys and environment secrets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install secret-rotator
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 secret-rotator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Secret Rotator is a critical security skill for developers looking to automate the management of their digital credentials. By leveraging Openclaw Skills, this tool performs non-destructive scans of your local file system to identify .env files, SSH configs, and application tokens. It focuses on the metadata of your secrets—such as their age and storage location—rather than the sensitive values themselves.
This skill serves as a security auditor that enforces rotation policies, helping you mitigate the risk of long-lived credentials. It provides a structured lifecycle for secrets, moving from discovery to age analysis and finally to guided remediation, ensuring that your local and cloud environments remain compliant with modern security best practices.
To begin using this skill within your environment, ensure your agent has file system access to your project directories. No external API keys are required to run this tool. Use the following commands to manually verify your secret landscape:
# Find .env files in your projects directory
find ~/projects -maxdepth 3 -name ".env*" -type f
# Audit file permissions for sensitive configs
ls -la ~/.config/*/config* ~/.ssh/config
The skill organizes secret metadata into a structured reporting format to ensure clarity without compromising security:
| Attribute | Description |
|---|---|
| File Path | The absolute or relative path to the configuration file. |
| Key Name | The identifier of the secret (e.g., STRIPE_SECRET_KEY). |
| Age | Numeric value in days since the file was last updated. |
| Status | Color-coded health indicator (OK, Rotate Soon, Overdue). |
| Masked Value | A safety-first representation showing only the last 4 characters. |
Loading
An autonomous screenshot and visual capture engine designed for AI agents to create documentation and social media content effortlessly.

A powerful CLI-based screen recording utility for X11 and Wayland environments powered by ffmpeg.

A comprehensive framework for planning, developing, and launching Micro-SaaS products focused on niche markets and recurring revenue.

A comprehensive diagnostic skill utilizing 5 Whys, fault tree analysis, and dependency tracing to find the true origin of system issues.

A comprehensive security auditing extension that scans code, configurations, and AI operations for vulnerabilities and logic flaws.

A framework for managing an AI agent's evolving personality and core values through exclusive human-led supervision.








































