pp-soloist

Manage Solo website drafts, domains, and invites via Firestore CRUD operations.

Updated Jul 18, 2026
One-click install
npx skills add https://github.com/pooriaarab/clis --skill pp-soloist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pp-soloist
Source: https://github.com/pooriaarab/clis/tree/main/soloist
Command: npx skills add https://github.com/pooriaarab/clis --skill pp-soloist

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a direct, terminal-based interface to manage Solo websites, custom domains, and collaboration invites by interacting directly with the underlying Firestore database.

Core Features & Use Cases

  • Website Management: Perform full CRUD operations on both draft and published website documents.
  • Domain & Invite Control: Manage custom domain mappings and website collaboration invites programmatically.
  • Use Case: A developer can use this tool to automate the deployment of website updates or manage access for collaborators across multiple projects without using the web designer interface.

Quick Start

Use the soloist skill to list all custom domains associated with your account.

Frequently Asked Questions about pp-soloist

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

FAQPage Schema
How do I automate Solo website management from the terminal?

Automate Solo website management by executing CLI scripts that perform CRUD operations on Firestore database documents, directly controlling drafts, published sites, custom domains, and collaboration invites without the web designer interface.

Do I need Firebase authentication to manage custom domains for Solo websites?

Yes, you need a valid Firebase ID token for authentication to perform authorized database operations and manage custom domains, drafts, and collaboration invites for Solo websites.

Can I programmatically manage collaboration invites for Solo websites?

Yes, you can programmatically manage website collaboration invites by executing terminal-based CLI commands that directly update the relevant invite records in the Firestore database.

What is the best way to deploy updates to published Solo websites without the web designer interface?

The best way to deploy updates without the web designer interface is using terminal-based CLI scripts to directly update the published website documents within the Firestore database.

Does this CLI tool support full CRUD operations for both draft and published website documents?

Yes, the CLI tool supports full CRUD operations, allowing you to create, read, update, and delete both draft and published website documents stored in Firestore.