技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 1.6k · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :可疑 · OpenClaw :可疑
Package:alltomatos/setup-automatik
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :可疑
OpenClaw 评估
The skill's files and instructions match an installer for VPS apps, but it asks users to share sensitive access (SSH/passwords or pairing codes), includes a very large install script that will execute many actions (and likely fetch remote resources), and the SKILL.md contains a detected prompt-injection pattern — these combine to make the package worth extra caution before use.
目的
The name/description (VPS installer for Traefik, Portainer, N8N, etc.) align with the included assets: a tool list, a Python helper to list tools, and a large SetupOrion.sh installer. The large embedded installer and references to deploying via Portainer are coherent with the stated purpose. The presence of functions that interact with Portainer (and prompt for Portainer credentials) is expected for some automated deployments.
说明范围
The SKILL.md explicitly instructs users to provide either an OpenClaw node pairing code via chat or full SSH access (IP, username, password or private key). Asking users to paste SSH private keys or passwords into chat is high-risk. The skill also says it will extract and execute blocks from the supplied SetupOrion.sh or run the script non-interactively — meaning it can run arbitrary commands on the VPS. The SKILL.md also contains unicode-cont…
安装机制
There is no formal install spec (instruction-only), but the bundle includes a ~1.2 MB SetupOrion.sh script that will be executed by the agent/installer. Large bundled installers are not inherently malicious, but they increase risk because they execute many operations and often fetch additional resources from the network. The script references the project site and likely performs network operations; the reviewer should inspect the full script f…
证书
The skill declares no required env vars, which is consistent, but its runtime instructions ask users for highly sensitive credentials (SSH password or private key and optionally Portainer credentials). These are functionally required to perform remote installs, but they must not be pasted into chat. Requesting Portainer credentials to perform API deploys is plausible, but the skill gives no guidance on scoping these credentials (temporary user…
持久
The skill does not request 'always: true' and has no declared config-path or system-wide changes in the metadata; that is appropriate. The embedded script writes data under $HOME/dados_vps and may modify system packages/services as part of installations (expected for an installer). The default ability for the agent to invoke the skill autonomously (disable-model-invocation=false) combined with the credential requirements increases the potentia…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Setup Automatik」。简介:Facilitate the installation and management of VPS solutions using the Setup Aut…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alltomatos/setup-automatik/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: setup-automatik
description: 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.
---
# Setup Automatik
## 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](https://mundoautomatik.com/)
- **Community (WhatsApp):** [links.mundoautomatik.com/automatik-brasil](https://links.mundoautomatik.com/automatik-brasil)
- **Telegram:** [t.me/mundoautomatik](https://t.me/mundoautomatik)
- **YouTube:** [@mundoautomatik](https://www.youtube.com/@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](references/tools.md).
## Prerequisites
### 🔐 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.
1. Run the installer on your VPS: `curl -fsSL https://get.openclaw.ai | sh`
2. Start the pairing process: `openclaw node pair`
3. 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
## Workflow
### 0. Access Setup
Before starting, ensure the agent has access using one of the methods in the [Prerequisites](#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.
## Common Tasks
### Install Traefik & Portainer
This is usually the first step to manage other stacks.
1. Run the script and select option `01`.
2. Follow prompts for domain and email.
### Deploy a Stack (e.g., N8N)
1. Ensure Traefik is running.
2. Select the tool from the menu.
3. Provide the required subdomains.
## References
- [tools.md](references/tools.md): Comprehensive list of available tools.
- [SetupOrion.sh](assets/SetupOrion.sh): The main installation script.