pfCloudList

List cloud projects from PlanFlow using the PlanFlow API with an API token.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to quickly view all cloud projects in your PlanFlow account, saving time switching between dashboards and accounts.

Core Features & Use Cases

  • Project overview: List all cloud projects and their status for quick visibility.
  • Quick navigation: Jump from the list to a specific project for details or actions.
  • Use Case: Imagine auditing multiple PlanFlow projects across teams; this Skill provides a centralized, at-a-glance view.

Quick Start

Run the /pfCloudList command to fetch and display your cloud project list.

Frequently Asked Questions about pfCloudList

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

FAQPage Schema
How do I list all PlanFlow cloud projects for my account?

You can list all PlanFlow cloud projects by running the /pfCloudList command, which uses the PlanFlow API with your API token to fetch and display every project associated with your authenticated account.

Do I need an API token to view my PlanFlow cloud project list?

Yes, an API token is required for authentication. The Skill uses this token to securely access your PlanFlow account via the API, handling authentication internally to successfully retrieve and display your project list.

Can I use a CLI command to get a quick overview of multiple PlanFlow projects?

Yes, you can use a CLI command to get a quick overview of multiple PlanFlow projects. Running /pfCloudList fetches all cloud projects and their statuses, providing a centralized at-a-glance view for auditing across teams.

Does listing PlanFlow cloud projects support pagination for large accounts?

Yes, listing PlanFlow cloud projects supports basic pagination to enumerate all projects. This ensures that even accounts managing a large number of cloud projects can retrieve the complete list without missing any entries.

What happens if there is an authentication error when fetching PlanFlow cloud projects?

If there is an authentication error when fetching PlanFlow cloud projects, the Skill handles the error directly. It manages API authentication and error handling internally to prevent silent failures during the project retrieval process.