Install
openclaw skills install api-credentials-hygieneAudits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability). Use when integrating services or preparing production deployments where secrets must be managed safely.
openclaw skills install api-credentials-hygieneAudits and hardens API credential handling (env vars, separation, rotation plan, least privilege, auditability).
.env template (placeholders only).
Success = no secrets committed or embedded, permissions minimized, rotation steps documented, and auditability defined.Credential map template:
CREDENTIAL MAP
- Integration: <name>
- Env vars:
- <VAR_NAME>: <purpose> (secret/non-secret)
- Permissions/scopes: <list>
- Used by: <service/workflow>
- Storage: <secret manager/env var>
- Rotation: <cadence> | <owner> | <procedure>
- Audit: <what is logged and where>
If providing a template, output assets/dotenv-template.example with placeholders only.
Input: “n8n HTTP nodes contain API keys.”
Output: Env var map + plan to move to n8n credentials/env vars + rotation runbook.
Input: “Need dev vs prod separation.”
Output: Two env maps + naming scheme + access boundary checklist.