Add Site
Installation
SKILL.md
Add New Site Skill
This skill automates the process of adding a new site to the application. It generates a configuration file based on a template, updates the sites manifest, and fetches the site icon.
Prerequisites
- Python 3 must be installed.
- Dart must be installed.
Input
The skill requires the following inputs from the user (you should ask for these if not provided):
- site_type: The type of the site (e.g.,
NexusPHP,M-Team,NexusPHPWeb). - site_id: A unique identifier for the site (e.g.,
example_site). - site_url: The primary URL of the site (e.g.,
https://example.com/). - site_name (Optional): The display name of the site. If not provided,
site_idwill be used.
Steps
Related skills