personal-context-ask-flow

Use when running question answering in the Personal Context CLI project, including selective context preview and ask with host-auth relay providers.

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-ask-flow" with this command: npx skills add wangliquan/personal-context-cli/wangliquan-personal-context-cli-personal-context-ask-flow

Personal Context Ask Flow

Overview

Use this skill for question workflows only. It focuses on context preview and ask with provider control (auto, codex, claude).

One-Time Install

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

Ask the user for profile password once, then pass it with --password.

Ask Workflow

Do not ask the user for question type or structured parameters. Ask for the natural-language question only, then run commands directly.

1) Preview selected context (optional)

personal-context context preview \
  "Should I increase my emergency fund?" \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

2) Ask with provider relay

personal-context ask \
  "Should I increase my emergency fund?" \
  --provider auto \
  --relay-timeout-seconds 45 \
  --relay-retries 1 \
  --data-file ./profile.enc \
  --password "<YOUR_PASSWORD>"

Provider Modes

  • auto: try codex first, then claude, then host-auth guidance.
  • codex: force relay to codex exec.
  • claude: force relay to claude -p.

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-cli-workflow

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

personal-context-reinit

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

personal-context-init-profile

No summary provided by upstream source.

Repository SourceNeeds Review