pfWhoami

Display current PlanFlow user data and connection status from the /auth/me response.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

pfWhoami displays the current PlanFlow user information and connection status, enabling quick verification of identity and access within the PlanFlow environment.

Core Features & Use Cases

  • User status visibility: Retrieve and display the authenticated user’s name, email, and ID, along with the API URL and connection state.
  • Context-aware responses: Provide immediate context about your PlanFlow session to aid debugging, onboarding, and support.
  • Use Case: When troubleshooting login issues or confirming which account is active before performing plan operations.

Quick Start

Run /pfWhoami to display the current user information and connection status.

Frequently Asked Questions about pfWhoami

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

FAQPage Schema
How do I check my current PlanFlow user authentication status?

Run the /pfWhoami command to retrieve and display your authenticated user's name, email, ID, API URL, and connection state. It queries the /auth/me response to verify your identity and access within the PlanFlow environment.

What information is returned when querying PlanFlow user info via the API?

Querying PlanFlow user info returns the authenticated user's name, email, and ID, along with the API URL and connection state. It loads language preferences by reading the /auth/me API endpoint response.

Why does my PlanFlow CLI connection fail to load user data?

Your PlanFlow CLI connection may fail to load user data if the authentication state is invalid. Diagnose the connection by checking the API URL and connection state output to troubleshoot login issues.

When should I verify my PlanFlow account identity before running operations?

You should verify your PlanFlow account identity before performing plan operations to confirm which account is active. This prevents unauthorized access and ensures correct context for your session.

Can I use pfWhoami to diagnose API authentication state during onboarding?

Yes, you can use pfWhoami to diagnose API authentication state during onboarding. It provides immediate context about your PlanFlow session by displaying user data from the /auth/me response.