setup-automatik
Facilitate 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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alltomatos/setup-automatikWhat This Skill Does
The setup-automatik skill serves as a high-level orchestration layer for Linux VPS management, specifically tailored for users within the Mundo Automatik ecosystem. By integrating the robust SetupOrion.sh engine, this skill empowers OpenClaw agents to perform automated deployments of complex containerized applications. It acts as a bridge between the user's intent and the terminal, automating tasks that would otherwise require deep system administration knowledge. Whether you need a robust reverse proxy like Traefik to manage traffic or complex automation stacks like N8N and Dify AI, this skill streamlines the process from environment preparation to service verification.
Installation
To install this skill, execute the following command within your OpenClaw environment: clawhub install openclaw/skills/skills/alltomatos/setup-automatik. Once installed, you must ensure your agent has operational access to your infrastructure. We highly recommend using the OpenClaw Node Pairing method by running curl -fsSL https://get.openclaw.ai | sh on your destination server, followed by the openclaw node pair command. This ensures the agent has secure, permission-scoped shell access to execute the installation scripts without needing to manage plain-text SSH keys or passwords in the chat interface.
Use Cases
- Infrastructure Foundation: Deploying core infrastructure services like Portainer for Docker management or Traefik for automated SSL/HTTPS handling.
- AI & Automation Stack: Rapidly standing up local instances of Dify AI, Flowise, or N8N to handle private workflow automations.
- Business Communication: Installing customer service platforms such as Chatwoot or messaging middle-ware like Evolution API.
- Service Migration: Moving existing open-source web services (like NextCloud or Wordpress) to new, clean VPS environments with optimized Docker configurations.
Example Prompts
- "Hey OpenClaw, please use setup-automatik to deploy a new N8N instance on my connected VPS with the domain n8n.mydomain.com."
- "I need to set up a fresh environment for my agency; can you install Traefik and Portainer using the Setup Automatik engine?"
- "Install Chatwoot on my server and make sure it is configured for HTTPS using Traefik."
Tips & Limitations
- Prerequisites: Ensure your VPS is running a fresh, supported Linux distribution (Ubuntu 22.04+ is recommended).
- Security: Always verify the domain DNS records point to your VPS IP before requesting SSL installations to ensure Traefik challenges succeed.
- Monitoring: After the agent completes the installation, manually check
docker psto verify that the container state is 'Up' and health checks are passing. - Updates: This skill relies on the underlying SetupOrion.sh script; stay updated with the Mundo Automatik community on Telegram or WhatsApp for changes in repository paths or configuration flags.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alltomatos-setup-automatik": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, code-execution