# Send Setup Automatik to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aetup-automatik",
    "name": "Setup Automatik",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/alltomatos/aetup-automatik",
    "canonicalUrl": "https://clawhub.ai/alltomatos/aetup-automatik",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/aetup-automatik",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aetup-automatik",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/list_tools.py",
      "references/tools.md",
      "assets/SetupOrion.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/aetup-automatik"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aetup-automatik",
    "downloadUrl": "https://openagent3.xyz/downloads/aetup-automatik",
    "agentUrl": "https://openagent3.xyz/skills/aetup-automatik/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aetup-automatik/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aetup-automatik/agent.md"
  }
}
```
## Documentation

### Credits & Acknowledgements

Special thanks to Orion Design for providing the original SetupOrion.sh script.

Developers:

Alltomatos
Rafa Martins
Robot 🤖 (Seu mentor assistente)

This skill is part of the Mundo Automatik ecosystem.

Website: mundoautomatik.com
Community (WhatsApp): links.mundoautomatik.com/automatik-brasil
Telegram: t.me/mundoautomatik
YouTube: @mundoautomatik

### Overview

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.

### Available Tools

A wide range of tools are available for installation, categorized by their purpose:

Infrastructure: Traefik, Portainer, PostgreSQL, MongoDB, RabbitMQ, etc.
Automation & AI: N8N, Flowise, Typebot, Dify AI, Ollama, Langflow, etc.
Communication: Chatwoot, Evolution API, Uno API, Mautic, Mattermost, etc.
Business & Utilities: Wordpress, Baserow, Metabase, Odoo, NextCloud, etc.

For a full list of supported tools, refer to tools.md.

### 🔐 Granting Agent Access

For the agent to perform installations on your VPS, you must provide access. There are two ways to do this:

Option 1: OpenClaw Node Pairing (Recommended)

This is the most secure and native way. It allows the agent to execute commands directly on your VPS terminal.

Run the installer on your VPS: curl -fsSL https://get.openclaw.ai | sh
Start the pairing process: openclaw node pair
Paste the resulting pairing code or command here in the chat.

Option 2: SSH Access

Provide the agent with your VPS connection details:

Public IP Address
Username (usually root)
SSH Password OR Private Key

### 0. Access Setup

Before starting, ensure the agent has access using one of the methods in the Prerequisites section.

### 1. Preparation

Ensure the VPS is running a compatible Linux distribution (preferably Ubuntu/Debian) and has Docker installed.

### 2. Information Gathering

Before installation, gather necessary information:

Domain names (for SSL/Traefik).
Database credentials.
SMTP details for email notifications.

### 3. Installation

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.

### 4. Verification

After installation, verify that the services are running:

Check docker ps.
Access the web interface of the installed tool.
Check logs if any issues arise.

### Install Traefik & Portainer

This is usually the first step to manage other stacks.

Run the script and select option 01.
Follow prompts for domain and email.

### Deploy a Stack (e.g., N8N)

Ensure Traefik is running.
Select the tool from the menu.
Provide the required subdomains.

### References

tools.md: Comprehensive list of available tools.
SetupOrion.sh: The main installation script.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: alltomatos
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/aetup-automatik)
- [Send to Agent page](https://openagent3.xyz/skills/aetup-automatik/agent)
- [JSON manifest](https://openagent3.xyz/skills/aetup-automatik/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/aetup-automatik/agent.md)
- [Download page](https://openagent3.xyz/downloads/aetup-automatik)