manage-ccv-projects

List and manage CCV server projects with a Node.js script.

1.1k|122|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/weiesky/cc-viewer --skill manage-ccv-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-ccv-projects
Source: https://github.com/weiesky/cc-viewer/tree/main/server/imSkills/pl/manage-ccv-projects
Command: npx skills add https://github.com/weiesky/cc-viewer --skill manage-ccv-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing CCV projects across the server can be tedious without a centralized workflow. This Skill provides a dedicated IM-assisted capability to list running or previously started CCV projects, launch a chosen project on demand, and return a shareable local URL ready for LAN or mobile access.

Core Features & Use Cases

  • List active and recently used CCV projects with their paths and last access times; running projects include a live address.
  • Start a specified project directory to obtain a ready-to-use local URL; reuse an existing running instance when possible.
  • Centralized guidance for server administrators and team members to manage CCV projects, with an option to create and store new projects under ~/workspace.

Quick Start

Run node scripts/ccv-projects.mjs list to view the current projects and addresses.

Frequently Asked Questions about manage-ccv-projects

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

FAQPage Schema
How do I list running CCV projects and get their local network addresses?

To list running CCV projects, execute the provided node script with the list argument. This command displays active and recently used projects alongside their file paths, last access times, and live local network URLs.

What do I need to set up before managing CCV projects with a script?

Managing CCV projects requires a properly configured workspace with Node.js and cc-viewer installed. You also need the attached node script available in your environment to execute the project listing and startup commands successfully.

Can I start a CCV server project on demand and get a shareable URL?

Yes, you can start a specified CCV project directory on demand to obtain a ready-to-use local URL. The script intelligently reuses an existing running instance when possible, returning a shareable address for LAN or mobile access.

Why use a centralized script for CCV project management instead of manual commands?

Centralized CCV project management solves the tedious workflow of handling multiple server projects manually. It provides a single script to view, start, and retrieve accessible addresses, ensuring quick visibility of running or stored projects without repetitive manual configuration.

Does this script support creating and storing new CCV projects on the server?

Yes, the script supports creating and storing new CCV projects under the ~/workspace directory. This provides centralized guidance for server administrators and team members to manage both existing and newly created projects efficiently.

What happens if I try to start a CCV project that is already running?

When starting a CCV project that is already running, the script avoids duplicate launches by reusing the existing running instance. It then retrieves and returns the current accessible local network address for that specific project.