A comprehensive framework for building and operating reliable, production-grade self-hosted infrastructure from the ground up.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install afrexai-self-hosting-mastery
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install afrexai-self-hosting-mastery using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Self-Hosting Mastery skill is an all-in-one guide for developers looking to move away from centralized SaaS providers and into private, self-managed infrastructure. As a core component of the Openclaw Skills ecosystem, it provides technical blueprints for hardware assessment, virtualization, and container orchestration. This skill ensures that your home server is not just a hobby project, but a reliable, secure platform capable of hosting critical services like password managers, file synchronization, and media streaming.
By leveraging this skill, users gain access to standardized Docker Compose structures, security hardening checklists, and sophisticated monitoring stacks. It bridges the gap between basic home computing and professional DevOps practices, allowing anyone to maintain a high-availability homelab using Openclaw Skills workflows.
To initialize your environment for this skill, run the following commands on your host server to establish the recommended infrastructure layout:
# Create the standardized directory structure for Docker stacks
mkdir -p /opt/stacks/{traefik,monitoring,media,productivity,scripts}
# Install the latest Docker engine
curl -fsSL https://get.docker.com | sh
# Apply initial firewall hardening
sudo ufw default deny incoming
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw allow 2222/tcp
sudo ufw enable
The skill manages infrastructure and service state through a declarative schema and organized directory hierarchy:
| Data Component | Format | Purpose |
|---|---|---|
| server_profile | YAML | Captures hardware specs, network config, and operational goals |
| docker-compose.yml | YAML | Standardized service definitions with specific labels for Openclaw Skills |
| .env | Text | Secure storage for environment secrets and PUID/PGID variables |
| backup.sh | Bash | Script-driven backup logic for volumes and configurations |
| acme.json | JSON | Encrypted storage for SSL/TLS certificate data |
Loading
A comprehensive business operations intelligence agent designed to optimize pricing, scheduling, and growth for salon and spa professionals.

A professional financial analysis tool for calculating return on investment and payback periods for business initiatives.

A complete end-to-end B2B sales methodology transformed into an AI-driven system for prospecting, discovery, and deal closing.

A comprehensive system for designing, measuring, and scaling high-performance sales funnels across any business model using data-driven blueprints.

A complete SEO content creation system that turns your AI agent into a full-scale marketing team for research, writing, and optimization.

An advanced AI content generation tool that produces high-ranking, human-centric blog posts without keyword stuffing.








































