personal-context-init-profile

Use when initializing encrypted personal context storage or updating profile, preferences, and family records with direct `personal-context` commands.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "personal-context-init-profile" with this command: npx skills add wangliquan/personal-context-cli/wangliquan-personal-context-cli-personal-context-init-profile

Personal Context Init Profile

Overview

Use this skill for onboarding and profile maintenance. All commands use the installed personal-context CLI directly. Ask the user for a password before running any init/profile command. Do not offer a default password option. Require the user to input a custom password directly.

One-Time Install

pipx install "git+https://github.com/WangLiquan/personal-context-cli.git@v0.1.1-beta"

Use one explicit password for this profile and pass it with --password in each command.

Core Commands

1) Initialize encrypted store

personal-context init \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

2) Owner profile

personal-context profile set \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>" \
  --age 32 \
  --industry internet \
  --income-range 50-100w

personal-context profile get \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

3) Preferences

personal-context prefs set \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>" \
  --response-style brief \
  --strategy-style balanced \
  --locale-bias CN-first

personal-context prefs get \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

4) Family records

personal-context family add \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>" \
  --relation spouse \
  --age-band 30-39 \
  --occupation-or-school "product manager"

personal-context family list \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

Verification

cd $PROJECT_ROOT
PYTHONPATH=src .venv/bin/pytest -v

References

  • references/command-recipes.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

personal-context-ask-flow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

personal-context-cli-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

personal-context-reinit

No summary provided by upstream source.

Repository SourceNeeds Review