siteview-list

List active PipeCrew site-view servers on localhost by probing port ranges.

16|2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/pipecrew-ai/pipecrew --skill siteview-list
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: siteview-list
Source: https://github.com/pipecrew-ai/pipecrew/tree/main/skills/siteview-list
Command: npx skills add https://github.com/pipecrew-ai/pipecrew --skill siteview-list

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

When running multiple site-view server instances on localhost, it can be difficult to keep track of which port each server is using. This skill provides a simple way to list all active site-view servers along with their details.

Core Features & Use Cases

  • List Running Servers: Provides a quick overview of all site-view servers running on localhost.
  • Detailed Information: Shows port number, PID, workspace, run ID, character count, and user input status.
  • Use Case: Use this skill when you need to verify which server is running on which port or to identify any servers from previous sessions that may still be active.

Quick Start

To list all active site-view servers, simply run /siteview-list.

Frequently Asked Questions about siteview-list

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

FAQPage Schema
How do I list all active site-view servers running on localhost?

To list active site-view servers on localhost, you can run the `/siteview-list` command. It probes specific port ranges and extracts details from their state endpoints to show all running instances.

Do I need Node.js to scan localhost ports for running servers?

Yes, you need Node.js installed to scan localhost ports for running servers. The skill executes a `scan.js` script using Node.js to probe ports and fetch server details from state endpoints.

What server details can I retrieve when monitoring active localhost instances?

When monitoring active localhost instances, you can retrieve port number, PID, workspace, run ID, character count, and user input status. This provides a quick overview of all running site-view servers.

How do I identify lingering site-view servers from previous sessions?

To identify lingering site-view servers from previous sessions, run the `/siteview-list` command. It scans localhost port ranges to verify which server is running on which port and highlights any previously active instances.

Can I track multiple site-view server instances running on different localhost ports?

Yes, you can track multiple site-view server instances running on different localhost ports. The skill probes specific port ranges to provide a detailed overview of every active server instance within the PipeCrew environment.

What is the best way to manage run management for multiple localhost servers?

The best way to manage run management for multiple localhost servers is using the `/siteview-list` command. It probes ports and extracts state endpoint data to quickly map active site-view server instances to their details.