一键导入
secret-safe-setup
Guide a user through secret-safe setup where credentials stay in host secret stores, not in SKILL.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guide a user through secret-safe setup where credentials stay in host secret stores, not in SKILL.md.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review a skill obtained from a trusted external provider before admitting it to a local AutoVault.
Apply the AutoVault brand system across web SVG, terminal ASCII, illustrated mascot, social asset, and video-oriented surfaces when creating or adapting AutoVault-branded UI, docs, demos, or marketing visuals.
Demonstrate a single canonical skill rendered into Claude Code, Codex, and AutoJack tool vocabularies.
Audit, install, verify, and sync AutoVault for the current agent profile.
Understand AutoVault-managed skills. AutoVault syncs skills into the agent's normal skill directory, so loaded skills can be used directly without an AutoVault MCP server.
Author a well-formed SKILL.md with valid AutoVault frontmatter, a helpful description, and correct capability declarations. Walks the schema section by section with a template and checklist.
| 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}} |
Use this skill when a workflow needs credentials but the user wants the agent to avoid seeing or storing secret values.
autovault skill setup secret-safe-setup in their own
terminal for interactive configuration.The skill documents the required credential shape and setup commands while the actual secret remains outside the vault and outside the agent transcript.