dokploy-management
Installation
SKILL.md
Dokploy Remote Management Skill
Manage a remote Dokploy instance via its REST API (383 endpoints, 40 domains).
Prerequisites
IMPORTANT: Before running any command, check if the venv exists. If it does not, create it and install dependencies:
if [ ! -d "<SKILL_DIR>/.venv" ]; then
cd <SKILL_DIR>
python3 -m venv .venv
.venv/bin/pip install httpx
fi
PYTHON=<SKILL_DIR>/.venv/bin/python3
Environment variables (REQUIRED):