Use this skill when handling API keys, passwords, tokens, private keys, or any sensitive credential. Never hardcode secrets in source code — apply this whenever the word "key", "token", "password", or "secret" appears in the task.
$npx -y skills add aiming-lab/metaclaw --skill secrets-managementInstalls into the current project.
Run `npx skills use "https://github.com/aiming-lab/metaclaw" --skill "aiming-lab/metaclaw/secrets-management"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aiming-lab/metaclaw" that are relevant to the current task. Run `npx skills add "https://github.com/aiming-lab/metaclaw"` and select the relevant skills, then follow their instructions.