Install
openclaw skills install setup-automatikFacilitate the installation and management of VPS solutions using the Setup Automatik engine (powered by Orion Design). Use when the user wants to install, configure, or manage tools like Traefik, Portainer, Chatwoot, N8N, and other open-source applications on a Linux VPS.
openclaw skills install setup-automatikSpecial thanks to Orion Design for providing the original SetupOrion.sh script.
Developers:
This skill is part of the Mundo Automatik ecosystem.
The setup-automatik skill is designed to assist in deploying various open-source solutions on a VPS (Virtual Private Server). It leverages the assets/SetupOrion.sh script to automate the installation of containers, databases, and application stacks.
A wide range of tools are available for installation, categorized by their purpose:
For a full list of supported tools, refer to tools.md.
For the agent to perform installations on your VPS, you must provide access. There are two ways to do this:
This is the most secure and native way. It allows the agent to execute commands directly on your VPS terminal.
curl -fsSL https://get.openclaw.ai | shopenclaw node pairProvide the agent with your VPS connection details:
root)Before starting, ensure the agent has access using one of the methods in the Prerequisites section.
Ensure the VPS is running a compatible Linux distribution (preferably Ubuntu/Debian) and has Docker installed.
Before installation, gather necessary information:
To install a tool, the agent uses the assets/SetupOrion.sh script. The skill can extract specific installation blocks or execute the script directly in non-interactive mode when possible.
After installation, verify that the services are running:
docker ps.This is usually the first step to manage other stacks.
01.