portal-list

List client portals with slug, company, status, and updated timestamps as an ASCII table.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/twillcocks/showpane --skill portal-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portal-list
Source: https://github.com/twillcocks/showpane/tree/main/skills/portal-list
Command: npx skills add https://github.com/twillcocks/showpane --skill portal-list

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly discover what client portals exist for the configured Showpane organization and see their readiness at a glance, eliminating manual database queries and guesswork when preparing previews, deployments, or analytics.

Core Features & Use Cases

  • Retrieve all portals scoped to the current organization and display slug, company name, active status, and last-updated date.
  • Format results as a clean, human-readable ASCII table and handle empty states with guidance to create a first portal.
  • Support common filters and hints (active-only, --all, updated-since) so operators can find the right slug before running preview, deploy, credentials, or analytics workflows.

Quick Start

Run the portal-list skill to display all portals for your configured organization including slug, status, and last-updated date.

Frequently Asked Questions about portal-list

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

FAQPage Schema
How do I list all client portals in my organization?

List all client portals in your organization by querying the Showpane app to retrieve portal slugs, company names, active status, and last-updated timestamps. Results are formatted as a clean ASCII table for quick discovery.

Can I filter client portals to show only active ones?

Yes, you can filter client portals using active-only, --all, and updated-since flags. These filters help operators find the right portal slug before running preview, deploy, credentials, or analytics workflows.

What is the best way to discover portal slugs before deploying previews?

The best way to discover portal slugs before deploying previews is to list all client portals scoped to your configured organization. This surfaces the slug, company name, active status, and last-updated date needed for deployment preparation.

Do I need to run database queries to check portal readiness?

No, you do not need manual database queries to check portal readiness. Listing client portals via the Showpane app eliminates guesswork by displaying active status and last-updated timestamps in a human-readable ASCII table.

What happens when there are no client portals to display?

When there are no client portals to display, the list results handle the empty state by providing guidance to create a first portal. This ensures operators know the next step when no portals exist for the configured organization.

Why does my organization portal list show stale last-updated timestamps?

Stale last-updated timestamps in your organization portal list indicate that a client portal has not been modified recently. Use the updated-since filter to surface only portals with recent activity for analytics or deployment workflows.