pfLogout

Remove cached PlanFlow credentials from global config while preserving other settings.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill pflogout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pfLogout
Source: https://github.com/BekaChkhiro/claude-plan-plugin/tree/main/commands/pfLogout
Command: npx skills add https://github.com/BekaChkhiro/claude-plan-plugin --skill pflogout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PlanFlow users often leave credentials cached locally, risking unauthorized access if devices are shared or compromised.

Core Features & Use Cases

  • Clear PlanFlow credentials from local configuration to terminate sessions
  • Remove sensitive tokens like cloud.apiToken, cloud.userId, and cloud.userEmail
  • Preserve non-auth settings while ensuring a clean, reusable logout process

Quick Start

Run /pfLogout to remove all saved PlanFlow credentials on your machine.

Frequently Asked Questions about pfLogout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clear PlanFlow cached credentials from my local config?

To clear PlanFlow cached credentials from local config, run /pfLogout. It removes the cloud.apiToken, cloud.userId, and cloud.userEmail fields from the global configuration while preserving other non-authentication settings.

How does a credential logout process protect against unauthorized access on shared devices?

Credential logout protects shared devices by removing sensitive PlanFlow authentication tokens from the local environment. This prevents unauthorized users from accessing your account if the device is handed over or left unattended.

What is the best way to remove PlanFlow tokens without losing other user settings?

The best way to remove PlanFlow tokens without losing other settings is to run /pfLogout. It specifically targets and deletes cloud.apiToken, cloud.userId, and cloud.userEmail while leaving the rest of your global config intact.

Can I use a logout command to terminate PlanFlow sessions during a security incident?

Yes, you can use pfLogout to terminate PlanFlow sessions during a security incident. It immediately purges cached tokens and user identifiers from the local machine to mitigate unauthorized access risks.

Does the PlanFlow sign-out process delete the entire global configuration file?

No, the PlanFlow sign-out process does not delete the entire global configuration file. It only removes authentication-specific fields like cloud.apiToken, cloud.userId, and cloud.userEmail, preserving your other configured settings.