| name | secret-safe-setup |
| version | 0.1.0 |
| description | Guide a user through secret-safe setup where credentials stay in host secret stores, not in SKILL.md. |
| license | MIT |
| tags | ["secrets","setup","keychain","autovault"] |
| agents | ["claude-code","codex"] |
| category | setup |
| tools_required | ["Read","Bash"] |
| capabilities | {"network":false,"filesystem":"readonly","tools":["Read","Bash"]} |
| requires-secrets | [{"name":"PROVIDER_PROFILE","description":"Host-managed profile name for the provider CLI or keychain item.","required":true}] |
| bin | {"setup":{"command":"bin/setup","description":"Configure the host secret reference in an interactive terminal.","requires-tty":true},"verify":{"command":"bin/verify","description":"Confirm the host can access the named provider profile.","requires-tty":true}} |