/install publish-website-traefik
Publish Website via Traefik
This skill allows you to publish static websites to subdomains under *.sites.friendify.cloud using a Traefik reverse proxy and Docker.
How to Use
Example Usage:
To publish a website, you will run the `deploy_site.sh` script with two arguments:\
\
`./scripts/deploy_site.sh \x3Cpath_to_website_files> \x3Csubdomain_name>`\
\
**Example:**\
\
`./scripts/deploy_site.sh /data/.openclaw/workspace/landingpages/new-deutscheschuleonline my-german-school`\
\
This would deploy the website to `https://my-german-school.sites.friendify.cloud`.
Architecture: One Website, One Container
This skill operates on the principle of "one website per Docker container." When you deploy a website, a dedicated Nginx container is launched. Traefik, acting as a reverse proxy, routes traffic from your specified subdomain ({subdomain}.sites.friendify.cloud) to this container. This approach ensures:
- Isolation: Each website runs independently, preventing conflicts.
- Dynamic Routing: Traefik uses Docker labels to automatically configure routing, simplifying management.
- Scalability: Individual websites can be scaled or updated without affecting others.
Managing Deployments
The skill provides the following commands for managing your website deployments:
Deploying a Website
To deploy a website, you will run the deploy_site.sh script with two arguments:
./scripts/deploy_site.sh \x3Cpath_to_website_files> \x3Csubdomain_name>
Example:
./scripts/deploy_site.sh /data/.openclaw/workspace/landingpages/new-deutscheschuleonline my-german-school
This would deploy the website to https://my-german-school.sites.friendify.cloud.
Listing Deployed Websites
To see all currently deployed websites managed by this skill, use the list_sites.sh script:
./scripts/list_sites.sh
This will display a list of subdomains and their corresponding URLs.
Deleting a Website
To remove a deployed website, use the delete_site.sh script, providing the subdomain name:
./scripts/delete_site.sh \x3Csubdomain_name>
Example:
./scripts/delete_site.sh my-german-school
This will stop and remove the associated Docker container and its resources, effectively undeploying the website.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install publish-website-traefik - After installation, invoke the skill by name or use
/publish-website-traefik - Provide required inputs per the skill's parameter spec and get structured output
What is Publish Website Traefik?
Manages static website deployments to subdomains under *.sites.friendify.cloud using Traefik reverse proxy and Docker. Provides functions to deploy, list, an... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.
How do I install Publish Website Traefik?
Run "/install publish-website-traefik" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Publish Website Traefik free?
Yes, Publish Website Traefik is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Publish Website Traefik support?
Publish Website Traefik is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Publish Website Traefik?
It is built and maintained by Mailo037 (@mailo037); the current version is v1.0.0.