bitwarden-personal-profile
Installation
SKILL.md
Bitwarden Personal Profile
Contract
Use this skill to access stable personal facts from Bitwarden without committing private values.
- The schema and fake example are bundled in this skill.
- Real profile values must live outside the repository.
- Prefer
$ADC_PERSONAL_PROFILE_PATH; otherwise use~/.config/AgentDesk/personal-profile.yaml. - Never write real profile values into this skill folder, a public repo, logs, screenshots, or final answers unless the user explicitly asks for those values.
Workflow
- Locate the private profile.
- Use
$ADC_PERSONAL_PROFILE_PATHwhen set. - Otherwise use
~/.config/AgentDesk/personal-profile.yaml. - If the file is missing and the user uses Bitwarden Secrets Manager, run
scripts/bitwarden_to_profile.py. - If Bitwarden is unavailable, run
scripts/init-private-profile.shand ask the user to fill the generated local file.
- Use